#Dedicated server update help please
1 messages ยท Page 1 of 1 (latest)
I'm afraid I don't have any experience there sorry, Faia, perhaps @quartz breach might have some insight?
Thank you, I've tried running this,
./steamcmd.sh +login anonymous +app_update 1007 validate +app_update 1963720 validate +quit
It say app is up to date but were getting version miss match?
Dedicated server update help please
There is also a possibility that there may be some delay between the game updating and servers updating, so it might be that you simply need to wait a little longer Faia, sorry!
I'm hosting the server myself for context.
Can you please try to close Steam and open it again? And possibly also verify the integrity of game files for both the Dedicated Server and Core Keeper (the game itself)?
Alright! In that case @nova goblet would you have a bit more input here? Not sure if something went wrong there ๐ค
Thank you for all the support
I still haven't found a solution.
It appears to have been updated to steamCMD but still no luck
Could you please submit a bug report containing your save files so that we can investigate further? https://discord.com/channels/851842678340845600/1258767311754756136
I have the same issue with Linux dedicated server since 24th Sat.
writing details.
Thank you!
If possible, could you both let me know in which world region you're both in? This might be good to know for us to understand the issue a bit better, if you're comfortable with sharing the info.
Feel free to add it in the bug report instead, in case you're not comfortable sharing it publicly like this
I'm in Thailand
I have submitted the Bug report form
the .config folder hasn't been created properly
I'm not sure this folder is supposed to be created on steamcmd or server start up process
here is the setup info (with comment):
install game using steamcmd
./steamcmd.sh +force_install_dir /mnt/server +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} $( [[ "${WINDOWS_INSTALL}" == "1" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update ${SRCDS_APPID} validate +quit
set up 32 bit libraries
mkdir -p /mnt/server/.steam/sdk32
cp -v linux32/steamclient.so ../.steam/sdk32/steamclient.so
set up 64 bit libraries
mkdir -p /mnt/server/.steam/sdk64
cp -v linux64/steamclient.so ../.steam/sdk64/steamclient.so
here is the requirement lib in _launch.sh , if there is a new lib required please tell us.
requirements=( "libxi6" "xvfb" )
gonna submit the form too
i may have found something,
this was a fresh install not an update and im getting this error
this might be a hint to the file missed in the update
Can you send the log file (CoreKeeperServerLog.txt)?
I suspect it can't find the steam sdk, can you make sure the "1007" app is installed next to the server? Or move that so it can find it at its default location at /root/.steam/sdk64/steamclient.so
This looks like some container environment and you are probably missing some dependency.
i haven't used force_install_dir
Do you have libxi6 and xvfb? This is based on Ubuntu so if it is more minimal you might need some more digging
Do you have "Steamworks SDK Redist" next to the server install ?
im not sure how to check for libxi6 and xvfb
google is my friend
all present
I do, libxi6 and xvfb are forced install by _launch.sh from your side
btw, could you please verify if this file is the latest version
is there anyway i can confirm the game version of the server once its running?
im still getting mismatch
That file hasn't changed in the latest version. The log will say which version you are on, but it crashes a bit too early now
There should be a Version: string in the log (not the first one for OpenGL, but the second one)
hmmmm....
i have a new log file i think might be some help, sorry im not very experienced at reading them myself
i dropped the last few lines because i dont want to make the game id public
happy to share the whole thing privately
Hey i got it working
i deleted everything including gameID.txt and .config stuff.
started fully fresh and it worked
loaded my old world file and everything appears good
thankyou so much for your support and sorry to take so much of your time @shut eagle @dusty crescent @quartz breach
Awesome! Happy to help! You have the Version: 1.0.0.1-50c3 string in that log so can confirm it is the latest version
Happy to help! Although I was just point of contact xD
Hi @hazy vortex may I know which linux are you using ?
Ubuntu 12