Updated Seeing why the game is frozen (Windows) (markdown)

UnknownShadow200 2022-11-11 13:06:45 +11:00
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/ 1. Get process hacker https://processhacker.sourceforge.io/
2. Double click the **second / child** ClassiCube.exe in processes list 2. Double click the **second / child** ClassiCube.exe in processes list
3. Go to Threads tab 3. Go to Threads tab