This are the Support Forums for FSUIPC and related products.
These forums replace the old support forums which have been running for 20+ years. The old forums contain a wealth of information on all FSUIPC products, but are now no longer available.
Please note that you will need to Register and Login to post for support, and also to download attachments. You can view these forums without registering.
Support is also available via Discord. Please use the following invite link to join the FSUIPC Discord server:
https://discord.gg/zjwUTrxmmE
Thanks for your help trying to sort this out.
Hello:
I believe I resolved this issue. One of your posts, you noted that the line in the ini file should start with a 2. Somehow mine started with a 5. I manually edited the ini and the LUA appears to functional again.
Thank you for your time, happy new year.
Posted by: @dreamflight767I believe I resolved this issue. One of your posts, you noted that the line in the ini file should start with a 2. Somehow mine started with a 5. I manually edited the ini and the LUA appears to functional again.
This did not resolve your issue. The first number on each line in the ini file is just a (unique) index number, and changing this can have no affect whatsoever.
Both log files you attached show that you had connection issues: FSUIPC7 never connected to MSFS, and the lua script was never started. Nothing is going to work in FSUIPC7 if it cannot get a connection to MSFS. I suspect that you have a badly behaving add-on installed that is consuming too many SimConnect connections.
Check the FAQ entry on SimConnect connection issues, and make sure that you have increased the MaxClients parameter in the SimConnect.xml file to 128.
Thank you. I made the changes as you suggested. Would you mind please taking another look at my logs to see if everything is in proper order.
You still have some connection issues:
1063 Auto-started via EXE.xml with DetectToConnectDelayAuto=60, InitialStallTime=20
3828 Simulator detected
63828 Trying to connect...
83828 * SimConnect open event not received in required time limit: Re-connecting now...
84047 Trying to connect...
104047 * SimConnect open event not received in required time limit: Re-connecting now...
104266 Trying to connect...
124266 **** SimConnect open event not received in required time limit: Re-connecting now...
124485 Trying to connect...
132641 SimConnect_Open succeeded
132641 Running in "KittyHawk", Version: 11.0.282174.999 (SimConnect: 11.0.62651.3)
132641 MSFS version = 11.0.282174.999
132641 MSFS2020 Steam installation detected:
Try adding
DetectToConnectDelayAuto=120
of the [General] section of your FSUIPC7.ini file.
See the following FAQ entry on tuning the FSUIPC7 start-up/connection parameters:
John
Alright. Made that entry. Appears all is correct now?
Thanks!
