Hi All, , , I get a lot of 'Cannot access global variables in destructed object' errors when rebooting Roxen. It looks as though a function call is completed even after the object is destructed. I only get the error when setting (private) class members of an object. The rest of the functions seems to execute without problem., , Is there any way to prevent this? Like either not execute the function if the object is (going to be) destructed or not destruct an instance until the function has completed?, , Than