[1.1.90] --dump-data command line parameter - Permission denied
Posted: Tue Sep 12, 2023 1:46 pm
I ran in an elevated powershell and it produced following error:
What happened was it tried to create folders instead of files in script-output:
When I created the files manually it correctly wrote the dump inside them.
I can reproduce this by deleting the files inside script-output
related: viewtopic.php?f=11&t=108259
Code: Select all
.\factorio.exe --dump-data
Code: Select all
Error when opening C:\temp\Factorio\script-output\mod-settings-dump.json for writing: Permission denied
When I created the files manually it correctly wrote the dump inside them.
I can reproduce this by deleting the files inside script-output
related: viewtopic.php?f=11&t=108259