Back to Board Index
Back to Board Index
Forum help
| Message for Dave Wave | |
Gary Cooper 12th Aug 2011 21:18:42 | Hi Dave Please can you help me, since downloading pilot assistant 1.25 i get this error message when trying to use pilot assist.
Unhandled exception has occurred in your application, Object reference not set to a instant of an object. Please can you help |
Dave Wave ![]() 12th Aug 2011 22:00:23 | Gary, At what point do you get that message? |
Gary Cooper 13th Aug 2011 09:12:00 | Dave ,Its when i click find route, cheers, |
Dave Wave ![]() 13th Aug 2011 10:24:55 | I can't reproduce this error.
What departure and destination airports did you input? |
Gary Cooper 13th Aug 2011 10:36:31 | Dave , Originally i put egcc-egnt, then i tried other departing and destination airports, still the same error, will try to catch up with you in teamspeak , thanks as always for your help. regards Gary |
Dave Wave ![]() 13th Aug 2011 11:07:26 | This code hasn't changed so think something weird is happening.
Can you see if you can copy and paste the full error? |
Gary Cooper 13th Aug 2011 17:27:33 | Dave , details of error,
unhandled exception has occurred in your application,if you click continue, the application will ignore this error and attempt to continue (tried this and no joy,) if you click quit the application will close immediately. object reference not set to an instance of an object. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at c.a(String A_0) at l.e(Object A_0, EventArgs A_1) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Pilot Assembly Version: 1.25.0.0 Win32 Version: 1.25.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Pilot%20Assistant/Pilot.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll ---------------------------------------- Microsoft.FlightSimulator.SimConnect Assembly Version: 10.0.61259.0 Win32 Version: 10.0.61637.0 (FSX-Xpack.20070926-1421) CodeBase: file:///C:/Windows/assembly/GAC_32/Microsoft.FlightSimulator.SimConnect/10.0.61259.0__31bf3856ad364e35/Microsoft.FlightSimulator.SimConnect.dll ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.6195 Win32 Version: 8.00.50727.6195 CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a/msvcm80.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Dave once again thanks for your help, |
Gary Cooper 15th Aug 2011 19:23:57 | Dave , did the information above give you any idea what the problem could be, cheers! |
Dave Wave ![]() 15th Aug 2011 20:02:45 | Sorry Gary, I missed this post.
I need some more info, I'll drop u an email instead of doing it on here. |
Decio Pedroso ![]() 20th Aug 2011 00:07:20 | Hello Dave (or whom is in charge):
I'm a begginee in FSOpen and I have been facing some troubles. Many times the robot freezes on sending messages or answer to commands like !H and !C but !K and !B work fine. I also verified some messages like userX is spawning IP=x.x.x.x but I don't know what does it mean. today I received the following: "ReadyListeneningImpossível conectar-se ao servidor remoto bloatypizzahog is spawning IP=108.34.162.224Impossível conectar-se ao servidor remotoImpossível conectar-se ao servidor remoto Tell Dave Wave Error : Referência de objeto não definida para uma instância de um objeto. line:106" As part of this is in Portuguese, here is the translation: "ReadyListeningImpossible to connect to the remote server bloatypizzahog is spawning IP=x.x.x.xImpossible to connect to the remote serverImpossible to connect to the remote server Tell Dave Wave Error: Reference to the object not defined for an object instance. line:106" I appreciate your support. |
Dave Wave ![]() 23rd Aug 2011 13:39:40 | Gary, This fault is now fixed. You should get a new version of pilot assistant next time you start it.
Decio, userX is spawning IP=x.x.x.x. This means the user is creating traffic in the server, like asking for a glider. I'll look at your other problem for you. |
Decio Pedroso ![]() 24th Aug 2011 01:27:13 | Thanks, Dave! Please let me know any thing we can do in benefit of FSOpen. |
You need to Log on to post a reply. |
Forum help











