Jump to content
  • 0

RUN-TIME CHECK FAILURE...


Lombardo

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/03/12
  • Last Seen:  

Hey guys, I made the conf of my emulator, and diffed the hexed, but when i login the game, and try to walk, this error appears and the map-server.exe crashes. what i do?

image.thumb.png.ac8f7b1b64391aee39ce471b3717e5c6.png

Edited by Lombardo
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  215
  • Reputation:   45
  • Joined:  05/03/13
  • Last Seen:  

Hello,

I see you're on windows, you can launch your map-server.exe in debug and it'll show you where the problem is (and we might find what's the problem :)).
If you don't know how, you can check here https://herc.ws/wiki/MSVC_Crash_Debugging - thanks Emistry's answer here ^^ https://rathena.org/board/topic/108891-entering-debugging-mode-with-visual-studio-how/

You then launch login/char on there own (not the runserver.exe) and if you don't understand what's the problem, you can screen us what is happening (stacktrace ect.).
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/03/12
  • Last Seen:  

3 hours ago, Kreustoo said:

Hello,

I see you're on windows, you can launch your map-server.exe in debug and it'll show you where the problem is (and we might find what's the problem :)).
If you don't know how, you can check here https://herc.ws/wiki/MSVC_Crash_Debugging - thanks Emistry's answer here ^^ https://rathena.org/board/topic/108891-entering-debugging-mode-with-visual-studio-how/

You then launch login/char on there own (not the runserver.exe) and if you don't understand what's the problem, you can screen us what is happening (stacktrace ect.).
 

Thanks, i did what u said, and got this...

image.thumb.png.7f65270ea7ae3f8030ab69be217b7df4.png

Edited by Lombardo
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  215
  • Reputation:   45
  • Joined:  05/03/13
  • Last Seen:  

change:
   party_data *p;
to:
  party_data *p = NULL;

 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/03/12
  • Last Seen:  

31 minutes ago, Kreustoo said:

change:
   party_data *p;
to:
  party_data *p = NULL;

 

i think it worked, if i have any problem again, i post here. Ty!

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