February 23, 20251 yr Hi When running live traffic for the first time I get the Unhandled exception has occurred in you application and the following details 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 LorbyLiveTraffic.MainDialog.MainDialog_Load(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(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.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.9290.0 built by: NET481REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- LorbyLiveTraffic Assembly Version: 3.5.2.0 Win32 Version: 3.5.2.0 CodeBase: file:///C:/Program%20Files%20(x86)/LorbyLiveTraffic/LorbyLiveTraffic.exe ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.9282.0 built by: NET481REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.9256.0 built by: NET481REL1LAST_B 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.9032.0 built by: NET481REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.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 ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.9032.0 built by: NET481REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.9277.0 built by: NET481REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.9032.0 built by: NET481REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.9032.0 built by: NET481REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.8.9032.0 built by: NET481REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.8.9032.0 built by: NET481REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.9680 Win32 Version: 8.00.50727.9680 CodeBase: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9680_none_d090cb7c44278b28/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. Cheers Rhys
February 23, 20251 yr Commercial Member Most likely some libraries are missing. IIRC it needs a specific version of the VCREDIST libraries to run the SQLite database, which are next to the LLTX download on the Lorby page. Both x86 and x64 must be installed. LORBY-SI
February 24, 20251 yr Author Thank you Download vcredist and the latest version so that's working Not sure what I'm doing wrong but on the main page the data base window it is not bringing up any traffic I have scanned fsx and saved but no flights on main page Rhys
February 24, 20251 yr Commercial Member 15 hours ago, Reco01 said: Not sure what I'm doing wrong but on the main page the data base window it is not bringing up any traffic I'm sorry, but I don't understand what you mean. Model database and actual traffic are not the same thing. LLTX does not display your AI traffic. Edited February 24, 20251 yr by Lorby_SI LORBY-SI
February 24, 20251 yr Author Hi The main window is showing no Active Aircraft is is blank. I'm not getting any Unhandled exception errors. I tried the live weather function but nothing happens. I clicked on the set real zulu time and that worked but when I selected show METER nothing comes up The fsx menu tool bar shows traffic tools but the dropdown menu icons don't work I checked the Traffic Tools folder in my documents and the" LorbyLiveTraffic_CreateLog" is empty Cheers Rhys Edited February 24, 20251 yr by Reco01
February 25, 20251 yr Commercial Member On 2/24/2025 at 10:16 PM, Reco01 said: Hi The main window is showing no Active Aircraft is is blank. I'm not getting any Unhandled exception errors. I tried the live weather function but nothing happens. I clicked on the set real zulu time and that worked but when I selected show METER nothing comes up The fsx menu tool bar shows traffic tools but the dropdown menu icons don't work I checked the Traffic Tools folder in my documents and the" LorbyLiveTraffic_CreateLog" is empty Cheers Rhys I'm really sorry, but I don't understand what you are trying to do. Again - LorbyLiveTraffic has nothing to do with internal simulator AI traffic. it will not show anything unless you connect to an external traffic data provider. It is entirely possible that some of the online services stop working without notice, when either their URL or data format change. The legacy Lorby apps are no longer in development, especially the free ones. I will look into the state of the online services when I get the chance. Edited February 28, 20251 yr by Lorby_SI LORBY-SI
February 25, 20251 yr Author Hi Thanks for your time and help on this topic. Not sure what's going on, traffic tools is working on my win10 pc. Cheers Rhys
February 27, 20251 yr Commercial Member On 2/26/2025 at 12:39 AM, Reco01 said: traffic tools The "Lorby LiveTraffic" app is not for displaying AI traffic. Maybe you are confusing it with "AI Tracker X"? LORBY-SI
February 27, 20251 yr Author Hi I only have Lorby traffic tools. The program installs in the correct location. When I launch FSX steam edition I start a saved flight and then run LTT which brings the the scan scenery library then after it does that the next window appears "LLTX database is empty Please configure the model database" so I click ok and then click configure. That then scans the default traffic in fsx? Nothing is showing up on the main screen it is blank In my documents folder in the LorbyLiveTraffic Files folder I only have the following files LorbyLiveTraffic_USER_DB.xml LorbyLiveTraffic_TRANSPONDER_DB.xml LorbyLiveTraffic_OFFLINE_MODELS_DB.xml LorbyLiveTraffic_CreateLog.txt "This log is empty " LorbyLiveTraffic_Aircraft_DB_custom_1.xml LorbyLiveTraffic_Aircraft_DB_custom.xml LorbyLiveTraffic_Aircraft_DB_custom_1.xml In my older win10 pc which LTT is working I have the following files in the LorbyLiveTraffic Files folder LLTX_Google_earth_Live.KML LTTX_Google_earth_Loop.kml LorbyLiveTraffic_Aircraft_DB_custom.xml LorbyLiveTraffic_Aircraft_DB_custom_1.xml LorbyLiveTraffic_Aircraft_DB_custom_2.xml LorbyLiveTraffic_CreateLog.txt LorbyLiveTraffic_OFFLINE_MODELS_DB.xml LorbyLiveTraffic_TRANSPONDER_DB.xml LorbyLiveTraffic_USER_DB.xml Cheers Rhys Edited February 27, 20251 yr by Reco01
February 28, 20251 yr Commercial Member 10 hours ago, Reco01 said: That then scans the default traffic in fsx? No it doesn't. It scans your simobject library (=what aircraft you have installed). LLTX doesn't care what simulator AI traffic you use, that is not the point of this app. In any case, there has been trouble with the legacy apps regarding FSX:SE (you did install the _SE variant, right? And be mindful that it doesn't work with the FSX:SE beta). It is entirely possible that LLTX will not work at all. Not even in the way that it was intended to. Nothing you can do about it, please don't spend so much time trying to troubleshoot. Edited February 28, 20251 yr by Lorby_SI LORBY-SI
February 28, 20251 yr Author Hi Cheers for your time I don't have the beta version the fsx se version of LTT would not launch when I installed it i appreciate your help anyway Best regards Rhys
February 28, 20251 yr Commercial Member Judging from the error text that you posted above, you've installed the LLTX variant for FSX Boxed/Acceleration, not the one for the SteamEdition. That won't work. But I need more time first, to check out the app. I suspect that these old 32bit apps need an additional file to work in the latest Win11. in any case, updating the libraries in use is always a good idea. I will update LLTX to 3.11 over the weekend. Edited February 28, 20251 yr by Lorby_SI LORBY-SI
March 10, 20251 yr Commercial Member I finally got around to uploading version 3.11 to the lorby-si website. I works for me with FSX-Steam - but it remains a P3D app at heart, V4 or later. All the really good things in these apps only come to life in the later Lockheed sims. LORBY-SI
March 11, 20251 yr Author Thanks very much for sorting it out. Downloaded new installer and everything is working. Great to have helicopter traffic and weather back Cheers for all your time on this Rhys
Create an account or sign in to comment