Lombardo Posted July 4, 2020 Posted July 4, 2020 (edited) 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? Edited July 4, 2020 by Lombardo Quote
0 Kreustoo Posted July 4, 2020 Posted July 4, 2020 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.). Quote
0 Lombardo Posted July 4, 2020 Author Posted July 4, 2020 (edited) 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... Edited July 4, 2020 by Lombardo Quote
0 Kreustoo Posted July 4, 2020 Posted July 4, 2020 change: party_data *p; to: party_data *p = NULL; 1 Quote
0 Lombardo Posted July 4, 2020 Author Posted July 4, 2020 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! Quote
Question
Lombardo
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?
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.