Game Development Community

Torque Game Engine Advanced crashing problem...

by Nathan Cox · in General Discussion · 09/01/2008 (7:32 am) · 6 replies

When I try to create some water it crashes, why is this?

#1
09/01/2008 (8:29 am)
Post your error/console?
#2
09/02/2008 (10:27 am)
I'll post the end of it:

ClipMap::texCB - took 156 ms to fill clipmap after zombification.
Set::remove: Object "2581" does not exist in set
Set::remove: Object "2585" does not exist in set
Tried to get the object for item 94, which is not InspectorData!
Tried to get the object for item 94, which is not InspectorData!
MatInstance::MatInstance() - Unable to find material 'water'
MatInstance::MatInstance() - Unable to find material 'Underwater'
MatInstance::MatInstance() - Unable to find material 'Water1_1FogPass'
MatInstance::MatInstance() - Unable to find material 'WaterBlendMat'
#3
09/02/2008 (10:48 am)
It saying that it cannot find your material
#4
09/03/2008 (10:27 am)
Well, how can I make water??
#5
09/03/2008 (10:33 am)
Out of practice on the water . But if you read your own log it says
clearly you are missing material.

I found this link on TDN for you to read. It says how to simply create the water block

tdn.garagegames.com/wiki/WorldBuilding/MissionEditor/WaterBlock
#6
09/04/2008 (8:35 am)
Thanks!