[Opensim-users] What could this runtime error mean?

Jeff Kelley opensim at pescadoo.net
Mon Jan 27 22:41:57 UTC 2014


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



More information about the Opensim-users mailing list