View Single Post
Netsys
Senior Member
Join Date: Feb 2010
Old 05-05-2013 , 03:01   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #23

I get this crash:

PHP Code:
L 05/05/2013 03:54:50: -------- Mapchange to de_dust2 --------
L 05/05/2013 03:54:50: [METAdllLoaded plugin 'CStrike'CStrike v1.8.2 Feb 14 2013AMX Mod X Dev Team
L 05
/05/2013 03:54:50: [METAdllLoaded plugin 'FakeMeta'FakeMeta v1.8.2 Feb 14 2013AMX Mod X Dev Team
L 05
/05/2013 03:54:50: [METAdllLoaded plugin 'Fun'Fun v1.8.2 Feb 14 2013AMX Mod X Dev Team
L 05
/05/2013 03:54:50: [METAERRORFailed to find memloc for regcmd 'ham'
L 05/05/2013 03:54:50: [METAdllLoaded plugin 'Ham Sandwich'Ham Sandwich v1.8.2 Feb 14 2013AMX Mod X Dev Team
stray key in process_key
item_getiteminfo 61
L 05
/05/2013 03:54:50: [METAdllLoaded plugin 'ZP50Mod'ZP50Mod v5.0.5 May  5 2013JoRoPiTo
L 05
/05/2013 03:54:50Server cvar "amxmodx_version" "1.8.2"
Uploading dump (in-process) [proxy '']
/
tmp/dumps/crash_20130505035450_1.dmp
success 
no
error
:  HTTP response code said error
ViolaciĆ³n de segmento 
status:
PHP Code:
status
hostname
Test server
version 
:  48/1.1.2.7/Stdio 6004 insecure  (10)
tcp/ip  :  127.0.0.1:27015
map     
:  de_dust2 at0 x0 y0 z
players 
:  0 active (28 max)

#      name userid uniqueid frag time ping loss adr
0 users 
version
PHP Code:
Protocol version 48
Exe version 1.1.2.7
/Stdio (cstrike)
Exe build10:15:11 Apr  3 2013 (6004
amxx version
PHP Code:
AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
        
David "BAILOPAN" AndersonPavol "PM OnoTo" Marko
        Felix 
"SniperBeamer" GeyerJonny "Got His Gun" Bergstrom
        Lukasz 
"SidLuke" WlasinskiChristian "Basic-Master" Hammacher
        Borja 
"faluco" FerrerScott "DS" Ehlert
Compiled
Feb 14 201300:55:09
Build ID
1.8.2 61:2ae84f7c0a97
Core mode
JIT+ASM32 
meta version
PHP Code:
Metamod v1.21-am  2013-03-15 (5:13)
by Will Day <willday@metamod.org>
   
http://www.metamod.org/
compiledMar 15 201315:30:22 -0500 (optimized
meta list (without zp50_core module)
PHP Code:
Currently loaded plugins:
      
description      stat pend  file              vers      src  load  unlod
 
1AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.2    ini  Start ANY
 
2CStrike          RUN   -    cstrike_amxx_i38  v1.8.2    pl1  ANY   ANY
 
3FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.2    pl1  ANY   ANY
 
4Fun              RUN   -    fun_amxx_i386.so  v1.8.2    pl1  ANY   ANY
 
5Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2    pl1  ANY   ANY
5 plugins
5 running 
Edit:

Fix:
PHP Code:
SERVER_COMMAND(MF_BuildPathnameR(filesizeof(file) - 1"%s/zombieplague.cfg"MF_GetLocalInfo("amxx_configsdir""addons/amxmodx/configs"))); 
to

PHP Code:
char file[ZP_MAX_STRING];
MF_BuildPathnameR(filesizeof(file) - 1"%s/zombieplague.cfg"MF_GetLocalInfo("amxx_configsdir""addons/amxmodx/configs"));

char cmd[ZP_MAX_STRING];
snprintf(cmdsizeof(cmd), "exec %s\n"file);
SERVER_COMMAND(cmd);
RETURN_META(MRES_IGNORED); 

Last edited by Netsys; 05-05-2013 at 04:52.
Netsys is offline