Temple of The Roguelike Forums
Development => Programming => Topic started by: Psiweapon on May 19, 2011, 01:01:01 PM
-
Hay guise.
I'm working again on my ZAPM version and the debug breaks at a line which previously gave me no problem, giving a system null reference exception, which if I'm understanding clearly is a reference to an object not defined as a particular object.
Do you have any idea what should I hunt for? the debug messages aren't really helpful taking into account my lack of ninja skillz.
-
Perhaps you can post a piece of code here.
Maybe you delete this object somewhere before or it just don't load (or isn't created) properly due to some recent changes. Check what you have changed since it runs fine last time.
-
You are not mentioning that you are stepping through your code, that would be the first step. Find out where the object is becoming NULL, or check that it is initialised in the first place.