Jump to content

Server stopped working (caves beta)


Recommended Posts

So, a few days ago my server was running fine, but after updating it today something seems to have broken.
This is the log.
 

Starting Up
Version: 156875
Current time: Thu Nov 19 04:18:50 2015

System Name: Linux
Host Name: ip-172-31-26-26
Release(Kernel) Version: 3.16.0-4-amd64
Kernel Build Timestamp: #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24)
Machine Arch: x86_64
Don't Starve Together: 156875 LINUX
NNN Build Date: 2015-11-18_12-04-57
Parsing command line
Command Line Arguments:
Error, failed to change working directory to ../data
THREAD - started 'GAClient' (4136483648)
HttpClient2::ClientThread::Main()
ProfileIndex:6.13
[CONNECT] PendingConnection::Reset(true)
Network tick rate: U=15(2), D=0
Network tick rate: U=15(2), D=0
OnLoadPermissionList: /home/admin/.klei/DoNotStarveTogether/save/blocklist.txt (Failure)
OnLoadPermissionList: /home/admin/.klei/DoNotStarveTogether/save/adminlist.txt (Failure)
OnLoadUserIdList: /home/admin/.klei/DoNotStarveTogether/save/whitelist.txt (Failure)
cGame::InitializeOnMainThread
Renderer initialize: Okay
AnimManager initialize: Okay
Buffers initialize: Okay
cDontStarveGame::DoGameSpecificInitialize()
--- ERROR LOADING sound/dontstarve.fev
GameSpecific initialize: Okay
cGame::StartPlaying
LOADING LUA
DoLuaFile scripts/main.lua
DoLuaFile Could not load lua file scripts/main.lua
Error loading main.lua
Failed mSimulation->Reset()
Error during game initialization!
Collecting garbage...
lua_gc took 0.00 seconds
~ShardLuaProxy()
~InventoryLuaProxy()
~NetworkLuaProxy()
~SimLuaProxy()
lua_close took 0.00 seconds
HttpClient2::ClientThread::Main() complete
Shutting down 


 
A few errors that seem like they could be serious.

Error, failed to change working directory to ../data

--- ERROR LOADING sound/dontstarve.fev

DoLuaFile Could not load lua file scripts/main.lua
Error loading main.lua


Any insight is appreciated!
Link to comment
Share on other sites

I figured it out! Apparently there is a difference between running it using the absolute path and ./

 

This does not work

home/user/steamapps/DST/bin/dontstarve_dedicated_server_nullrenderer

 

But this works fine

cd home/user/steamapps/DST/bin/

./dontstarve_dedicated_server_nullrenderer

 

I find this very strange.

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...