Skip to content

"Cannot find server" in client when trying to connect #19

Description

@axi92

VPS - public IP
I cant determine if the server is really up and listening? Is there some cli tool that I can check if the server is really up? Health check?

I tried to connect ingame to the dedicated server with only ip and with ip and port. Nothing worked allways "cannot find server"

compose.yml

services:
  starrupture:
    image: indifferentbroccoli/starrupture-server-docker:v1.0.3
    restart: unless-stopped
    container_name: starrupture
    stop_grace_period: 30s
    ports:
      - 7777:7777/udp
      - 7777:7777/tcp
      - 27015:27015/udp
    env_file:
      - .env
    volumes:
      - ./server-files:/home/steam/server-files

.env

PUID=1000
PGID=1000
SERVER_NAME=blub
DEFAULT_PORT=7777
QUERY_PORT=27015
UPDATE_ON_START=true
ADMIN_PASSWORD=redacted
PLAYER_PASSWORD=redacted
SAVE_GAME_INTERVAL=1800
START_NEW_GAME=false
LOAD_SAVED_GAME=true
SAVE_GAME_NAME=0.sav
Logs
starrupture  | usermod: no changes
starrupture  | ___________________________________________________
starrupture  |   _           _ _  __  __                     _
starrupture  |  (_)_ __   __| (_)/ _|/ _| ___ _ __ ___ _ __ | |_
starrupture  |  | | '_ \ / _` | | |_| |_ / _ \ '__/ _ \ '_ \| __|
starrupture  |  | | | | | (_| | |  _|  _|  __/ | |  __/ | | | |_
starrupture  |  |_|_| |_|\__,_|_|_| |_|  \___|_| _\___|_| |_|\__|
starrupture  |  | |__  _ __ ___   ___ ___ ___ | (_)
starrupture  |  | '_ \| '__/ _ \ / __/ __/ _ \| | |
starrupture  |  | |_) | | | (_) | (_| (_| (_) | | |
starrupture  |  |_.__/|_|  \___/ \___\___\___/|_|_|
starrupture  |
starrupture  |  Brought to you by indifferentbroccoli.com
starrupture  | ___________________________________________________
starrupture  |
starrupture  |  Game server hosting
starrupture  |  Fast RAM, high-speed internet
starrupture  |  Eat lag for breakfast
starrupture  |  https://www.indifferentbroccoli.com
starrupture  | ___________________________________________________
starrupture  |
starrupture  | ====Starting server install====
starrupture  | Installing StarRupture Dedicated Server (App ID: 3809400)
starrupture  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
starrupture  | Logging directory: '/home/steam/Steam/logs'
starrupture  | [  0%] Checking for available updates...
starrupture  | [----] Downloading update (0 of 36,457 KB)...
starrupture  | [  0%] Downloading update (1,336 of 36,457 KB)...
starrupture  | [  3%] Downloading update (5,107 of 36,457 KB)...
starrupture  | [ 14%] Downloading update (7,453 of 36,457 KB)...
starrupture  | [ 20%] Downloading update (11,882 of 36,457 KB)...
starrupture  | [ 32%] Downloading update (15,619 of 36,457 KB)...
starrupture  | [ 42%] Downloading update (18,801 of 36,457 KB)...
starrupture  | [ 51%] Downloading update (22,152 of 36,457 KB)...
starrupture  | [ 60%] Downloading update (25,315 of 36,457 KB)...
starrupture  | [ 69%] Downloading update (27,758 of 36,457 KB)...
starrupture  | [ 76%] Downloading update (29,327 of 36,457 KB)...
starrupture  | [ 80%] Downloading update (31,000 of 36,457 KB)...
starrupture  | [ 85%] Downloading update (32,665 of 36,457 KB)...
starrupture  | [ 89%] Downloading update (34,175 of 36,457 KB)...
starrupture  | [ 93%] Downloading update (36,027 of 36,457 KB)...
starrupture  | [ 98%] Downloading update (36,457 of 36,457 KB)...
starrupture  | [100%] Download complete.
starrupture  | [----] Installing update...
starrupture  | [----] Extracting package...
starrupture  | [----] Extracting package...
starrupture  | [----] Extracting package...
starrupture  | [----] Extracting package...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Installing update...
starrupture  | [----] Cleaning up...
starrupture  | [----] Update complete, launching Steamcmd...
starrupture  | UpdateUI: skip show logo
starrupture  | steamcmd.sh[13]: Restarting steamcmd by request...
starrupture  | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
starrupture  | Logging directory: '/home/steam/Steam/logs'
starrupture  | [  0%] Checking for available updates...
starrupture  | [----] Verifying installation...
starrupture  | UpdateUI: skip show logo
starrupture  | Steam Console Client (c) Valve Corporation - version 1779493321
starrupture  | -- type 'quit' to exit --
starrupture  | Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 48 msec
starrupture  | OK
starrupture  | @ShutdownOnFailedCommand 1
starrupture  | "@ShutdownOnFailedCommand" = "1"
starrupture  | @NoPromptForPassword 1
starrupture  | "@NoPromptForPassword" = "1"
starrupture  | @sSteamCmdForcePlatformType windows
starrupture  | "@sSteamCmdForcePlatformType" = "windows"
starrupture  | force_install_dir /home/steam/server-files
starrupture  |
starrupture  | Connecting anonymously to Steam Public...OK
starrupture  | Waiting for client config...OK
starrupture  | Waiting for user info...OK
starrupture  | app_update 3809400 validate
starrupture  |  Update state (0x0) : Timed out waiting for update to start, bailing.
starrupture  | Success! App '3809400' fully installed.
starrupture  | quit
starrupture  | Unloading Steam API...OK
starrupture  | ====Starting StarRupture Dedicated Server====
starrupture  | Generating DSSettings.txt from environment variables
starrupture  | DSSettings.txt configured with SessionName: StarRuptureServer
starrupture  | Generating encrypted password files...
starrupture  | Admin password configured
starrupture  | Player password configured
starrupture  | Found server executable: /home/steam/server-files/StarRupture/Binaries/Win64/StarRuptureServerEOS-Win64-Shipping.exe
starrupture  | Server starting on port 7777
starrupture  | Server name: storage-buffer
starrupture  | Starting with Wine...
starrupture  | wine: created the configuration directory '/home/steam/.wine'
starrupture  | 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
starrupture  | 0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
starrupture  | 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002
starrupture  | 0054:err:ole:start_rpcss Failed to open RpcSs service
starrupture  | 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
starrupture  | 004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
starrupture  | 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002
starrupture  | 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
starrupture  | 0110:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\winebth": c00000e5
starrupture  | 002c:err:setupapi:SetupDiInstallDevice Failed to start service L"winebth" for device L"ROOT\\WINE\\WINEBTH", error 1359.
starrupture  | 002c:err:setupapi:SetupDiInstallDevice Failed to control service L"winebth" for device L"ROOT\\WINE\\WINEBTH", error 1062.
starrupture  | 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
starrupture  | 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
starrupture  | 013c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
starrupture  | 013c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
starrupture  | LogIoDispatcher: Display: Reading toc: ../../../StarRupture/Content/Paks/global.utoc
starrupture  | LogIoDispatcher: Display: Toc loaded : ../../../StarRupture/Content/Paks/global.utoc, Id=ffffffffffffffff, Order=0, EntryCount=1, SignatureHash=0000000000000000000000000000000000000000
starrupture  | LogIoDispatcher: Display: Mounting container '../../../StarRupture/Content/Paks/global.utoc' in location slot 0
starrupture  | LogPakFile: Display: Initialized I/O dispatcher file backend. Mounted the global container: ../../../StarRupture/Content/Paks/global.utoc
starrupture  | LogPakFile: Display: Found Pak file ../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.pak attempting to mount.
starrupture  | LogPakFile: Display: Mounting pak file ../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.pak.
starrupture  | LogIoDispatcher: Display: Reading toc: ../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.utoc
starrupture  | LogIoDispatcher: Display: Toc loaded : ../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.utoc, Id=191853698d5c314d, Order=3, EntryCount=47063, SignatureHash=0000000000000000000000000000000000000000
starrupture  | LogIoDispatcher: Display: Mounting container '../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.utoc' in location slot 0
starrupture  | LogPakFile: Display: Mounted IoStore container "../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.utoc"
starrupture  | LogPakFile: Display: Mounted Pak file '../../../StarRupture/Content/Paks/pakchunk0-WindowsServer.pak', mount point: '../../../'
starrupture  | LogAudio: Display: Audio Device Manager not initializing due to all audio being disabled. If this is not intentional, please check command line arguments for "-nosound".
starrupture  | LogPluginManager: Display: The Plugin StructUtils has been marked deprecated for 5.5 and will be removed soon. Please update your dependencies.
starrupture  | 0174:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
starrupture  | 0174:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
starrupture  | LogEOSSDK: Warning: LogEOS: Encryption key length is 1; encryption keys must be 64 in length to work with data storage
starrupture  | LogHAL: Display: Platform has ~ 24 GB [25199190016 / 34359738368 / 24], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
starrupture  | LogObj: Display: Attempting to load config data for Default__SlateThemeManager before the Class has been constructed/registered/linked (likely during module loading or early startup). This will result in the load silently failing and should be fixed.
starrupture  | LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel12' hasn't been found
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel13' hasn't been found
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel14' hasn't been found
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel15' hasn't been found
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel16' hasn't been found
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel17' hasn't been found
starrupture  | LogCollisionProfile: Warning: Profile (NoCollision) - Custom Channel Name = 'GameTraceChannel18' hasn't been found
starrupture  | LogMetaSound: Display: MetaSound Page Target Initialized to 'Default'
starrupture  | LogStreaming: Warning: LoadPackage: SkipPackage: /Game/Developers/aszymczykiewicz/BP_FakeTurretTarget (0x3034B9F13B88F93B) - The package to load does not exist on disk or in the loader
starrupture  | LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
starrupture  | LogTemp: Warning: MTB LoadingRangeOverrides: enabled for PC
starrupture  | LogCrHints: Display: Subsystem InitializeCombinedData
starrupture  | LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
starrupture  | LogGauntlet: Display: Gauntlet Initialized
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'BitDepth'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'HPFCutoffFrequency'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'LowRateFrequency'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'LPFCutoffFrequency'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'Pan'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'Pitch'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'SampleRate'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'TimeOfDay'
starrupture  | LogAudioModulation: Display: Initialized Audio Modulation Parameter 'Volume'
starrupture  | LogAudio: Display: Registering Engine Module Parameter Interfaces...
starrupture  | LogSteamShared: Display: Loading Steam SDK 1.57
starrupture  | LogAbilitySystem: Display: Processing InitializeRuntimeObjectLibrary.
starrupture  | LogUObjectGlobals: Warning: Failed to find object 'Class None.'
starrupture  | LogHotfixManager: Warning: Failed to find requested hotfix manager class ''. Falling back to default.
starrupture  | LogGameFeatures: Display: Game feature 'GravityLift' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'ChimeraUnarmed' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'ChimeraSniperRifle' transitioned successfully. Ending state: Registered [Registered, Active]
starrupture  | LogGameFeatures: Display: Game feature 'ChimeraShotgun' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'ChimeraRifle' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrCustomPrototype' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrBuildingAnimsProto' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'ChimeraRiflePrototype' transitioned successfully. Ending state: Registered [Registered, Active]
starrupture  | LogGameFeatures: Display: Game feature 'ChimeraBuildingToolPrototype' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrAiRanged' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrAiMelee' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrAiExploder' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrAiAnimalPanzerHund' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogGameFeatures: Display: Game feature 'CrAiAnimalCrab' transitioned successfully. Ending state: Active [Active, Active]
starrupture  | LogCr: Display: Startup job "InitializeAbilitySystem()" starting
starrupture  | LogCr: Display: Startup job "InitializeAbilitySystem()" took 0.01 seconds to complete
starrupture  | LogCr: Display: Startup job "InitializeGameplayCueManager()" starting
starrupture  | LogCr: Display: Startup job "InitializeGameplayCueManager()" took 0.00 seconds to complete
starrupture  | LogCr: Display: Startup job "GetGameData()" starting
starrupture  | LogCr: Display: Startup job "GetGameData()" took 0.06 seconds to complete
starrupture  | LogCr: Display: All startup jobs took 0.09 seconds to complete
starrupture  | LogTemp: Warning: MTB LoadingRangeOverrides: enabled for PC
starrupture  | LogStreaming: Warning: LoadPackage: SkipPackage: /Temp/ProceduralWorldGeneration/Untitled_0/BiomesWorldInfo (0xFDB04F1EEB9A4E62) - The package to load does not exist on disk or in the loader
starrupture  | LogCrHints: Display: Subsystem InitializeCombinedData
starrupture  | LogInit: Display: Game Engine Initialized.
starrupture  | LogInit: Display: Starting Game.
starrupture  | LogGarbage: Warning: 3.656300 ms for acquiring GC lock
starrupture  | LogStreaming: Warning: LoadPackage: SkipPackage: /Game/Chimera/Maps/ProceduralWorldGeneration/DedicatedServerStart/BiomesWorldInfo (0xE0264269E8DFE692) - The package to load does not exist on disk or in the loader
starrupture  | LogCrHints: Display: Subsystem InitializeCombinedData
starrupture  | LogCrReplicationGraph: Display: Replication graph is enabled for IpNetDriver_2147481864 in world /Game/Chimera/Maps/DedicatedServerStart.DedicatedServerStart.
starrupture  | LogOnline: Warning: EOS: Incorrect auth parameters (Type=)
starrupture  | LogOnline: Warning: EOS: Unable to Login() user (0) due to missing auth parameters
starrupture  | LogGameSession: Warning: Autologin attempt failed, unable to register server!
starrupture  | LogNavigation: Warning: NavData RegistrationFailed_AgentNotValid, NavData instance contains navmesh that doesn't support any of expected agent types.
starrupture  | LogTemp: Warning: bKeepLowResActors enabled
starrupture  | LogMass: Warning: CrMassBuildingStabilityRemoveProcessorBase_2147481512 has no registered queries while being asked for matching archetypes
starrupture  | LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()
starrupture  | LogMass: Warning: CrMassBuildingStabilityRemoveProcessorBase_2147479954 has no registered queries while being asked for matching archetypes
starrupture  | LogCrOnlineSessionSubsystem: Display: UCrSessionSubsystem::OnCreateSessionComplete GameSession 1
starrupture  | LogCrOnlineSessionSubsystem: Display: UCrSessionSubsystem::OnCreateSessionComplete SessionIdStr: b6d43c2c55e1451296d28e1f8ee03a49
starrupture  | LogTemp: Error: UCrDedicatedServerSettingsComp::LoadSavedGameLocal() - Session doesn't exists
starrupture  | 0174:err:eventlog:ReportEventW L"UCrDedicatedServerSettingsComp::LoadSavedGameLocal() - Session doesn't exists"
starrupture  | LogCrOnlineSessionSubsystem: Display: UCrSessionSubsystem::OnStartSessionComplete GameSession bWasSuccessful: 1
starrupture  | LogCrowdFollowing: Warning: Unable to find RecastNavMesh instance while trying to create UCrowdManager instance
starrupture  | LogReplicationGraph: Warning: 65 actors were not removed from ReplicationGraph
starrupture  | LogCrHints: Display: Subsystem InitializeCombinedData
starrupture  | LogCrReplicationGraph: Display: Replication graph is enabled for IpNetDriver_2147479591 in world /Game/Chimera/Maps/DedicatedServerStart.DedicatedServerStart.
starrupture  | LogNavigation: Warning: NavData RegistrationFailed_AgentNotValid, NavData instance contains navmesh that doesn't support any of expected agent types.
starrupture  | LogTemp: Warning: bKeepLowResActors enabled
starrupture  | LogMass: Warning: CrMassBuildingStabilityRemoveProcessorBase_2147478859 has no registered queries while being asked for matching archetypes
starrupture  | LogCrOnlineSessionSubsystem: Display: UCrSessionSubsystem::OnUpdateSessionComplete GameSession bWasSuccessful: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions