Game Development Community

TGB 1.5 - Namespace::unlinkClass

by Argiris Bendilas · in Torque Game Builder · 07/13/2007 (10:12 am) · 1 replies

Hi.

We get this error since we moved from 1.1.3 to 1.5:

"Namespace::unlinkClass - cannot unlink namespace parent linkage for BLAH BLAH for blah blah"

What does this mean?

#1
06/26/2009 (1:50 pm)
This error occurs when you try to specify two objects in two different levels with the same name, but different classes. I think it has something to do with Torque not properly updating Callbacks when an object's class changes.

In order to fix the error, change the name of one of the objects.