Game Development Community

Error about missing datablock

by Laralyn McWilliams · in Torque Game Builder · 05/19/2010 (5:22 pm) · 0 replies

I deleted some images and objects from my game, and also eliminated references to them in the scripts. When I try to run the game, however, I get this error:

t2dStaticSprite::setFrame() - Cannot set Frame without existing t2dImageMapDatablock Datablock!

How can I figure out which image it's looking for or that's being called? The error doesn't tell me anything useful, although the update notes for 1.75 say this:

Added outputting of bitmap name when a t2dImageMapDatablock is destroyed but still has references in order to help track down the other references

What's the best way to troubleshoot this? I tried commenting out all scripts, but even with no scripts I still got the error.

Thanks!