-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
armaOS/Terminal crash #390
Comments
for clarificaton: the 2nd error about the missing paa appeared after someone accessed the 2nd laptop, which was spawned in by the zeus, not at the same time as the other error. |
Hi @JulesVerner I solved this issue in PR #391
To sum it all up: The text outputs were very long causing waiting time and creating a race condition that prevents the player from opening up the terminal again. If I had enough time while the event I probably could have fixed that easily (by deleting the mutex variable) but that's how life goes. I fixed the problem by changing the execution order. All the data is now transfered from server to client before the dialog shows up. This could take some time (there is now a hint that says "please be patient") An additional fix will be the cropping of the terminal output cache so it can't grow that big. Perhaps 100 lines would be sufficient. |
Happened on the Clear Skies event at Gruppe Adler. We have two separate video recordings and the server and client rpt file. After interaction with the terminal an script error occured, see screenshot. After that some of the ACE3 interactions wheren't available anymore, especially turn on/off/standby and accessing armaOS.
In combination with that the UI on texture feature resulted in a flickering display. Not sure if this is related to the error.
As a fallback I will introduce a "copy computer" function that allows to transfer the relevant variables from one computer to another. This could help in such situations or for debugging purposes.
additional measures:
AE3_Userlist
intoAE3_userlist
orAE3_users
AE3_Links
intoAE3_links
orAE3_commands
Not sure if this error is related to that bug but it showed up at the same time in the missionThe text was updated successfully, but these errors were encountered: