Page 1 of 1
[1.1.78] Crash when confirming patch notes
Posted: Wed Mar 22, 2023 3:53 pm
by TheThunderBirds
Opened the game through VS code to check the changes in my mod. I got the patch notes but when I click on the green button to go the the main menu the game crashed.
Re: [1.1.78] Crash when confirming patch notes
Posted: Wed Mar 22, 2023 4:00 pm
by TheThunderBirds
For some additional context: it does not seem to be related to the patch notes as it also crashes when I quickly click the patch notes away. It seems to be consistently crashing after a second or so.
Re: [Donion] [1.1.78] Crash when confirming patch notes
Posted: Wed Mar 22, 2023 4:04 pm
by TheThunderBirds
Code: Select all
{
"type": "factoriomod",
"request": "launch",
"name": "Factorio quick",
"factorioArgs": ["--disable-audio", "--low-vram", "--graphics-quality very-low"],
"modsPath": "C:\\Users\\joris\\Documents\\Factorio Mods"
},
{
"type": "factoriomod",
"request": "launch",
"name": "Factorio Staging run",
"factorioArgs": ["--low-vram"],
"modsPath": "C:\\Users\\joris\\Documents\\Factorio Mods",
}
The first launch config consistently crashes the game but the second one is fine
Re: [Donion] [1.1.78] Crash when confirming patch notes
Posted: Wed Mar 22, 2023 4:06 pm
by Donion
Oops, this is caused by the '--disable-audio'.
Edit: Well, not caused by it, but there is an issue when it's used. Disable disabling audio until I get it fixed.
Re: [Donion] [1.1.78] Crash when confirming patch notes
Posted: Wed Mar 22, 2023 4:20 pm
by TheThunderBirds
Thank you, will do!
Re: [Donion] [1.1.78] Crash when confirming patch notes
Posted: Wed Mar 22, 2023 9:50 pm
by Donion
The issue is now fixed for the next release. Thank you for the report.