John Dowson Posted July 28, 2021 Report Posted July 28, 2021 Are you sure? Lua scripts are now not started until the aircraft is loaded and ready to fly,and if using the WASM module, lua scripts are not started until after the lvars have been received from the WASM module. Are you using the WASM module (i.e. do you have the WAPI enabled in your FSUIPC7.ini file)? Load an aircraft and get ready-to-fly. If your luas aren't started, shutdown MSFS and show me your FSUIPC7.ini and FSUIPC7.log files. Note I also just release v7.2.4, so you should update.
kaha Posted July 28, 2021 Author Report Posted July 28, 2021 Thank you John, here it is. Karl logs.zip
John Dowson Posted July 28, 2021 Report Posted July 28, 2021 Your log shows that you do not have the WASM module installed: 281 *** FSUIPC WASM module not detected - not adding WASM menu But you have activated the WAPI in your FSUIPC7.ini@ [WAPI] EnableWAPI=Yes Either install the WASM module (you can download the latest installer to do this - it has been updated to 7.2.4), or disable the WAPI if not using lvars/hvars/calculator code. John
John Dowson Posted July 28, 2021 Report Posted July 28, 2021 I will update to not enable the WAPI if the WASM module isn't installed to prevent this. The problem is that with the WAPI enabled, it doesn't start luas until the lvar/hbar lists are received, and as you have not installed the WASM, this will never happen.
kaha Posted July 28, 2021 Author Report Posted July 28, 2021 Thank you. It worked before, I didn't change anything in the .ini The logs I sent are from 7.2.3 were with the 7.2.4b exe file. I now updated to 7.2.4, did not change the .ini file (still EnableWAPI=Yes) and did not install the WASM module. But now everything works again. Files attached. logs_724.zip
John Dowson Posted July 28, 2021 Report Posted July 28, 2021 2 minutes ago, kaha said: The logs I sent are from 7.2.3 were with the 7.2.4b exe file. I now updated to 7.2.4, did not change the .ini file (still EnableWAPI=Yes) and did not install the WASM module. But now everything works again. Files attached. Well, I don't know what you did, but the WASM is now installed and working: 126469 Lvars/Hvars received - checking aircraft autos.... If you re-installed, it would install the WASM module by default. John
kaha Posted July 28, 2021 Author Report Posted July 28, 2021 Maybe 7.2.3 did not install the WASM module? Anyway, it now works. Thanks, Karl
John Dowson Posted July 28, 2021 Report Posted July 28, 2021 Just now, kaha said: Anyway, it now works. Yep, not sure what happened... One thing you should do though is change the following settings in your FSUIPC7.ini file in the [General] section: TrafficStallTime=1 InitialStallTime=30 NormalStallTime=1 to TrafficStallTime=-2 InitialStallTime=120 NormalStallTime=-2 This will prevent FSUIPC re-connecting when data stalls, which can cause FSUIPC7 to run out of simconnect connections in some circumstances. Changing the traffic and normal stall times to a negative number will tell FSUIPC7 to just log a message when data stalls rather than re-connect. John 1
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