Jump to content

Server refuses to start CentOS6


Recommended Posts

After pain staking hours I finally got past 100s of errors to get it to actualy attempt starting... now it just does this and I have no idea what to do:

 

 


./dontstarve_dedicated_server_nullrenderer: /lib/liblber-2.4.so.2: no version information available (required by /usr/lib/libcurl-gnutls.so.4)

./dontstarve_dedicated_server_nullrenderer: /lib/libldap_r-2.4.so.2: no version information available (required by /usr/lib/libcurl-gnutls.so.4)

Starting Up

Version: 126333

Don't Starve Together: 126333 LINUX

Build Date: 2015-02-10_13-21-35

Command Line Arguments: -lan

THREAD - started 'GAClient' (4152105792)

HttpClient::ClientThread::Main()

THREAD - started 'GAClient' (4149627712)

HttpClient::ClientThread::Main()

THREAD - started 'GAClient' (4149492544)

HttpClient::ClientThread::Main()

Network tick rate: U=15(2), D=0

Network tick rate: U=15(2), D=0

OnLoadPermissionList: /home/anderson/.klei/DoNotStarveTogether/save/blocklist.txt (Failure)

OnLoadPermissionList: /home/anderson/.klei/DoNotStarveTogether/save/adminlist.txt (Failure)

THREAD - started 'GAClient' (4149357376)

HttpClient::ClientThread::Main()

cGame::InitializeOnMainThread

cDontStarveGame::DoGameSpecificInitialize()

FMOD Error: An invalid object handle was used.

cGame::StartPlaying

LOADING LUA

DoLuaFile scripts/main.lua

DoLuaFile loading buffer scripts/main.lua

DoLuaFile Error running lua file scripts/main.lua:

scripts/main.lua:301: '=' expected near 'because'

Error loading main.lua

Failed mSimulation->Reset()

Error during game initialization!

Updates 0Seconds elapsed: 0.0121608 fps:0

Collecting garbage...

lua_gc took 0.00 seconds

~NetworkLuaProxy()

~SimLuaProxy()

lua_close took 0.00 seconds

HttpClient::ClientThread::Main() complete

HttpClient::ClientThread::Main() complete

HttpClient::ClientThread::Main() complete

HttpClient::ClientThread::Main() complete

Shutting down


Link to comment
Share on other sites

Hi,

 

i think you have problem with your library

 

./dontstarve_dedicated_server_nullrenderer: /lib/liblber-2.4.so.2: no version information available (required by /usr/lib/libcurl-gnutls.so.4)
./dontstarve_dedicated_server_nullrenderer: /lib/libldap_r-2.4.so.2: no version information available (required by /usr/lib/libcurl-gnutls.so.4)

 

do you have try this:

yum install libcurl.i386
Link to comment
Share on other sites

 Also looks like your download might be corrupted. For me, "because" is in a comment on line 1 of main.lua (and 301 is the last line).

 

Hello yes, I did notice this myself and after investigating and modifying the above mentioned lines of code (as im a programmer for other languages) I managed to fix this error and the server ran fine!

 

Now I'm looking into modding the server itself

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...