Elijah23 Posted March 10, 2012 Share Posted March 10, 2012 Hi everyone!.. So I got a map server crash and I don't know what the error is all about.. Here is the error.. Error occured on Saturday, March 10, 2012 at 18:10:06. D:\Trial2\map-server_sql.exe caused a Stack Overflow at location 00530397 in module D:\Trial2\map-server_sql.exe. Registers: eax=00032000 ebx=1448f8a4 ecx=00000000 edx=1090d048 esi=144ee9ec edi=0000019b eip=00530397 esp=0012bdc0 ebp=0012bdc8 iopl=0 nv up ei pl nz na po nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010206 Call stack: 00530397 D:\Trial2\map-server_sql.exe:00530397 _chkstk f:\dd\vctools\crt_bld\SELF_X86\crt\src\INTEL\chkstk.asm:99 004B440F D:\Trial2\map-server_sql.exe:004B440F run_func d:\trial2\src\map\script.c:3216 004B490B D:\Trial2\map-server_sql.exe:004B490B run_script_main d:\trial2\src\map\script.c:3447 004919DC D:\Trial2\map-server_sql.exe:004919DC npc_script_event d:\trial2\src\map\npc.c:3408 0045033D D:\Trial2\map-server_sql.exe:0045033D clif_parse_LoadEndAck d:\trial2\src\map\clif.c:9128 0045F024 D:\Trial2\map-server_sql.exe:0045F024 clif_parse d:\trial2\src\map\clif.c:15568 00408DBF D:\Trial2\map-server_sql.exe:00408DBF do_sockets d:\trial2\src\common\socket.c:773 00401292 D:\Trial2\map-server_sql.exe:00401292 main d:\trial2\src\common\core.c:256 00525B0F D:\Trial2\map-server_sql.exe:00525B0F __tmainCRTStartup f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:278 76011174 C:\Windows\system32\kernel32.dll:76011174 BaseThreadInitThunk 77ABB3F5 C:\Windows\SYSTEM32\ntdll.dll:77ABB3F5 RtlInitializeExceptionChain 77ABB3C8 C:\Windows\SYSTEM32\ntdll.dll:77ABB3C8 RtlInitializeExceptionChain I tried looking about the said lines in the source, but i still don't know what is happening.. For example, 004B440F D:\Trial2\map-server_sql.exe:004B440F run_func d:\trial2\src\map\script.c:3216 So I tried looking at script.c line 3216, and what i saw is this.. if (str_data[func].func(st)) //Report error So anyone could help me regarding this?. xD Thanks in advance.. Quote Link to comment Share on other sites More sharing options...
Napster Posted March 10, 2012 Share Posted March 10, 2012 (edited) Your Server mod Src achievement right ? this problem map server crashing when use script command " atcommand" - script test -1,{ end; OnPCLoginEvent: atcommand "@hide"; end; } you can change plugin report // Crash reporting for Windows //plugin: exchndl <-- disable // Alternative, improved crash reporting for Windows plugin: dbghelpplug <-- enable but not both Edited March 10, 2012 by Napster Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 10, 2012 Author Share Posted March 10, 2012 Your Server mod Src achievement right ? this problem map server crashing when use script command " atcommand" - script test -1,{ end; OnPCLoginEvent: atcommand "@hide"; end; } you can change plugin report // Crash reporting for Windows //plugin: exchndl <-- disable // Alternative, improved crash reporting for Windows plugin: dbghelpplug <-- enable but not both Yes, and I'm using a script like that.. But i saw your fixed in the topic, but I'm not using the rathena's new pc_additem flag.. Quote Link to comment Share on other sites More sharing options...
Traxis Posted March 18, 2012 Share Posted March 18, 2012 I'm still trying to compile the achievement mod on my source, but had no luck at all. I hope someone could help us implementing it correctly for latest svn. Here is the mod if anyone can help with it. This is my Visual C++ 2010 output. Quote Link to comment Share on other sites More sharing options...
Hi everyone!.. So I got a map server crash and I don't know what the error is all about..
Here is the error..
I tried looking about the said lines in the source, but i still don't know what is happening..
For example,
004B440F D:\Trial2\map-server_sql.exe:004B440F run_func d:\trial2\src\map\script.c:3216
So I tried looking at script.c line 3216, and what i saw is this..
So anyone could help me regarding this?. xD
Thanks in advance..
Link to comment
Share on other sites