Page 1 of 1

[2.0.76] Crash when exiting game

Posted: Tue Apr 07, 2026 3:39 pm
by diegotdl03
What did you do?
I closed the game via Alt+F4 hotkey or via the main menu (red exit button)

What happened?
The game crashed, I was not able to switch tabs or open new tabs. Mouse was unresponsive. Computer needed to be rebooted by holding down power button.

What did you expect to happen instead? It might be obvious to you, but do it anyway!
Exit normally and be able to use the computer like normal

Does it happen always, once, or sometimes?
Always

Computer information:
OS: Pop!_OS 22.04 LTS x86_64
Host: 950QDB P12AKG
Kernel: 6.17.9-76061709-generic
CPU: 11th Gen Intel i7-1165G7 (8) @ 4.700GHz
GPU: Intel TigerLake-LP GT2 [Iris Xe Graphics]
Memory: 4377MiB / 15664MiB

Pertinent information:
Not using steam, it did not use to happen with previous versions. As far as I can tell, it started happening on the latest version. Not able to take screenshots due to the nature of the crash, but a force quit or wait pop up appears after a while. It cannot be interacted with.

Thank you very much,

Re: [2.0.76] Crash when exiting game

Posted: Tue Apr 07, 2026 3:46 pm
by Rseding91
Thanks for the report however the log does not show anything abnormal. The last entry is literally the last line of code the game executes before it stops running code and terminates.

What ever the issue is, it's likely related to your operating system and not the game.

Re: [2.0.76] Crash when exiting game

Posted: Tue Apr 07, 2026 8:02 pm
by pioruns
please run

Code: Select all

sudo dmesg -w
in a terminal on a second screen, if possible, throughout the session. See if it catches any graphics driver crash, or similar event.
You can also run

Code: Select all

htop
in another terminal (you can split a terminal to have two side by side), to see which process is hogging CPU, and watch memory usage.