Game Development Community

Please help - Unable to find material error...

by Jay Molloy · in Torque Game Engine Advanced · 08/24/2006 (1:41 am) · 2 replies

My first post and unfortunately its asking for help :-)

I have just bought the TGE & TSE indie license's and im having great fun experimenting with the engine, but i have run into a problem and need some help...

I have successfully compiled TSE SDK, but when i run the demo and press F11 for a new mission i get a crash.

When i change the main.cs defaultGame to "terrain_water_demo" it works fine...?

I get the following info in the debug output:

MatInstance::MatInstance() - Unable to find material 'TerrainMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11BMaterial'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS20Material'
MatInstance::MatInstance() - Unable to find material 'TerrainBlenderPS11AMaterial'

About the author

Professional Video Game Designer, currently working on a AAA FPS. Using Torque as something to do in my spare time.

Recent Threads


#1
08/24/2006 (1:41 am)
First-chance exception at 0x00a0697a in TSE_DEBUG.exe: 0xC0000005: Access violation reading location 0x00000000.
Unhandled exception at 0x00a0697a in TSE_DEBUG.exe: 0xC0000005: Access violation reading location 0x00000000.


I have read in the forums that it has something to do with not finding the terrain blending materials, but cant find any info in the docs about this!

Could someone please be kind and help me with a detailed correction for this problem because im completly lost.

Thanks in advance!
#2
09/01/2006 (8:58 pm)
Same problem here, but this is when i hit F11 int he demo