I recently purchased the game and have been playing it on my laptop which runs on Ubuntu 14.04. After buying a new PC a few days ago, I want to transfer my save from my laptop to the PC which also runs on Ubuntu 14.04.
After placing the save files in the correct place and running the game, I get an error saying 'Opening zip /home/Hedgepig23/downloads/factorio/saves/save1.zip failed.'. Trying to extract the files gives me the error 'An error occurred while loading the archive.' which after googling reveals that happens when trying to extract a Windows file. Can anyone please help me solve this problem?
Opening zip failed (Linux)
-
- Manual Inserter
- Posts: 4
- Joined: Wed May 27, 2015 4:00 pm
- Contact:
Re: Opening zip failed (Linux)
Did the file get corrupted somehow? Maybe compare md5sum before and after copying.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
-
- Manual Inserter
- Posts: 4
- Joined: Wed May 27, 2015 4:00 pm
- Contact:
Re: Opening zip failed (Linux)
What is md5sum?prg wrote:Did the file get corrupted somehow? Maybe compare md5sum before and after copying.
Re: Opening zip failed (Linux)
Some tool to calculate checksums of files. Should be part of coreutils, so just run md5sum save1.zip and compare output on both systems.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
-
- Manual Inserter
- Posts: 4
- Joined: Wed May 27, 2015 4:00 pm
- Contact:
Re: Opening zip failed (Linux)
After checking the md5sums, they are indeed different. I tried transferring the save through another mean and that was different too. Is there a way I can safely transfer my save data without corruption?
Re: Opening zip failed (Linux)
Not sure what you already did that destroyed your data, but scp should be reasonably simple and safe.
Depending on which machine you're on, something like
scp remotehost:/path/to/save1.zip /path/to/factorio/saves/
or
scp /path/to/save1.zip remotehost:/path/to/factorio/saves/
Depending on which machine you're on, something like
scp remotehost:/path/to/save1.zip /path/to/factorio/saves/
or
scp /path/to/save1.zip remotehost:/path/to/factorio/saves/
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Opening zip failed (Linux)
Unless your equipment is damaged or hacked, all data transfer methods should transfer without corruption.
Right?
Assuming we're talking about regular methods like flash drives and computer networks.
Did you use something considerably more weird?
Right?
Assuming we're talking about regular methods like flash drives and computer networks.
Did you use something considerably more weird?
-
- Manual Inserter
- Posts: 4
- Joined: Wed May 27, 2015 4:00 pm
- Contact:
Re: Opening zip failed (Linux)
My laptop that it was originally on is begging to be put down, so I'm assuming the corruption was from the laptop itself and not from the USB I transferred it with.
Regardless, i fixed my problem by downloading Dropbox on both systems, changing my save file location to inside dropbox and then moved the files into there. I have had no corruptions since and it allows me to play on the same file on both systems too.
Regardless, i fixed my problem by downloading Dropbox on both systems, changing my save file location to inside dropbox and then moved the files into there. I have had no corruptions since and it allows me to play on the same file on both systems too.