After garry realsed the update for linux i keep getting this error, when ever i try to launch my server, i tried to verify_all, css, garrysmod and tf. Also tried to use some older bin files, but then it just ended up reporting errors about gcc.
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
ConVarRef hostname doesn't point to an existing ConVar
Game_srv.so loaded for "þ«d°LO£°
Setting breakpad minidump AppID = 4000
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(4000)/version(5112)
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20121113100300_1.dmp
success = yes
response: CrashID=bp-9b4b0bd8-209a-4eab-92ca-fb2f82121113
Segmentation fault
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Tue Nov 13 10:03:02 UTC 2012: Server restart in 10 seconds
Tue Nov 13 10:03:10 UTC 2012: Server Quit
How woud i fix this, or is it a error everyone is getting with linux atm?
Btw i'm running debian 6
[code]Game_srv.so loaded for "þ«d°LO£°[/code]
Means you've got some binaries mixed up or in the wrong place, try running another -verify_all, try also deleting orangebox/bin and orangebox/garrysmod/bin before you run it.
[QUOTE=Drakehawke;38434124][code]Game_srv.so loaded for "þ«d°LO£°[/code]
Means you've got some binaries mixed up or in the wrong place, try running another -verify_all, try also deleting orangebox/bin and orangebox/garrysmod/bin before you run it.[/QUOTE]
I delete the bin in /orangebox/ and in /garrysmod/.
Ran a ./steam -command update -game garrysmod -dir .-
It downloaded new bin files.
Now i get this error
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Console initialized.
ConVarRef hostname doesn't point to an existing ConVar
Game_srv.so loaded for "Garry's Mod"
Setting breakpad minidump AppID = 4000
Initializing Steam libraries for secure Internet server
Logging into anonymous gameserver account.
failed to dlopen /home/gmod/srcds/orangebox/garrysmod/bin/lua_shared.so error=/lib/libpthread.so.0: version `GLIBC_2.12' not found (required by bin/libtier0.so)
Couldn't Load Library 'lua_shared' (looking for interface LuaShared002)Couldn't Load Library 'lua_shared' (looking for interface LuaShared002)
Segmentation fault
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Tue Nov 13 12:31:06 UTC 2012: Server restart in 10 seconds
Tue Nov 13 12:31:10 UTC 2012: Server Quit
Install lib32gcc1
I'm using debian 6 i tried to install it anyways but it seems like it cant find any package named that
root@vps:/home/gmod/srcds/orangebox# aptitude install lib32gcc1
Couldn't find any package whose name or description matched "lib32gcc1"
Couldn't find any package whose name or description matched "lib32gcc1"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
[editline]13th November 2012[/editline]
Will it work if i install lib64gcc1?
Even tho i run debian 6 32 bit?
Or libgcc1
I tried both, did not fix the problem
edit your sources.list file and replace all instances of squeeze to wheezy.
apt-get update
then install lib32gcc1
switch your sources back to squeeze and update apt again.
[QUOTE=centran;38435142]edit your sources.list file and replace all instances of squeeze to wheezy.
apt-get update
then install lib32gcc1
switch your sources back to squeeze and update apt again.[/QUOTE]
I updated my sources.list file to look like this:
deb [url]http://ftp.dk.debian.org/debian[/url] stable main contrib non-free
deb [url]http://ftp.debian.org/debian/[/url] squeeze-updates main contrib non-free
deb [url]http://security.debian.org/[/url] squeeze/updates main contrib non-free
Then i did apt-get update and aptitude update.
Then try to install the lib32gcc1 still says it cant find it
Sorry, you need to Log In to post a reply to this thread.