Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
509903
Players:
20550
Forum Home > Counter Strike 1.6 General Discussion > Problem with Server Crash + restart log
infamous480048PM
#1
Problem with Server Crash + restart log
Jul 04, 2016 1:31 PM
Joined: Feb 06, 2016
Posts: 29
Hello i have today again the self problem..

Auto-restarting the server on crash



Console initialized.

Using breakpad crash handler

Setting breakpad minidump AppID = 10

Forcing breakpad minidump interfaces to load

dlopen failed trying to load:

/home/ogp_agent/.steam/sdk32/steamclient.so

with error:

/home/ogp_agent/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory

Looking up breakpad interfaces from steamclient

Calling BreakpadMiniDumpSystemInit

Protocol version 48

Exe version 1.1.2.7/Stdio (cstrike)

Exe build: 13:12:29 Aug 29 2013 (6153)

STEAM Auth Server


Server IP address [removed by me]

LoadLibrary failed on p***************************X**************** ***********@*************************** ***************************p***************** **********X***************************@****** *********************l*********************** **********************mᄪ******************p** *************************: p***************************X**************** ***********@*************************** ***************************p***************** **********X***************************@****** *********************l*********************** **********************mᄪ******************p** *************************: cannot open shared object file: No such file or directory

Host_Error: Couldn't get DLL API from p***************************X**************** ***********@*************************** ***************************p***************** **********X***************************@****** *********************l*********************** **********************mᄪ******************p** *************************!

FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from p***************************X**************** ***********@*************************** ***************************p***************** **********X***************************@****** *********************l*********************** **********************mᄪ******************p** *************************!



email debug.log to linux@valvesoftware.com

Mon Jul 4 19:21:09 CEST 2016: Server restart in 10 seconds

ANYONE know what is happens and how to fix that
indrarajyPM
#2
Jul 05, 2016 10:54 AM
Joined: Apr 28, 2014
Posts: 19
This may can solve your problem
https://forums.alliedmods.net/showthread.php?t=27743
http://forums.steampowered.com/forums/showthread.php?t=227492
the problem is with liblist.gam
Liblist.gam file should have
gamedll "addons\metamod\dlls\metamod.dll" // for windows
gamedll_linux "addons/metamod/dlls/metamod.so" // for linux
gamedll_osx "addons/metamod/dlls/metamod.dylib" // for mac
infamous480048PM
#3
Jul 05, 2016 1:39 PM
Joined: Feb 06, 2016
Posts: 29
Thx for your Answer. i will check that .