Page 1 of 1

Debugger Crashing Game

Posted: Sat Aug 05, 2017 4:48 pm
by HailoSir
Whenever I use 'Find out what writes/accesses to this address" the debugger might crash the game instantly or after my second pointer debugging attempt. I switched from windows debugger to VEH debugger but it still crashed the game. So i switched from VEH debugger to kernel mode debugger and it crashed my computer :lol: I also at some point unchecked override existing breakpoints which led to no change. And I also used the three preferred breakpoint methods.

And something strange which just started happening now is that when I attach the debugger the addresses switch to question marks but return to their values after I close the debugger. Is that suppose to happen?

Re: Debugger Crashing Game

Posted: Sat Aug 05, 2017 7:38 pm
by STN
Which game?

Re: Debugger Crashing Game

Posted: Sat Aug 05, 2017 8:06 pm
by HailoSir
Geopolitical Political Simulator 4 : power and revolution

Re: Debugger Crashing Game

Posted: Sat Aug 05, 2017 11:53 pm
by dl748
Try a different debugger then.

Re: Debugger Crashing Game

Posted: Sun Aug 06, 2017 10:27 am
by HailoSir
Like what? Both x64dbg and ollydbg crashes the game.