Headless server can't load a certain map

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
aquaius
Manual Inserter
Manual Inserter
Posts: 2
Joined: Thu Dec 08, 2016 4:15 am
Contact:

Headless server can't load a certain map

Post by aquaius »

I'm trying to host a 0.14.21 headless server on Ubuntu 16.04 LTS and a certain save file can't be loaded

Code: Select all

root@factorio:/opt/factorio# ./bin/x64/factorio --start-server ./saves/apple.zip.1
   0.001 2016-12-12 19:51:06; Factorio 0.14.21 (build 25327, linux64, headless)
   0.071 Operating system: Linux (Ubuntu 16.04)
   0.071 Program arguments: "./bin/x64/factorio" "--start-server" "./saves/apple.zip.1"
   0.071 Read data path: /opt/factorio/data
   0.071 Write data path: /opt/factorio
   0.071 Binaries path: /opt/factorio/bin
   0.081 System info: [CPU: Intel KVM processor v2, 1 core, RAM: 488MB]
   0.082 Running in headless mode
   0.118 Loading mod core 0.0.0 (data.lua)
   0.123 Loading mod base 0.14.21 (data.lua)
   0.227 Loading mod 5dim_core 0.14.1 (data.lua)
   0.293 Loading mod advanced-logistics-system 0.4.0 (data.lua)
   0.367 Loading mod air-filtering 0.4.3 (data.lua)
   0.450 Loading mod Crafting_Speed_Research 0.1.4 (data.lua)
   0.538 Loading mod Electric Furnaces 2.1.2 (data.lua)
   0.607 Loading mod Landfill 2.1.11 (data.lua)
   0.696 Loading mod Larger Inventory 1.0.2 (data.lua)
   0.764 Loading mod Power Armor MK3 0.0.4 (data.lua)
   0.862 Loading mod Power Armor MK4 0.0.1 (data.lua)
   0.932 Loading mod 5dim_automatization 0.14.0 (data.lua)
   1.017 Loading mod 5dim_energy 0.14.0 (data.lua)
   1.130 Loading mod 5dim_logistic 0.14.1 (data.lua)
   1.217 Loading mod 5dim_mining 0.14.0 (data.lua)
   1.326 Loading mod 5dim_module 0.14.0 (data.lua)
   1.408 Loading mod 5dim_transport 0.14.0 (data.lua)
   1.495 Loading mod 5dim_vehicle 0.14.0 (data.lua)
   1.585 Loading mod Squeak Through 1.1.5 (data-updates.lua)
   1.697 Loading mod long-reach 0.0.6 (data-final-fixes.lua)
   1.782 Checksum for core: 1291735968
   1.782 Checksum for mod base: 786624017
   1.782 Checksum for mod 5dim_core: 4109024274
   1.782 Checksum for mod advanced-logistics-system: 2163846892
   1.782 Checksum for mod air-filtering: 2717869336
   1.782 Checksum for mod Crafting_Speed_Research: 3928230558
   1.782 Checksum for mod Electric Furnaces: 25350203
   1.782 Checksum for mod Landfill: 3661776105
   1.783 Checksum for mod Larger Inventory: 32563986
   1.783 Checksum for mod long-reach: 3674062281
   1.783 Checksum for mod Power Armor MK3: 2685576601
   1.783 Checksum for mod Power Armor MK4: 2840694978
   1.783 Checksum for mod Squeak Through: 1290912583
   1.783 Checksum for mod 5dim_automatization: 567552077
   1.783 Checksum for mod 5dim_energy: 2433439626
   1.783 Checksum for mod 5dim_logistic: 3113580193
   1.783 Checksum for mod 5dim_mining: 3811609503
   1.783 Checksum for mod 5dim_module: 2099069930
   1.783 Checksum for mod 5dim_transport: 2781144077
   1.783 Checksum for mod 5dim_vehicle: 357293043
   2.330 Info PlayerData.cpp:55: Local player-data.json available, timestamp 1481530684
   2.331 Info PlayerData.cpp:62: Cloud player-data.json unavailable
   2.336 Custom inputs active: 0
   2.338 Factorio initialised
   2.339 Info ServerSynchronizer.cpp:27: nextHeartbeatSequenceNumber(0) initialized Synchronizer nextTickClosureTick(0).
   2.339 Info ServerMultiplayerManager.cpp:658: mapTick(-1) changing state from(Ready) to(PreparedToHostGame)
   2.339 Info ServerMultiplayerManager.cpp:658: mapTick(-1) changing state from(PreparedToHostGame) to(CreatingGame)
   2.347 Loading map /opt/factorio/./saves/apple.zip.1
   2.390 Info Scenario.cpp:152: Map version 0.14.21-0
Killed
this is the log when i try to start the server, i'm not sure if it's a problem with the save or not as the save works fine and other people can join it, but only when the original host hosts the map, any saves not by the host can't be hosted, is there any way to fix this?

edit: Solved with more RAM
Last edited by aquaius on Mon Dec 12, 2016 9:15 am, edited 1 time in total.
User avatar
prg
Filter Inserter
Filter Inserter
Posts: 947
Joined: Mon Jan 19, 2015 12:39 am
Contact:

Re: Headless server can't load a certain map

Post by prg »

aquaius wrote:

Code: Select all

0.081 System info: [CPU: Intel KVM processor v2, 1 core, RAM: 488MB]
[...]
Killed
Check dmesg for OOM killer messages, then invest in more RAM.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
aquaius
Manual Inserter
Manual Inserter
Posts: 2
Joined: Thu Dec 08, 2016 4:15 am
Contact:

Re: Headless server can't load a certain map

Post by aquaius »

prg wrote:
aquaius wrote:

Code: Select all

0.081 System info: [CPU: Intel KVM processor v2, 1 core, RAM: 488MB]
[...]
Killed
Check dmesg for OOM killer messages, then invest in more RAM.
Thanks, 1gig seems to do the job

/solved
Post Reply

Return to “Technical Help”