manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 With my mangosd ther is a error I tried to debug. In visual studio while debugging it. It says this(when mangosd) crashed; Unhandled exception at 0x0043b34f in mangosd.exe: 0xC0000005: Access violation reading location 0x03ab1014.
Patman128 Posted August 20, 2010 Report Posted August 20, 2010 Yay, meaningless numbers! You need to click Break and then it should jump to the line of code that actually caused the problem.
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 How? I hate using visual basic rofl it's confusing to me. x_x
Patman128 Posted August 20, 2010 Report Posted August 20, 2010 You can't debug C++ code in Visual Basic. You need to use Visual C++ or Studio.
Klar Posted August 20, 2010 Report Posted August 20, 2010 I mean to say Visual Studio! You jumped threads on me Anyways, start mangosd.exe the same way you did before (Debug -> Start New Instance) and when the error pops up again, click the button that says 'Break' and tell us where the magic arrow points
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 You can't debug C++ code in Visual Basic. You need to use Visual C++ or Studio. When I start it, it says that there is no binary for it's debug or something like that but I press continue and it works fine when I get to the error I clicked break and it says, "No Source Avalible", "No symbols are loaded for any call stack frame". and That I should investigate further which I did what opened the tab Disassembley the code is WELL to big to post it all :\\
Klar Posted August 20, 2010 Report Posted August 20, 2010 When I start it, it says that there is no binary for it's debug or something like that but I press continue and it works fine when I get to the error I clicked break and it says, "No Source Avalible", "No symbols are loaded for any call stack frame". and That I should investigate further which I did what opened the tab Disassembley the code is WELL to big to post it all :\\ Hmm.. did you move the mangosd.exe file from its original folder?
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 arrow points, at mangosd.exe!0043b34f and is disasembley.. 0043B34F mov edi,dword ptr [eax+ebx+124h]
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 Hmm.. did you move the mangosd.exe file from its original folder? I found it.. read above.
Klar Posted August 20, 2010 Report Posted August 20, 2010 I would just Rebuild the solution and debug again
Klar Posted August 20, 2010 Report Posted August 20, 2010 If your using VS2008 its Build -> Rebuild Solution With VS2010, I have no clue.. just Build I guess
Klar Posted August 20, 2010 Report Posted August 20, 2010 do I need to stop debugging first? Yes, then after its done building, debug mangosd again
Klar Posted August 20, 2010 Report Posted August 20, 2010 If your using VS2008 its Build -> Rebuild SolutionWith VS2010, I have no clue.. just Build I guess I already told you how..
Klar Posted August 20, 2010 Report Posted August 20, 2010 Can't find a "Build" Menu. Okay, this threads going to continue forever... just download a working server http://www.mediafire.com/?n00lhyvmm1kg5e0
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 But it's a problem with Visual Basic! I mean that I can not find build. I want to use the server I downloaded I have been for a long time. I wish to continue
Patman128 Posted August 20, 2010 Report Posted August 20, 2010 Well... have you opened the solution? And how did you build it in the first place?
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 I didn't build it with visual studio. I got from a friend, pre-built AND pre-compiled.
TheLuda Posted August 20, 2010 Report Posted August 20, 2010 You should probably download the source code from github.com/mangos/mangos instead, and build the binaries yourself if you have Visual Studio installed. Your friend might have used a build configuration not suitable for your system.
manofwar95 Posted August 20, 2010 Report Posted August 20, 2010 But I have been using it for weeks with no issues?.. I mean until now.
Schmoozerd Posted August 20, 2010 Report Posted August 20, 2010 hten just clean your build, and rebuild the system, sometimes the build-dir gets polluted
Recommended Posts