Jump to content
  • 0

Reading a Stackdump Error...


Elijah23

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

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.. :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  196
  • Reputation:   72
  • Joined:  12/12/11
  • Last Seen:  

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 by Napster
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

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..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  02/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...