[1.1.78] Crash when confirming patch notes
-
- Burner Inserter
- Posts: 14
- Joined: Sun Oct 15, 2017 6:15 pm
- Contact:
[1.1.78] Crash when confirming patch notes
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.
- Attachments
-
- factorio-dump-current.dmp
- (816.94 KiB) Downloaded 64 times
-
- factorio-current.log
- (9.95 KiB) Downloaded 66 times
-
- Burner Inserter
- Posts: 14
- Joined: Sun Oct 15, 2017 6:15 pm
- Contact:
Re: [1.1.78] Crash when confirming patch notes
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.
-
- Burner Inserter
- Posts: 14
- Joined: Sun Oct 15, 2017 6:15 pm
- Contact:
Re: [Donion] [1.1.78] Crash when confirming patch notes
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",
}
Re: [Donion] [1.1.78] Crash when confirming patch notes
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.
Edit: Well, not caused by it, but there is an issue when it's used. Disable disabling audio until I get it fixed.
-
- Burner Inserter
- Posts: 14
- Joined: Sun Oct 15, 2017 6:15 pm
- Contact:
Re: [Donion] [1.1.78] Crash when confirming patch notes
Thank you, will do!
Re: [Donion] [1.1.78] Crash when confirming patch notes
The issue is now fixed for the next release. Thank you for the report.