Skip to content
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

The game still randomly locks up in the C# code #5072

Open
hhyyrylainen opened this issue Apr 28, 2024 · 2 comments
Open

The game still randomly locks up in the C# code #5072

hhyyrylainen opened this issue Apr 28, 2024 · 2 comments

Comments

@hhyyrylainen
Copy link
Member

It has been confirmed that the game does lock up random during gameplay still. Could be related to specific thread counts, like really low thread count around 2-4 (which would explain why I haven't seen this). Or it just could be that it is very rare.

@ggkkaa
Copy link

ggkkaa commented May 2, 2024

It has been confirmed that the game does lock up random during gameplay still. Could be related to specific thread counts, like really low thread count around 2-4 (which would explain why I haven't seen this). Or it just could be that it is very rare.

Are there any crash logs?

@hhyyrylainen
Copy link
Member Author

There are no crash logs because the game doesn't crash. It just gets stuck and never does anything again needing to be force closed to get it to quit.
It is possible to dump the thread callstacks with gdb and the C# callstacks with some C# introspection (I can push my really crude command line tool for this if anyone is interested). That's how I've identified some areas where the game could lock up and added workarounds (#4989).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: High Priority
Thrive Planning
  
Features for next release
Development

No branches or pull requests

2 participants