JIT Debugging - what's going on?

Joined
6 Mar 2008
Messages
801
Reaction score
40
Country
United Kingdom
My kids play on those miniclip games. In the last few days, the following warning window comes up when they click on a game, and it won't load the game.
Is this JIT, or Visual C++ or something else? I'm really trying to understand where the problem that needs sorting is? Please educate me.
Any advice welcome thanks.
jit.jpg
 
Sponsored Links
In my experience the most likely cause of the JIT pulling up an assertion error is when the code is trying to access an object that does not or no longer exists at runtime (or possibly extended beyond the bounds of an array) either way its most likely lazy coding! :rolleyes:
 
Sponsored Links
Back
Top