Jump to content

sk3tch288

Members
  • Posts

    6
  • Joined

  • Last visited

sk3tch288's Achievements

Refugee

Refugee (1/15)

2

Reputation

  1. I just wanted to contribute my similar experience. Server logs: https://pastebin.com/JrrKtmBz Client logs: https://pastebin.com/vcyuCihr I have been falling through the map at certain points. You can easily tell there is a rendering issue that creates some sort of boundary. Crossing the boundary on a minibike and slowly start to fall until you back out. Enter on your feet and you fall to oblivion, then respawn on the surface with no input controls working at all. Ping has nothing to do with it. I am running this server in a VM on a server on my local home network so there is little to no latency. Here's a clip:
  2. Yes, I saw this error line too and verified that the steamclient.so file was present. I think you're probably right about it being a pathing issue. The startserver script has this line: export LD_LIBRARY_PATH=. export LD_LIBRARY_PATH=. which I guess leads to the server executable looking for steamclient.so in the current directory (".") I might test this out in the future, but I'm to busy playing the game now! Thanks again!
  3. Well, whatever deleting everything and reinstalling did.... I can login now, even though I guess I am using an old world?
  4. Thanks. I don't understand how that could be happening because I've wiped out all of my old data and am trying to use only whatever steamcmd is downloading. Is a new world generated when you start the new server? So, I just deleted everything and downloaded again. I see the same "error" in the log: gameserver@gameserver:~/sdtdserver$ grep b209 7DaysToDieServer_Data/output_log__2021-12-09__01-34-41.txt 2021-12-09T01:35:25 43.108 INF Loaded world file from different version: 'Alpha 20 (b209)' Do I need to generate a new world before starting the server? If so, can you please point me to a resource that describes how to do this. Thanks!
  5. I installed the server using steamcmd today, so I am just pulling down whatever data it has access to. Is there another way to download more up to date server files?
  6. Hello, first time here. I am trying to get the beta version up and running. I had A19 up and running w/o problem. When I try to login to the server, I get an error saying the game is still initializing. I tried waiting an hour but get the same error. Picture of error: https://pasteboard.co/CJOmRhuvET0Y.png gameserver@gameserver:~/sdtdserver$ uname -a Linux gameserver 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux My server logs are here: https://pastebin.com/DuKm5NCp Server configuration: https://pastebin.com/75s50vcA I installed the server from scratch using these commands: @sSteamCmdForcePlatformType linux force_install_dir /home/gameserver/sdtdserver/ login [myusername] app_update 294420 -beta latest_experimental validate quit I am starting the server with the command: ./7DaysToDieServer.x86_64 -configfile=serverconfig.xml -logfile logs/output_log.txt -quit -batchmode -nographics -dedicated I appreciate any help! Thank you!
×
×
  • Create New...