[1.1.88] Game hang @ loading sound 95%
[1.1.88] Game hang @ loading sound 95%
Hi
I'm still see game hang on my 1.1.88 windows zip build, which I use for mod development.
I still see loading sound 95% hang.
The menu where biter attack miners has a guarantee freeze.
Oddly enough, when I'm in my test game (in game), it doesn't freeze. I have try run it for 10mins with 2000UPS. It looks fine.
It often freeze when I use "Quit Game" button.
I tried the stream-from-disk change in config.ini. It still hangs.
I currently have appox 500MB of unzip mod assets. Not sure if that contributes to the issue. If you want my mod dump, I can provide via Gdrive.
I thought about posting in this ticket. But it's already moved to resolved.
Reference: 107792
I'm still see game hang on my 1.1.88 windows zip build, which I use for mod development.
I still see loading sound 95% hang.
The menu where biter attack miners has a guarantee freeze.
Oddly enough, when I'm in my test game (in game), it doesn't freeze. I have try run it for 10mins with 2000UPS. It looks fine.
It often freeze when I use "Quit Game" button.
I tried the stream-from-disk change in config.ini. It still hangs.
I currently have appox 500MB of unzip mod assets. Not sure if that contributes to the issue. If you want my mod dump, I can provide via Gdrive.
I thought about posting in this ticket. But it's already moved to resolved.
Reference: 107792
- Attachments
-
- config.ini
- (48.42 KiB) Downloaded 64 times
-
- factorio-current-froze-at-quit-game.log
- (281.68 KiB) Downloaded 65 times
-
- factorio-current-froze-at-95p.log
- (279.79 KiB) Downloaded 64 times
-
- Freeze-scene.JPG (648.2 KiB) Viewed 2584 times
Last edited by heyqule on Thu Aug 03, 2023 2:07 am, edited 1 time in total.
Re: [1.1.88] Game hang @ loading sound 95%
Another thing I noticed is that when the game is able to get pass the "loading sound 95%" hang. It always starts with the biter raids miners scene.
Re: [1.1.88] Game hang @ loading sound 95%
NVM... It freeze as I posted this.
- Attachments
-
- Freeze-scene-2.JPG (1.17 MiB) Viewed 2544 times
Re: [1.1.88] Game hang @ loading sound 95%
Since changing that setting doesn't change anything, this is a different issue anyway,
Please do, I will try to reproduce the issue then.
Do you experience hangs when not using any mods?
Re: [1.1.88] Game hang @ loading sound 95%
https://drive.google.com/drive/u/0/fold ... lYybJJBIY3
Download the mod zip and unpack it in the zip folder.
In a clean build, it may load OK for a few times. Once it starts to happen, it loads into the menu and then freeze. If not, you can try load up an EnemyRaceManage/General Debug scenario, speed it up and run it for a few minute and then "quit game". After that, loading sound 95% kicks in.
My steam build with 1.1.87 with many of these published mods hasn't experienced the freeze.
1.1.88 (window zip) without mods load fine. I reloaded it a few times on purposed after changing a few setting to match the dev build.
Download the mod zip and unpack it in the zip folder.
In a clean build, it may load OK for a few times. Once it starts to happen, it loads into the menu and then freeze. If not, you can try load up an EnemyRaceManage/General Debug scenario, speed it up and run it for a few minute and then "quit game". After that, loading sound 95% kicks in.
My steam build with 1.1.87 with many of these published mods hasn't experienced the freeze.
1.1.88 (window zip) without mods load fine. I reloaded it a few times on purposed after changing a few setting to match the dev build.
Re: [1.1.88] Game hang @ loading sound 95%
Here is how I reproduced the "Quit Game" freeze on a clean build.
Please grab my mod-settings.dat from Gdrive as well. It has some changes in the startup settings.
Game test
- Start "EnemeyRaceManager/General Debug" scenario
- Set the map type to "ERM DEBUG"
- Start the game
- Start the 2 artilleries, set game speed to 1000 and let it run for 2+ minutes.
- Use "quit game"
Please grab my mod-settings.dat from Gdrive as well. It has some changes in the startup settings.
Game test
- Start "EnemeyRaceManager/General Debug" scenario
- Set the map type to "ERM DEBUG"
- Start the game
- Start the 2 artilleries, set game speed to 1000 and let it run for 2+ minutes.
- Use "quit game"
Re: [1.1.88] Game hang @ loading sound 95%
Thanks for the report and the mod(s). We were able to reproduce it and the issue is now fixed for the next release.
If you want to get ahold of me I'm almost always on Discord.
Re: [1.1.88] Game hang @ loading sound 95%
lol. It seems related to Clion's Redirect Input. The same build seems runs fine without it.
That option works fine on 1.1.80 build tho.
That option works fine on 1.1.80 build tho.
- Attachments
-
- Clion-Shell-Redirect.JPG (175.89 KiB) Viewed 2419 times
Re: [1.1.88] Game hang @ loading sound 95%
The issue is related to the simulation save file being run (which random seed it ends up with) and how many prototypes have defined autoplace controls. Because there are 1400~ prototypes with autoplace controls the game tries to find "spaced apart" locations for all 1400 of them in the starting area and ends up failing to do so as the number grows. At least until 1.1.89 where it's fixed.
If you want to get ahold of me I'm almost always on Discord.
Re: [1.1.88] Game hang @ loading sound 95%
That's interesting.
Re: [1.1.88] Game hang @ loading sound 95%
If the expansion has some mechanic to change max health and damage mulitplier for entities during runtime, that would be able to reduce the prototype counts from my mods.