Page 4 of 4

Re: [Oxyd][Linux] Freeze on start after "Loading mod core.."

Posted: Wed Dec 13, 2017 9:50 pm
by zeus86
golfmiketango wrote:Tricky thing is we'll need to figure out how to rescue our installations by hand since we won't be able to reach the end of the progress bar where the update machinery kicks in. I guess, we'll need to download the full release tarball and do something like tar -C ${existing_factorio_installation_dir} -xJvf ${factorio_xz_tarball} --exclude=factorio/config-path.cfg --strip-components=1 --show-transformed-names --recursive-unlink
nice work, the oneliner works like a charm, and upgrades to 0.16.1 as intended. is had to temporarily manual remove the addons FARL and UpgradePlanner because of some nasty file-locks, but beside that, it worked out great (the tar-run does not have to do anything with the addons anyways, so whatever...).

Re: [Oxyd][Linux] Freeze on start after "Loading mod core.."

Posted: Thu Dec 14, 2017 7:54 am
by Dragonisser
Works now perfectly fine for me. thanks