[0.15.1] Migration error on connect to a headless server
Posted: Tue Apr 25, 2017 8:42 am
This is not quite a bug but may be worth to mention. My headless server only has migrations since "2014-10-22_Factorio_0.11.0.json" and up.
But the client (installed via Steam long ago and updated to 0.15.1 today) had much older migrations starting from "2014-01-09_Factorio_0.9.0.json":
So when I connected to the server I got an error about failed migration. It seems that Steam didn't remove those old files and verifying the cache didn't help either. I had to manually delete the /data/base/migrations directory and reverify the game files, then it only downloaded the required ones and it all worked fine.
But the client (installed via Steam long ago and updated to 0.15.1 today) had much older migrations starting from "2014-01-09_Factorio_0.9.0.json":
Code: Select all
-rwxr-xr-x 1 rkfg rkfg 229 Feb 29 2016 2014-01-09_Factorio_0.9.0.json
-rwxr-xr-x 1 rkfg rkfg 557 Feb 29 2016 2014-01-28_Factorio_0.9.0.lua
-rwxr-xr-x 1 rkfg rkfg 1.1K Feb 29 2016 2014-02-16_Factorio_0.9.1.lua
-rwxr-xr-x 1 rkfg rkfg 107 Feb 29 2016 2014-02-26_Factorio_0.9.2.lua
-rwxr-xr-x 1 rkfg rkfg 34 Feb 29 2016 2014-03-08_Factorio_0.9.3.lua
-rwxr-xr-x 1 rkfg rkfg 237 Feb 29 2016 2014-03-16_Factorio_0.9.4.lua
-rwxr-xr-x 1 rkfg rkfg 175 Feb 29 2016 2014-03-17_Factorio_0.9.4.json
-rwxr-xr-x 1 rkfg rkfg 450 Feb 29 2016 2014-03-17_Factorio_0.9.4.lua
-rwxr-xr-x 1 rkfg rkfg 267 Feb 29 2016 2014-03-20_Factorio_0.9.5.lua
-rwxr-xr-x 1 rkfg rkfg 21 Feb 29 2016 2014-09-28_Factorio_0.11.0.lua
-rwxr-xr-x 1 rkfg rkfg 97 Feb 29 2016 2014-10-22_Factorio_0.11.0.json
<...>