Page 1 of 1

[0.11.3] Error loading map from 0.11.2

Posted: Sun Nov 16, 2014 12:52 pm
by Alkalyne
I try to update factorio from 0.11.2 to 0.11.3 on my dedicaced server (so no GUI)
Steps :
1 - Download and copy factorio 0.11.3 on my server
2 - Copy saves from 0.11.2 to 0.11.3 directory
3 - Launch factorio 0.11.3

I have this error

Code: Select all

31005501.135599 Info AllInOne.cpp:365: Router state -> Disconnected
31005501.135705 Info AllInOne.cpp:33: Opening socket at port 34197
31005501.136103 Info AllInOne.cpp:365: Router state -> Connected
31005501.136166 Info AllInOne.cpp:60: NetworkTick(0) initialized Synchronizer local peer(0).
31005501.136341 Notice AllInOne.cpp:74: Hosting game at port 34197, peerID 0, session magic 16132
31005501.136378 Info AllInOne.cpp:336: MultiplayerManager changing state from(Disconnected) to(CreatingGame)
31005501.136402 Notice AllInOne.cpp:112: Loading map /var/www/factorio/saves/_autosave1.zip
31005501.472832 Info AllInOne.cpp:138: Map version 0.11.2-2
31005502.410160 Notice AllInOne.cpp:65: Applying migration: Base Mod: 2014-11-14_Factorio_0.11.2.lua
./startfactorio: line 6:  8191 Instruction non permise /var/www/factorio/bin/x64/factorio --mp-load-game $name
Any Idea ? I tried with Chmod 777 everywhere to be sure that's not a right issue.

Debian 6 Server 64Bit

Re: [0.11.3] Error loading map from 0.11.2

Posted: Mon Nov 17, 2014 7:01 pm
by kovarex
There is a reload script migration between 0.11.2 and 0.11.3 maybe you have not set your directories right and it can't be opened.

Can those saves be loaded in normal game with gui?

Re: [0.11.3] Error loading map from 0.11.2

Posted: Mon Nov 17, 2014 10:04 pm
by Alkalyne
I tried :

- 0.11.3 on Windows 64bits : It works fine
- 0.11.3 on Linux Server : Crash
- 0.11.3 on Linux Server in GUI mode (With VNC) : Crash

I have done a chmod -R 777 on factorio directory and I launch factorio with root user

Workaround : Download the savegame, open it with factorio on my Windows computer, save it (0.11.3), reupload it to the server

Re: [0.11.3] Error loading map from 0.11.2

Posted: Tue Nov 18, 2014 2:01 pm
by cube
What CPU does the server have?

Re: [0.11.3] Error loading map from 0.11.2

Posted: Tue Nov 18, 2014 2:50 pm
by Alkalyne
Intel Pentium Dual CPU E2180 @ 2.00GHz
2 Gb Ram

I will change soon for a Coreā„¢ i5-2300 with 16Go RAM the Intel Pentium Dual CPU E2180 run the game fine but I need to host more players and bigger maps

Do you think that the CPU is the problem here ?

Re: [0.11.3] Error loading map from 0.11.2

Posted: Tue Nov 18, 2014 4:08 pm
by cube
In 11.2 we added requirement for SSE2 instruction set to work around some floating point desync problems. The illegal instruction reported sounds like there might be a problem with this. I can't find any details about that processor, though. Does `grep sse2 /proc/cpuinfo` return anything?

Re: [0.11.3] Error loading map from 0.11.2

Posted: Tue Nov 18, 2014 5:28 pm
by Alkalyne
Return :

Code: Select all

flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm

Re: [0.11.3] Error loading map from 0.11.2

Posted: Wed Nov 19, 2014 10:06 am
by cube
So there is good news and bad news: The good news is that your cpu supports SSE2, so you should be able to play. The bad news is that I don't have a clue what happened :-)

Re: [0.11.3] Error loading map from 0.11.2

Posted: Wed Nov 19, 2014 12:41 pm
by Alkalyne
I have this error in syslog (I doubt it would help )

Code: Select all

kernel: traps: factorio[2587] trap invalid opcode ip:baee75 sp:7fffd9e3baa0 error:0 in factorio[400000+ae2000]
Maybe it's an hardware issue or OS issue, I will try again when I will have my new server

Re: [0.11.3] Error loading map from 0.11.2

Posted: Thu Nov 20, 2014 10:34 pm
by Alkalyne
Just for info : I have tested on my new server (Core i5 2300 Debian 7) and it work fine ;)