Page 1 of 1
Crash Problem, Entity base class "bldg" not found?
Posted: Fri Jun 08, 2007 11:55 am
by Xavious
Code: Select all
Message Severity: 3
.\Source\Entity.cpp(218)
Entity base class "bldg" not found
Whatever that is, its crashing my map. I don't what it could be, I'm used unmodified world assets.
RE: Crash Problem, Entity base class "bldg" not fo
Posted: Fri Jun 08, 2007 3:04 pm
by Xavious
I've tried taking out my custom sides, I've tried deleting my objects out of my worlds folder and replacing them with unmodified assets objects, I've tried deleting unneccesary objects, all for what? It just crashes sooner during loading. Can anybody help me out, or is this map going in the garbage can?
RE: Crash Problem, Entity base class "bldg" not fo
Posted: Fri Jun 08, 2007 4:13 pm
by Darth_Z13
Open the ODFs of your map and check to see if anything has it's base class set as bldg. Maybe you deleted something by accident.

RE: Crash Problem, Entity base class "bldg" not fo
Posted: Fri Jun 08, 2007 4:22 pm
by Xavious
I fixed it. The problem was an collision object that I wasn't even using.