maskullking

Members
  • Posts

    9
  • Joined

  • Last visited

maskullking's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Yeah I realized that after comparing the logs of when it was originally working just now. It still had those same errors. I can't find anything to specifically call out why it's crashing/looping. There are a lot of errors like: The referenced script (WorkStationUpgrader) on this Behaviour is missing! (Filename: Line: 199) But these also existed in the copy of the log when it was working last year.
  2. Actually, relooking at the log folder for the scp server it self I realize it is writing logs correctly. And the server itself is full of errors. First glance I didn't look closely at the dates and when I rechecked just now I saw more of them lol. I think I just found my issue... and it'll be because of the server back end updating it seems: ERROR: Shader Sandbox/VolumetricLight shader is not supported on this GPU (none of subshaders/fallbacks are suitable) ERROR: Shader Hidden/BilateralBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
  3. Hi, to give a bit of context I had been running your SCP server container successfully a while back. My gaming group lost interest so I just shut it down. Fast forward, my group interested in the game again so I updated the same container but now it is just stuck on a loop. Here's my log: Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/serverfiles/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...OK Redirecting stderr to '/serverdata/serverfiles/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Success! App '996560' already up to date. ---Installing MultiAdmin--- ---MultiAdmin found--- ---Installing ServerMod--- ---ServerMod found--- ---Prepare Server--- ---Checking for old logs--- ---Server ready--- ---Start Server--- ---Installing MultiAdmin--- ---MultiAdmin found--- ---Installing ServerMod--- ---ServerMod found--- ---Prepare Server--- ---Checking for old logs--- ---Server ready--- ---Start Server--- ls: cannot access '/serverdata/serverfiles/logs/*_MA_log*.txt': No such file or directory tail: cannot open '' for reading: No such file or directory tail: no files remaining ---Checking if UID: 99 matches user--- usermod: no changes ---Checking if GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Checking if UID: 99 matches user--- usermod: no changes ---Checking if GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/serverfiles/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/serverfiles/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...OK Looking at the errors I thought permission errors, but I haven't made any manual changes to, and it was running perfectly fine before. ( I even checked the log folder that it can't find and there are logs in there from when it was running fine.)
  4. Yeah that's what I did with "/mnt/disk2/gameservers/garrysmod" I might try it looking into it again at a later date. But I got it working with the unassigned devices, so I am just going to roll with that setting up my servers for now.
  5. So I setup a spare USB drive as an Unassigned drive and it's now all working. Thanks a for your help with this. It's a shame I can't run the server with parity. But just having it running as a docker is much better than running a VM just for it.
  6. I tried going with "/mnt/disk1/gameservers/gmod" same errors appearing. I even made sure to go into gameservers share and set it to only include disk1 and exclude other discs. Still no dice. However upon installing it again I now have these messages upon downloading gmod: Success! App '4020' fully installed. /data/src/common/pipes.cpp (774) : Assertion Failed: stalled cross-thread pipe /data/src/clientdll/steamclient.cpp (806) : Assertion Failed: bufRet.TellPut() == sizeof(uint8) CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 5 items discarded. CWorkThreadPool::~CWorkThreadPool: work complete queue not empty, 2 items discarded. Pretty sure I didn't have them before but can't be certain. I will give the unassigned drives option a go tomorrow.
  7. Oh sorry I missed the question about the cache drive. No I don't have a cache drive. Are these the settings you are refereeing to?
  8. I'm running unraid 6.8.3 Didn't change any of the settings. Just left default. One thing I noted is in the error it reference AppID 4000 which is the ID for Garry's Mod rather than 4020 which is the dedicated server AppID. The default setting is still correctly set to 4020. Don't know if this is related or not.
  9. Hi, I am having trouble getting the gmod docker up and running. I keep getting segment faults. tcmalloc: large alloc 4293050368 bytes == (nil) @ tcmalloc: large alloc 4293050368 bytes == (nil) @ tcmalloc: large alloc 4293050368 bytes == (nil) @ Setting breakpad minidump AppID = 4000 tcmalloc: large alloc 4293050368 bytes == (nil) @ Segmentation fault Add "-debug" to the /serverdata/serverfiles/srcds_run command line to generate a debug.log to help with solving this problem Tue 15 Sep 2020 10:23:18 PM NZST: Server restart in 10 seconds I tried adding the -debug line and I get this: /serverdata/serverfiles/srcds_run: 182: ulimit: error setting limit (Operation not permitted) /serverdata/serverfiles/srcds_run: 1: /serverdata/serverfiles/srcds_run: gdb: not found WARNING: Please install gdb first. goto http://www.gnu.org/software/gdb/ Next step is obviously installing gdb. But I thought I would post here first. PS: thank you for these dockers. They are really helpful. Currently got the SCP one up and running. Just having problems with gmod =/