jdragun
New member
I am also running the dedi mods and the start.sh calls the 32 bit version. Is there a reason for that? I am running Ubuntu Server 64, and don't know if I should just edit the start.sh to call the 64 bit version or not. Will that effect anything? What is the major diffrence between the 32 and 64 versions other than mem use?OK. I don't get it.
I modified startserver.sh to
And yet the log is still showing 32-bit.Code:#if [ "$(uname -m)" == "x86_64" ]; then ./7DaysToDieServer.x86_64 -logfile 7DaysToDieServer_Data/output_log__`date +%Y-%m-%d__%H-%M-%S`.txt -quit -batchmode -nographics -dedicated $PARAMS #else # ./7DaysToDieServer.x86 -logfile 7DaysToDieServer_Data/output_log__`date +%Y-%m-%d__%H-%M-%S`.txt -quit -batchmode -nographics -dedicated $PARAMS fi
Going to have to start a fresh box up and test on it I guess.
Edit: New box, fresh install, and still I get...
2016-02-22T21:19:41 0.087 INF Version: Alpha 13.8 (b7) Compatibility Version: Alpha 13.8, Build: Linux 32 Bit
2016-02-22T21:19:41 0.087 INF System information:
2016-02-22T21:19:41 0.129 INF OS: Linux 4.2 Ubuntu 15.10 64bit
>.<
Do you still have to edit the startdedicated.sh in the /home/sdtd/engine/ dir?