Lombardo Posted July 4, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/03/12 Last Seen: April 18, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Kreustoo Posted July 4, 2020 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 216 Reputation: 45 Joined: 05/03/13 Last Seen: March 9 Share 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 Link to comment Share on other sites More sharing options...
0 Lombardo Posted July 4, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/03/12 Last Seen: April 18, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 Kreustoo Posted July 4, 2020 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 216 Reputation: 45 Joined: 05/03/13 Last Seen: March 9 Share Posted July 4, 2020 change: party_data *p; to: party_data *p = NULL; 1 Quote Link to comment Share on other sites More sharing options...
0 Lombardo Posted July 4, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/03/12 Last Seen: April 18, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.