Fragtality Posted November 28, 2023 Author Report Posted November 28, 2023 15 hours ago, John Dowson said: Can you test with the main window open - I would like to know if the UI responds when you get this hang/freeze. It does not response any more (Windows displays even "No Response" in the Windows Title) 15 hours ago, John Dowson said: You access the logging console via Log->Open Console. This shows a real-time view of the FSUIPC7.log file. I would like to know if messages are till logged after the freeze, so keep that open. That is interestingly still active, but seems to be stuck in a Loop. (Like in previous Logs) Logs.zip
John Dowson Posted November 28, 2023 Report Posted November 28, 2023 Ok - that log shows that there is an issue with the lvar values lock/mutex: Quote 203000 17556 [DEBUG]: # Requesting lvM lock... That lock us never obtained. This looks to be due to successive config updates being received before the previous one is fully processed. Hopefully this is corrected in the attached version. Any issues, can you attach the log file again - maybe two copies, one the file when you get the hang, and again after you have killed/stopped FSUIPC7. Thanks. John FSUIPC7.exe
Fragtality Posted November 28, 2023 Author Report Posted November 28, 2023 3 hours ago, John Dowson said: Ok - that log shows that there is an issue with the lvar values lock/mutex: That lock us never obtained. This looks to be due to successive config updates being received before the previous one is fully processed. Hopefully this is corrected in the attached version. Any issues, can you attach the log file again - maybe two copies, one the file when you get the hang, and again after you have killed/stopped FSUIPC7. Thanks. John FSUIPC7.exe 661 kB · 2 downloads Looks promising after a quick Test, Thanks! 🙂
John Dowson Posted November 28, 2023 Report Posted November 28, 2023 Just now, Fragtality said: Looks promising after a quick Test, Thanks! 🙂 Great! Thanks for all your help tracking this one down! I will release a new beta tomorrow, as a full installer (including WASM + updated documentation). The additional log messages I added for this will be removed, and input parameter values will be logged correctly. Please update to this version once released. I will probably release this version officially the following week, if no other issues are reported. Cheers, John
John Dowson Posted December 5, 2023 Report Posted December 5, 2023 On 11/25/2023 at 6:06 PM, Fragtality said: Even though my Tools don't have a Problem with that (they're designed to be even started before the Sim): Would it be possible to have an additional RunIf Option in the Future - maybe let's call it "PROC" or so. It would start the given Program when SimConnect is ready to process. The next beta release, 7.4.0b, which will be released tomorrow, will allow for an additional parameter for [Programs] section entries: CONNECTED. This will delay the start of programs until FSUIPC is connected to MSFS (via SimConnect) and has received the initial data to populate the offsets. John 1
John Dowson Posted December 5, 2023 Report Posted December 5, 2023 1 hour ago, John Dowson said: The next beta release, 7.4.0b, which will be released tomorrow Now released...a bit early....!
Fragtality Posted December 5, 2023 Author Report Posted December 5, 2023 5 hours ago, John Dowson said: The next beta release, 7.4.0b, which will be released tomorrow, will allow for an additional parameter for [Programs] section entries: CONNECTED. This will delay the start of programs until FSUIPC is connected to MSFS (via SimConnect) and has received the initial data to populate the offsets. John Hmm, I see no Difference with the new CONNECTED compared to READY - the Programs are only loaded after Read to Fly was pressed 😕
John Dowson Posted December 6, 2023 Report Posted December 6, 2023 11 hours ago, Fragtality said: I see no Difference with the new CONNECTED compared to READY - the Programs are only loaded after Read to Fly was pressed Are you sure that you are using the latest beta release, 7.4.0b? Please check this as your browser may have cached the download file. If that is not the issue, please show me your .log and .ini files... John
Fragtality Posted December 6, 2023 Author Report Posted December 6, 2023 Hmm, the ini reports "UpdatedByVersion=7400b" and the changes.txt reflects the new Parameter. Everywhere I look tells me I have the Bravo-Version 🙂 FSUIPC7.ini FSUIPC7.log FSUIPC7_prev.log
John Dowson Posted December 6, 2023 Report Posted December 6, 2023 7 minutes ago, Fragtality said: Hmm, the ini reports "UpdatedByVersion=7400b" and the changes.txt reflects the new Parameter. Good, I was only checking... I see you are using RunIf. I haven't tested with this - I will check this and update if needed.... John
Fragtality Posted December 6, 2023 Author Report Posted December 6, 2023 Ah! Yeah found it to be more reasonable to have it that way ^^ I'll cross-check with Run in the meantime 😉
John Dowson Posted December 6, 2023 Report Posted December 6, 2023 Your log also shows lots of other errors which are rather worrying.... There is an SDK update with the latest release to SU14 last night/today. I am currently in the process of updating to the latest SDK and will make a new release when done and tested, hopefully tomorrow. John
Fragtality Posted December 6, 2023 Author Report Posted December 6, 2023 2 minutes ago, John Dowson said: Your log also shows lots of other errors which are rather worrying.... There is an SDK update with the latest release to SU14 last night/today. I am currently in the process of updating to the latest SDK and will make a new release when done and tested, hopefully tomorrow. Uh oh 🤔 Using "Run" does not work either. Programs were only started after Ready to Fly was pressed.
John Dowson Posted December 6, 2023 Report Posted December 6, 2023 15 hours ago, Fragtality said: Using "Run" does not work either. Programs were only started after Ready to Fly was pressed. I don't understand this at the moment... it was all working as expected when I tested this. I will test further and let you know when an update is available. Quite a few issues with the latest SDK. Pain in the ass... xmas lunch today with quite a bit of wine. I will look into this tomorrow 😉 John
John Dowson Posted December 6, 2023 Report Posted December 6, 2023 1 hour ago, John Dowson said: Using "Run" does not work either. Programs were only started after Ready to Fly was pressed. No programs are started now here, with Run or RunIf. It looks like the latest update has broken quite a few things. I have a lot of work to do tomorrow...
John Dowson Posted December 7, 2023 Report Posted December 7, 2023 Everything is working as expected here today, with both Run and RunIf. Not sure what happened yesterday, strange... Anyway, I have just released a new beta version re-compiled against the latest SDK. Please update to that and re-test. Any issues, please attach your files. John
Fragtality Posted December 7, 2023 Author Report Posted December 7, 2023 Totally strange ... Still the Programs are only started after Ready to Fly was pressed. This time it even forgot to start one Program (Fenix2GSX). But it can start the Programs without Problems with the old READY before and now with DELAY=60 🤔 FSUIPC7.log FSUIPC7.ini
John Dowson Posted December 7, 2023 Report Posted December 7, 2023 Looks to be a timing issue between two threads, hopefully fixed in the attached if you could try it. I have also updated the beta download to include this version. John FSUIPC7.exe
Fragtality Posted December 7, 2023 Author Report Posted December 7, 2023 YES! 😃 Okay, I only quickly fired the Sim up and did not really looked when exactly the Programs where started. BUT, when the Sim was in the Main Menu, the Programs were started. FSUIPC7.log FSUIPC7.ini
John Dowson Posted December 7, 2023 Report Posted December 7, 2023 The DELAY option with CONNECTED wasn't reliable in the previous version, corrected in the attached. John FSUIPC7.exe
Fragtality Posted December 7, 2023 Author Report Posted December 7, 2023 Oh, never combined them. I used either DELAY or CONNECTED - but good to know ^^
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