Reply to thread

The error does not seem to be critical but here we go



Area: .NET error with config tool

MediaPortal Version: 0.2.0.0 RC4 (2006-04-18)

MediaPortal Skin: BlueTwo

Windows Version: Windows XP (SP2)

.NET CLR Version: 2.0.50727

DirectX Version: 4.09.00.0904 (9.0c)

Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder

Video Codec: Elecard MPEG2 Video Decoder

CPU Type: AMD Athlon XP - 2.1GHz

Memory: 639 MB

Motherboard: K7S5A (ECS)

TV Card Model: Diamond TV Xtreme PVR 550 II

TV Card Type: Hardware

TV Card Driver: conexant 2.0.17.55

Video Card Model: Nvidia Geforce4 MX 440 (64 MB)

Video Card Driver: 8.4.2.1

Video Card Resolution: 1024x768

Video Render Type: VMR9

Audio Card Model: C-Media AC97 Audio Device

Audio Card Driver: 5.12.1.39

Synopsis::


I get the following error when I run the config tool, the .NET error dialog allows me to continue and the error does not seem to affect anything crucial.


************* 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