Game Development Community

Unable to instantiate non-conobject class TGB Registry Manager

by Nicolas Goulet · in iTorque 2D · 05/24/2010 (10:18 am) · 0 replies

When trying to compile my project, torsion comes up with these errors :

- tools/main.cs (101): Unable to instantiate non-conobject class TGBRegistryManager.
The error in the code is from this line: %tgbr = new TGBRegistryManager();

I've checked the forums but didn't find anything about it. I'm not even sure what it is, but I think it prevents me from displaying anything on screen. Is there any fix or workaround to get this to work?