I am getting a launch error
System.NullReferenceException: Object reference
not set to an instance of an object.
at
System.Windows.Forms.UnsafeNativeMethods.CallWindo wProc(IntPtr
wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam,
IntPtr lParam)
at
System.Windows.Forms.NativeWindow.DefWndProc(Messa ge&m)
at System.Windows.Forms.Control.DefWndProc(Message&m)
at System.Windows.Forms.Control.WndProc(Message&m)
at System.Windows.Forms.TextBoxBase.WndProc(Message&m )
at System.Windows.Forms.RichTextBox.WndProc(Message&m )
at
com.turbine.launcher.UserControls.RichTextBoxEx.Wn dProc(Message&m)
at
System.Windows.Forms.ControlNativeWindow.OnMessage (Message&m)
at
System.Windows.Forms.ControlNativeWindow.WndProc(M essage&m)
at
System.Windows.Forms.NativeWindow.Callback(IntPtr
hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I am running xp
What can I do?