LE Model Load Crash [message #477974] |
Wed, 12 December 2012 07:37 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma:
|
General (3 Stars) |
|
|
I keep getting errors like this In me LE log.
If the Asset is missing le will tell you.
If the model is missing it should load dummy model or not do anything.
F:\Projects\Renegade\Code\wwphys\pscene.cpp (413) Assert: newobj->Peek_Model() != NULL
PhysicsSceneClass::Add_Dynamic_Object
Le is trying to find\load a powerup .w3d file. While loading a map.
Looks for the model in folder that's assigned in the preset, then looks in the mod folder, then the main le folder.
Powerup spawner on the map.
Adding missing models obviously fixes the problem. But it should not crash if they are missing. Only if the preset is missing and no new preset is assigned.
|
|
|