It's an attempt to use a null reference and it can happen in many places in the code base. Usually it's a good idea to make sure a reference is valid before using it but this doesn't always happen. especially in open source projects with many contributors. There should be more information printed along with that message which could help indicate where it came from.
On Mon, Jan 27, 2014 at 3:13 PM, Dr Ramesh Ramloll <[email protected]>wrote: > Hello, > so far this is what am thinking, > It is actually triggered when an lsl script is running (but not always > strangely). I am thinking that if the script is compiling fine, then at > least at the script level all the variables should be defined properly. > I will keep playing a little more with it and see what may be going on. If > you have more ideas let me know. > Ramesh > > > On Mon, Jan 27, 2014 at 5:41 PM, Jeff Kelley <[email protected]> wrote: > >> At 4:55 PM -0500 27/1/14, Dr Ramesh Ramloll wrote: >> >> (0): Object reference not set to an instance of an object >>> >> >> This is an error in object-oriented programming and is equivalent to >> "variable not defined" in classic programming. >> >> object x; >> shake.x; cannot shake x because x not defined >> >> >> -- Jeff >> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users >> > > > > -- > 'Consider how the lilies grow. They do not labor or spin.' > *Rameshsharma Ramloll* PhD, CEO CTO DeepSemaphore LLC, Affiliate *Research > Associate Professor*, Idaho State University, Pocatello, ID 83209 Tel: > 208-240-0040 > LinkedIn <http://www.linkedin.com/in/rameshramloll>, DeepSemaphore > LLC<http://www.deepsemaphore.com>, > RezMela <http://www.rezmela.com>, Google+ > profile<https://plus.google.com/103652369558830540272/about> > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users >
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
