Page 1 of 1

[2.0.48] crash on startup with save

Posted: Mon May 12, 2025 2:15 pm
by Gencris
The application launches without problem for a new game, but crashes on startup, whatever the save I launch. I tried with OpenGL it crashes the same way. (I had encountered a magenta screen problem with "metal" and the latest version 2.0.47)
Capture d’écran 2025-05-12 à 15.38.23.png
Capture d’écran 2025-05-12 à 15.38.23.png (1.17 MiB) Viewed 428 times
Capture d’écran 2025-05-12 à 15.41.16.png
Capture d’écran 2025-05-12 à 15.41.16.png (4.59 MiB) Viewed 428 times

Re: [2.0.48] crash on startup with save

Posted: Mon May 12, 2025 2:25 pm
by pioruns

Re: [2.0.48] crash on startup with save

Posted: Mon May 12, 2025 3:13 pm
by StrangePan
Hello, yes, please attach your log file and any affected save files so that we can reproduce the issue further, as per these instructions

Re : [2.0.48] crash au démarrage avec sauvegarde

Posted: Mon May 12, 2025 6:48 pm
by Gencris
Here are the requested parts. (I went back to 2.0.47, the factory-current may not be correct, I don't know much about it, sorry)
Voici les pièces demandées. (je suis repassé en 2.0.47, le factory-current n'est peut être pas bon, j'y connais pas grand chose désolé)
factorio-previous copie.log
(871.97 KiB) Downloaded 12 times
Aquilo6 copie.zip
(56.12 MiB) Downloaded 12 times
Aquilo9 copie.zip
(57.22 MiB) Downloaded 12 times
factorio-current copie.log
(180.95 KiB) Downloaded 17 times

Re: [2.0.48] crash on startup with save

Posted: Mon May 12, 2025 6:51 pm
by Loewchen
Neither log shows a crash.

Re: [2.0.48] crash on startup with save

Posted: Tue May 13, 2025 5:57 am
by Gencris
The image is frozen like on the screen with the rainbow wheel spinning. I have to force quit. Maybe it's a mod that's messing things up...
But oh well, I'll go back to my 300-hour game with a previous version. I'll probably go back to v.43, which has a much higher frame rate with my M1 Mac and 32" screen than v.47. I'll leave v.48 to the tinkerers ;)
Thanks for taking a look at my problem.

Re: [2.0.48] crash on startup with save

Posted: Tue May 13, 2025 10:09 am
by StrangePan
Thank you for providing the save files and logs; I was able to reproduce the crash on startup with version 2.0.48 and have found the culprit to be some changes related to the modding API and solar panels, which is affecting the "Solar Array Wings" mod that you have installed. 2.0.49 will check mods when loading and will prevent this mod and others that are affected by the recent (minor) API changes from loading.

Your options as far as I can tell are to either 1. wait to upgrade to 2.0.49 until after the mod developer has updated the mod, 2. fix the mod yourself, or 3. disable the mod and its dependents.

Fixing the Solar Array Wings mod wasn't very difficult. I just had to unzip the file mods/space-panels_1.0.1.zip and change file mods/space-panels_1.0.1/prototypes/space-panels.lua line 130 from

Code: Select all

usage_priority = "solar"
to

Code: Select all

usage_priority = "tertiary"
. I don't know how this might impact gameplay, but at least the mod loads and the game doesn't crash when loading the save anymore.

I will close this issue now that the cause has been found and the responsibility for implementing a solution rests with the modding community.

Re: [2.0.48] crash on startup with save

Posted: Tue May 13, 2025 12:23 pm
by Gencris
To StrangePan : Great, it works with the repair you recommended. Thank you very much :)