Jump to content
The simFlight Network Forums

Recommended Posts

Posted

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

Posted

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?

Posted

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).

Posted
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?

image.thumb.png.163d371c6fbb3e02b20b4736c843e38d.png

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.