kaha Posted 3 hours ago Report Posted 3 hours ago At the end of the flight, just short of touchdown in the Albatross. Didn't happen the first time, it crashed a few times also in different aircraft. But this time I'll report it. Please find the log and the ini file attached. Karl Crash_kaha.zip
John Dowson Posted 2 hours ago Report Posted 2 hours ago Can you please also show me (or attach) the windows crash event (from the Event Viewer). Did you get any crashes with 7.5.4 (or earlier versions), or is this only with 7.5.5a? From the last lines in the log, it looks like FSUIPC was trying to close your lua threads: Quote ... 5304375 LUA.13: L_Centurion21 send ONOFF 5304437 LUA.13: L_Centurion21 send NAV 5341125 Waiting for lua threads to process termination event.... 5343719 LUA: "C:\FSUIPC7\Lua\Elevator_Trim.lua": killed 5402125 Waiting for lua threads to process termination event.... Why was this? What did you do to initiate the close of the lua threads/scripts? Why is there over a minute between the two 'Waiting...' log messages? What threads/scripts were being terminated?
John Dowson Posted 2 hours ago Report Posted 2 hours ago Also, why are you auto-starting so many lua scripts with each aircraft? If they are aircraft specific (which many look to be), you should use profile-specific [Auto.xxx] sections (where xxx is the profile name).
kaha Posted 1 hour ago Author Report Posted 1 hour ago 23 minutes ago, John Dowson said: Can you please also show me (or attach) the windows crash event (from the Event Viewer). Did you get any crashes with 7.5.4 (or earlier versions), or is this only with 7.5.5a? From the last lines in the log, it looks like FSUIPC was trying to close your lua threads: Why was this? What did you do to initiate the close of the lua threads/scripts? Why is there over a minute between the two 'Waiting...' log messages? What threads/scripts were being terminated? The crashes are only with version 7.5.5a Here's the Windows log. Is this what you want to see? I do not terminate autostarted scripts intentionally nor do I know of any code in my scripts that would terminate them. Maybe this is a message that shows FSUIPC is waiting for my event.terminate function? As an example please find my L_Centurion21.lua script in the .zip file. (This is a script handling a Centurion Autopilot hardware device). All my scripts use the event.terminate function. Some wouldn't need it (they just do a log line), but others do need it, like for closing open COM ports. I also include a normal .log file, it also has the same messages about waiting for lua threads to process termination event..... From all 13 autostarted scripts only one is aircraft specific (L_B18_TankSwitch) and yes, you are right, I should and I will put it into the profile specific Auto section. But, I have a thought: Could it be that this error message 5158344 *** LUA Error: C:\FSUIPC7\lua\l_kaha_lua.lua:967: Error sending Input Event 'AS530_GPS_Outer' causes the crash after some time? Karl
kaha Posted 1 hour ago Author Report Posted 1 hour ago 50 minutes ago, John Dowson said: Forgot the .zip file. Kaha.zip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now