I alway get this error when i want to start the server
[code]
srcds_linux: malloc.c:4631: _int_malloc: Assertion `(unsigned long)(size) >= (unsigned long)(nb)' failed.
Aborted
Add "-debug" to the /home/srcds/gmod/rp/orangebox/srcds_run command line to generate a debug.log to help with solving this problem
Mon Oct 29 18:25:13 CET 2012: Server restart in 10 seconds
[/code]
Using the latest SVN version of Garrys Mod
I'm having the same issue.
Linux is currently broken, you'll have to either revert back to the binaries from about a week ago, or wait for the patch on Monday.
how to work
first this
[CODE]
cd orangebox
rm -R bin
rm srcds_linux
wget http://www.seriousroleplayinghell.com/srcds_linux.rar
unrar e srcds_linux.rar
mkdir bin
cd bin
wget http://www.seriousroleplayinghell.com/bin.rar
unrar e bin.rar
[/CODE]
then
[CODE]
cd garrysmod
rm -R bin
mkdir bin
cd bin
wget http://hosting.dreddnet.de/Gmod/bin.zip
unrar e bin.zip
[/CODE]
now start the ./srcds_run :D
good luck :D
for me it worked
Ive have had luck with just replacing srcds_linux with an older version.
[CODE]
# Assuming your in the orangebox/ diretory of your srcds installation.
wget "http://seriousroleplayinghell.com/srcds_linux.rar"
rm "./srcds_linux"
unrar "srcds_linux.rar"
# 7x x "srcds_linux.rar" // If you have 7zip installed.
[/CODE]
Sorry, you need to Log In to post a reply to this thread.