mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
Updated Seeing why the game is frozen (Windows) (markdown)
parent
2f59ef4527
commit
01df0dca74
@ -1,3 +1,11 @@
|
||||
# Linux
|
||||
|
||||
In Terminal:
|
||||
1. `ps -ef | grep ClassiCube` - to find PID / process ID of ClassiCube (first number in an output line)
|
||||
2. `sudo eu-stack -id -p [PID]` - to print stacktrace for that process
|
||||
|
||||
# Windows
|
||||
|
||||
1. Get process hacker https://processhacker.sourceforge.io/
|
||||
2. Double click the **second / child** ClassiCube.exe in processes list
|
||||
3. Go to Threads tab
|
Loading…
x
Reference in New Issue
Block a user