Bug Report: Error when editing logo rule (1 Viewer)

ccMatrix

Portal Pro
November 9, 2006
97
10
41
If no logo rule is selected from the list and the edit button is pressed the programm will fail because input cannot be NULL:

System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: input
bei System.Text.RegularExpressions.Regex.Split(String input)
bei System.Text.RegularExpressions.Regex.Split(String input, String pattern)
bei WindowPlugins.GUITVSeries.logoConfigurator.parseForEdit(String entry)
bei WindowPlugins.GUITVSeries.logoConfigurator..ctor(validDelegate validDel, String entryToEdit)
bei WindowPlugins.GUITVSeries.ConfigurationForm.btnLogoEdit_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 

Users who are viewing this thread

Top Bottom