Raised This Month: $12 Target: $400
 3% 

server with amxmodx don't start


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
cristi_ip
Senior Member
Join Date: Dec 2010
Location: Bucharest
Old 05-07-2015 , 03:09   server with amxmodx don't start
Reply With Quote #1

Hello,

I installed a server with steamcmd and put amxmodx 1.8.2 + metamod v1.21.1 so far so god but server starts without amxmodx, when i enable amxmodx i get the following errors:

Code:
./hlds_run -game cstrike +ip 93.114.174.15 +port 27016 +sv_lan 0 +maxplayers 20 +map de_dust2 +exec server.cfg -debug
Enabling debug mode
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
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
couldn't exec listip.cfg
couldn't exec banned.cfg
Server IP address 93.114.174.15:27016

   Metamod version 1.21.1-am  Copyright (c) 2001-2013 Will Day <[email protected]>
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.


   AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under
   certain conditions; type 'amxx gpl' for details.

L 05/07/2015 - 09:57:22: -------- Mapchange to de_dust2 --------
./hlds_run: line 255: 20330 Segmentation fault      (core dumped) $HL_CMD
BFD: Warning: /home/cs/core.20330 is truncated: expected core file size >= 86798336, found: 1024000.
Cannot access memory at address 0xffa91654
debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xffa91654
email debug.log to [email protected]
Thu May  7 09:57:22 EEST 2015: Server restart in 10 seconds
after editing hlds_run on "ulimit -c 2000" to "ulimit -c unlimited" i get this errors:


Code:
warning: Ignoring non-absolute filename: <./libsteam_api.so>
Missing separate debuginfo for ./libsteam_api.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/93/0b0b7253b7f516ce072b4abd9ad7c68edbf431
Missing separate debuginfo for /root/.steam/sdk32/steamclient.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/8e/0e3f67bf1be9ad12d76ace2697c96adbb2bb53
Missing separate debuginfo for /home/cs/./cstrike/addons/metamod/dlls/metamod.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/10/abc997834cb91b4c13d9485e9c2bb6a1600b25
Missing separate debuginfo for /home/cs/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/92/37c64682ed7ee3d3a11af818090c827e408644

warning: Ignoring non-absolute filename: <cstrike/addons/amxmodx/modules/fun_amxx_i386.so>
Missing separate debuginfo for cstrike/addons/amxmodx/modules/fun_amxx_i386.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/49/02550cfdebb1dee219813e0f33381f0f078289

warning: Ignoring non-absolute filename: <cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so>
Missing separate debuginfo for cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/e7/08f3d475d6cbb524ae2d222229baec700de20e

warning: Ignoring non-absolute filename: <cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so>
Missing separate debuginfo for cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/95/f098f087d2feb777c26311a03446d1da1e3585

warning: Ignoring non-absolute filename: <cstrike/addons/amxmodx/modules/csx_amxx_i386.so>
Missing separate debuginfo for cstrike/addons/amxmodx/modules/csx_amxx_i386.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/62/49ddc6022b9aa51d82bac06ccdb55749e51bc7

warning: Ignoring non-absolute filename: <./libsteam_api.so>
Missing separate debuginfo for ./libsteam_api.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/93/0b0b7253b7f516ce072b4abd9ad7c68edbf431.debug
Missing separate debuginfo for /root/.steam/sdk32/steamclient.so
Try: yum --enablerepo='*-debug*' install /usr/lib/debug/.build-id/8e/0e3f67bf1be9ad12d76ace2697c96adbb2bb53.debug
email debug.log to [email protected]
Wed May  6 19:46:49 EEST 2015: Server restart in 10 seconds
Operating system CentOS Linux 6.6 64 bits

Can someone help me ?

Thanks!

Last edited by cristi_ip; 05-07-2015 at 03:16.
cristi_ip is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-07-2015 , 08:45   Re: server with amxmodx don't start
Reply With Quote #2

Does it start with a standard command line? Does it start without AMX Mod X? Does it start without MetaMod?
__________________
fysiks is offline
cristi_ip
Senior Member
Join Date: Dec 2010
Location: Bucharest
Old 05-07-2015 , 17:35   Re: server with amxmodx don't start
Reply With Quote #3

server start command:
Code:
./hlds_run -game cstrike +ip 93.114.174.15 +port 27016 +sv_lan 0 +maxplayers 20 +map de_dust2 +exec server.cfg -debug
Does it start with a standard command line?
A: Yes

Does it start without AMX Mod X?
A: Yes !!!

Does it start without MetaMod?
A: Yes

Does it start with MetaMod?
A: Yes

Does it start with AMX Mod X?
A: No

Some suggestions ?

Last edited by cristi_ip; 05-07-2015 at 17:38.
cristi_ip is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 05-07-2015 , 17:41   Re: server with amxmodx don't start
Reply With Quote #4

Quote:
Originally Posted by cristi_ip View Post
Does it start with AMX Mod X?
A: No
The logical behaviour, reinstall AMXX properly without any extra plugins/modules.
__________________
ANTICHRISTUS is offline
cristi_ip
Senior Member
Join Date: Dec 2010
Location: Bucharest
Old 05-07-2015 , 17:50   Re: server with amxmodx don't start
Reply With Quote #5

Quote:
Originally Posted by ANTICHRISTUS View Post
The logical behaviour, reinstall AMXX properly without any extra plugins/modules.
Is just amxmodx 1.8.2 with default plugins, other plugins have not been installed on this server is a clean server.

I tried amxmodx 1.8.2; 1.8.3 - no luck.

Server does not start with amxmodx!
cristi_ip is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 05-07-2015 , 22:43   Re: server with amxmodx don't start
Reply With Quote #6

What version of Metamod are you using and where did you download it from?
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
cristi_ip
Senior Member
Join Date: Dec 2010
Location: Bucharest
Old 05-08-2015 , 00:01   Re: server with amxmodx don't start
Reply With Quote #7

Quote:
Originally Posted by wickedd View Post
What version of Metamod are you using and where did you download it from?
I tried with metamod-1.21.1 downloaded from: http://www.amxmodx.org/dl.php?filena...-1.21.1-am.zip

and

1.20 from: http://sourceforge.net/projects/meta...anet&download=
cristi_ip is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-08-2015 , 03:47   Re: server with amxmodx don't start
Reply With Quote #8

How did you install your server and amxx and where did you download it?
__________________

Mordekay is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode