|
That error/crash is way too generic. There's no way anyone can say specifically what that is pointing too. If it was an overclock, you would probably get a complete system freeze or reboot rather than a nice game crash. That could just be a compatibility issue with the game. That's my bet.
*EDIT* - Just read Cal's after I posted. I can vouch for that ^. You may think you have the most stable, always-on pointers, but the truth is at some stage they 'will' become invalid (such as during a level change). At that point, if the trainer is still trying to fire a value into that location it may well cause a crash. The pointer might temporarily point to another memory address during that time. With even the most simplest code-injection (where you could still use pointer-paths) you could perform at least a simple compare against it. Make sure you don't write to it, unless it's the right bit. Pointers are not infallible, and have other downsides too, such as not been able to provide true god mode etc.
Last edited by [Psych]; 08-04-2009 at 00:57.
Reason: more info
|