Reply to thread

I get the following .NET error when i start Configuration.exe on a new RC4 install. Looks as if something is not set right anyone got a clue? When I click continue the configuration continues OK.


************** Exception Text **************

System.ArgumentOutOfRangeException: Value of '-947912704' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.

Parameter name: Value

   at System.Windows.Forms.TrackBar.set_Value(Int32 value)

   at MediaPortal.Configuration.Sections.TVRecording.UpdateDriveInfo(Boolean save)

   at MediaPortal.Configuration.Sections.TVRecording.comboDrives_SelectedIndexChanged(Object sender, EventArgs e)

   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)

   at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)

   at MediaPortal.Configuration.Sections.TVRecording.LoadSettings()

   at MediaPortal.Configuration.SettingsForm.LoadSectionSettings(TreeNode currentNode)

   at MediaPortal.Configuration.SettingsForm.LoadSectionSettings(TreeNode currentNode)

   at MediaPortal.Configuration.SettingsForm.SettingsForm_Load(Object sender, EventArgs e)

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Form.OnCreateControl()

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

   at System.Windows.Forms.Control.WmShowWindow(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

   at System.Windows.Forms.ContainerControl.WndProc(Message& m)

   at System.Windows.Forms.Form.WmShowWindow(Message& m)

   at System.Windows.Forms.Form.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Top Bottom