tried with --create and tried with clientcreated save.
Iam on Debian Jessie.
strace says:
Code: Select all
write(1, " 6.887 Checksum for script /sr"..., 104 6.887 Checksum for script /srv/games/factorio/factorio/temp/currently-playing/control.lua: 900459546
) = 104
stat("/srv/games/factorio/factorio/data/base/control.lua", 0x7fff3e74a7b0) = -1 ENOENT (No such file or directory)
stat("/srv/games/factorio/factorio/temp/currently-playing/script.dat", 0x7fff3e74a8f0) = -1 ENOENT (No such file or directory)
times({tms_utime=612, tms_stime=16, tms_cutime=2, tms_cstime=2}) = 2676414825
stat("", 0x7fff3e74a970) = -1 ENOENT (No such file or directory)
stat("", 0x7fff3e74acc0) = -1 ENOENT (No such file or directory)
mkdir("", 0777) = -1 ENOENT (No such file or directory)
futex(0x7f91c22c6850, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(5, " 6.888 Error Util.cpp:57: boos"..., 91) = 91
write(1, " 6.888 Error Util.cpp:57: boos"..., 91 6.888 Error Util.cpp:57: boost::filesystem::create_directory: No such file or directory
) = 91
munmap(0x7f91c2a3b000, 1052672) = 0
close(3) = 0
close(4) = 0
exit_group(1) = ?
+++ exited with 1 +++
Edit: Saw too late that this was intentional... -Loewchen