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,
[2.0.76] Crash when exiting game
-
diegotdl03
- Manual Inserter

- Posts: 1
- Joined: Tue Apr 07, 2026 3:26 pm
- Contact:
[2.0.76] Crash when exiting game
- Attachments
-
- factorio-current.log
- (7.26 KiB) Downloaded 3 times
Re: [2.0.76] Crash when exiting game
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.
What ever the issue is, it's likely related to your operating system and not the game.
If you want to get ahold of me I'm almost always on Discord.
Re: [2.0.76] Crash when exiting game
please run
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
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.
Code: Select all
sudo dmesg -wYou can also run
Code: Select all
htop
