View Single Post
  #29  
Old 06-01-2010, 11:29 AM
Alleusion Alleusion is offline
Aviak


Join Date: May 2010
Location: Ontario, Canada
Posts: 67
Default

Getting the following errors when I try to run it. Running Windows 7 Ultimate, running the program as administrator. Compatability mode with Win XP doesn't change the results. Win7 comes with .NET Framework 3.5, so this shouldn't be an issue.

Should be noted I'm running the same setup as Bran (in fact, this is Bran posting from her computer) and it works fine on his computer.

Here's the relevant error text.

Quote:
System.NullReferenceException: Object reference not set to an instance of an object.
at EQEmuLauncher.MainForm.initialize()
at EQEmuLauncher.MainForm.InitTimerTick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Quote:
System.NullReferenceException: Object reference not set to an instance of an object.
at EQEmuLauncher.LauncherOptions.xmlset(String name, String v)
at EQEmuLauncher.LauncherOptions.save(String filepath)
at EQEmuLauncher.MainForm.MainFormFormClosing(Object sender, FormClosingEventArgs e)
at System.Windows.Forms.Form.OnFormClosing(FormClosin gEventArgs e)
at System.Windows.Forms.Form.RaiseFormClosingOnAppExi t()
at System.Windows.Forms.Application.ExitInternal()
at System.Windows.Forms.Application.ThreadContext.OnT hreadException(Exception t)
at System.Windows.Forms.Timer.TimerNativeWindow.OnThr eadException(Exception e)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchM essageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager. System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.DoEvents()
at EQEmuLauncher.MainForm.consoleAdd(String text, Color clr)
at EQEmuLauncher.MainForm.consoleAdd(String text)
at EQEmuLauncher.MainForm.MainFormLoad(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(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Sorry for the spam [You must be logged in to view images. Log in or Register.]
__________________
Alleusion - Enchanter of Quellious and Lanys T'Vyl
Daestra - Rogue of p1999
and to those that remember...
Zaredi the War Kitten
Last edited by Alleusion; 06-01-2010 at 11:33 AM..