I'm trying to run the headless version 0.12.25 (same issue with 0.12.24, not tested older) on ubuntu 15.10 with a dedicated account.
Code: Select all
./factorio --start-server test
0.000 2016-03-05 11:11:14; Factorio 0.12.25 (Build 17747, linux64)
0.053 Operating system: Linux (Ubuntu 15.10)
0.053 Program arguments: "./factorio" "--start-server" "test"
0.053 Read data path: /home/factorio/factorio/data
0.053 Write data path: /home/factorio/factorio
0.053 Binaries path: /home/factorio/factorio/bin
0.063 Running in headless mode
0.064 Error Util.cpp:57: No such node (version)
Code: Select all
ldd factorio
linux-vdso.so.1 => (0x00007ffd1750a000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f955236a000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9552162000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9551e59000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9551c42000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9551878000)
/lib64/ld-linux-x86-64.so.2 (0x000055ed6511a000)