xJWxTriggerz Posted April 30, 2020 Report Share Posted April 30, 2020 hi have tried using APVacars keep getting this error when trying to start flight also the log below https://prnt.sc/s8jn7n 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 APVacars_V2.Acars.Prefile() at APVacars_V2.FrmMain.BtnStartFlight_Click(Object sender, EventArgs e) 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: 4.0.0.0 Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- APVacars V2 Assembly Version: 0.0.0.8 Win32 Version: 0.0.0.8 CodeBase: file:///C:/Program%20Files%20(x86)/Baggelis.com/My%20Product%20Name/APVacars%20V2.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 10.0.0.0 Win32 Version: 14.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- Newtonsoft.Json Assembly Version: 10.0.0.0 Win32 Version: 10.0.3.21018 CodeBase: file:///C:/Program%20Files%20(x86)/Baggelis.com/My%20Product%20Name/Newtonsoft.Json.DLL ---------------------------------------- System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- FSUIPCClient Assembly Version: 2.4.0.0 Win32 Version: 2.4.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Baggelis.com/My%20Product%20Name/FSUIPCClient.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. Quote Link to comment Share on other sites More sharing options...
daimongarrido Posted March 30, 2021 Report Share Posted March 30, 2021 I have the same problem.. Erro Consulte o final desta mensagem para obter detalhes sobre como chamar a depuração just-in-time (JIT) em vez desta caixa de diálogo. ************** Texto de Exceção ************** System.NullReferenceException: Object variable or With block variable not set. em Microsoft.VisualBasic.CompilerServices.Symbols.Container..ctor(Object Instance) em Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) em APVacars_V2.UiFunctions.VaItem_Click(Object sender, EventArgs e) em System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) em System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) em System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) em System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) em System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) em System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) em System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) em System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) em System.Windows.Forms.Control.WndProc(Message& m) em System.Windows.Forms.ScrollableControl.WndProc(Message& m) em System.Windows.Forms.ToolStrip.WndProc(Message& m) em System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assemblies Carregados ************** mscorlib Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4341.0 built by: NET48REL1LAST_C Base de Código: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- APVacars V2 Versão do Assembly: 0.0.0.8 Versão do Win32: 0.0.0.8 Base de Código: file:///C:/Program%20Files%20(x86)/Baggelis.com/My%20Product%20Name/APVacars%20V2.exe ---------------------------------------- Microsoft.VisualBasic Versão do Assembly: 10.0.0.0 Versão do Win32: 14.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System.Windows.Forms Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4341.0 built by: NET48REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4300.0 built by: NET48REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4190.0 built by: NET48REL1LAST_B Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4341.0 built by: NET48REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Windows.Forms.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- Accessibility Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Data Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4270.0 built by: NET48REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Numerics Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.resources.dll ---------------------------------------- Newtonsoft.Json Versão do Assembly: 10.0.0.0 Versão do Win32: 10.0.3.21018 Base de Código: file:///C:/Program%20Files%20(x86)/Baggelis.com/My%20Product%20Name/Newtonsoft.Json.DLL ---------------------------------------- System.Runtime.Serialization Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4250.0 built by: NET48REL1LAST_C Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- mscorlib.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.8.4084.0 built by: NET48REL1 Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- ************** Depuração JIT ************** Para habilitar a depuração just-in-time (JIT), o arquivo .config deste aplicativo ou computador (machine.config) deve ter o valor jitDebugging definido na seção system.windows.forms. O aplicativo também deve ser compilado com a depuração habilitada. Por exemplo: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando a depuração JIT está habilitada, qualquer exceção sem tratamento será enviada ao depurador JIT registrado no computador, em vez de ser tratada nesta caixa de diálogo. Quote Link to comment Share on other sites More sharing options...
Dougjuk Posted March 31, 2021 Report Share Posted March 31, 2021 Hi, If your trying to use APVacars with version 7 of phpvms I think you will find it is not supported, I believe the only Acars that is working with v7 is phpVMS Acars. You would need to go back to whoever wrote APVacars and ask them for help and support. If your not using version 7 then you are in the wrong section. regards Doug 1 Quote Link to comment Share on other sites More sharing options...
daimongarrido Posted March 31, 2021 Report Share Posted March 31, 2021 7 hours ago, Dougjuk said: Oi, Se você está tentando usar APVacars com a versão 7 do phpvms, acho que você descobrirá que não é compatível, acredito que o único Acars que está funcionando com a v7 é o phpVMS Acars. Você precisaria voltar a quem escreveu APVacars e pedir ajuda e apoio. Se não estiver usando a versão 7, você está na seção errada. Saudações Doug It's 7. I found out that it's not working. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.