Page 1 of 1
[0.18.45] Factorio process not ending on game quite
Posted: Sun Aug 09, 2020 6:31 am
by tyleryes111
the Factorio processes is not ending on game quite. both steam and windows task manager see factorio.exe
on window 7
Re: [0.18.45] Factorio process not ending on game quite
Posted: Sun Aug 09, 2020 12:46 pm
by Loewchen
Post the log after a session with the issue.
Re: [0.18.45] Factorio process not ending on game quite
Posted: Sun Aug 09, 2020 4:51 pm
by orzelek
I encountered this when running a benchmark. It looks like same issue.
After benchmark game writes Goodbye on console and then it stays like that. It doesn't return to command prompt even after some time. Ctrl+C will stop it.
Log attached (nothing in it really I think).
Re: [0.18.45] Factorio process not ending on game quite
Posted: Sun Aug 09, 2020 8:09 pm
by tyleryes111
Loewchen wrote: ↑Sun Aug 09, 2020 12:46 pm
Post the log after a session with the issue.
here is the log and a screen cap of steam and task manager
Re: [0.18.45] Factorio process not ending on game quite
Posted: Mon Aug 17, 2020 2:24 am
by Rseding91
There's 1 piece of code that runs after the "goodbye" message is printed: the logger file handle gets flushed and closed.
After that it's just "windows; i'm done - you can close me now" - not anything we control.
So if it's freezing for you on exit with "goodbye" being the last log entry then either it's failing to close that file handle (which would crash the program - and show an error box) or something else hooked into Factorio is sitting in an infinite loop outside of our control.
So; what ever the issue is - it's nothing we can control. You'll have to figure out what's causing it on your computer.