I'm getting a "Shell execute error" every time factorio wants to restart itself (like after the update to 1.1.24, 1.1.25 & 1.1.26 or when mods were updated and I click "confirm".
No problem, I just start the game myself.
I suspect my strange setup is at fault, but I wanted to report to complete your body of knowledge.
I'm currently playing factorio in Win10.
I've downloaded the factorio stable zip and uncompressed it to a folder, then created a folder "Krastorio 2" (and a folder "Industrial Revolution 2", "Pyanodons", ...) as a sibling to that folder. I copied the "config-path.cfg" to each of these folders. Then I created symlinks to the contents of the stable zip folder's contents.
Code: Select all
> copy ..\Factorio_1.1\config-path.cfg config-path.cfg
> mklink /D bin ..\Factorio_1.1\bin
> mklink /D data ..\Factorio_1.1\data
> mklink /D doc-html ..\Factorio_1.1\doc-html
> mklink /D tests ..\Factorio_1.1\tests
Code: Select all
|
+- Factorio_1.1 (zip extracted here)
| +- bin/
| +- data/
| +- doc-html/
| +- tests/
| +- config-path.cfg
|
+- Industrial Revolution 2
| +- bin/ (symlink)
| +- mods/ (actual directory)
...
Code: Select all
Microsoft Windows [Version 10.0.19042.844]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\Games\Factorio Modded\Industrial Revolution 2>dir
Volume in drive C has no label.
Volume Serial Number is 9653-B10F
Directory of C:\Games\Factorio Modded\Industrial Revolution 2
05/03/2021 23:58 <DIR> .
05/03/2021 23:58 <DIR> ..
05/03/2021 23:58 2.684 achievements-modded.dat
20/02/2021 16:46 <SYMLINKD> bin [..\Factorio_1.1\bin]
05/02/2021 17:04 6.228.188 blueprint-storage.dat
05/03/2021 20:30 <DIR> config
07/01/2021 09:47 1.001 config-path.cfg
05/03/2021 16:35 1.830.460 crop-cache.dat
20/02/2021 16:47 <SYMLINKD> data [..\Factorio_1.1\data]
20/02/2021 16:47 <SYMLINKD> doc-html [..\Factorio_1.1\doc-html]
05/03/2021 23:58 25.276 factorio-current.log
05/03/2021 16:33 10.841 factorio-previous.log
05/03/2021 23:58 <DIR> mods
05/03/2021 23:58 7.836 player-data.json
05/03/2021 23:51 <DIR> saves
05/03/2021 23:51 <DIR> temp
20/02/2021 16:48 <SYMLINKD> tests [..\Factorio_1.1\tests]
7 File(s) 8.106.286 bytes
10 Dir(s) 2.733.673.984 bytes free
Another bonus with this setup is that all my factorios are actually the same one, so if I update factorio while playing from my Krastorio 2 shortcut, my IR2 factorio is updated too.