Ogre.log error

Everything related to 3D programming
marc_256
Enthusiast
Enthusiast
Posts: 742
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Ogre.log error

Post by marc_256 »

And yes, next problem ...

I followed this
falsam wrote:Hello Marc
Use InitEngine3D(#PB_Engine3D_DebugLog) and look at the file Ogre.log
but I see now in the Ogre.log a lot of errors

Code: Select all

Can't assign material none to SubEntity of E325 because this Material does not exist. Have you forgotten to define it in a .material script?
Seems for me and some OGRE3D forum posts that this is an internal problem ?
All my entity's have the correct material, but I have still this messages

marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Re: Ogre.log error

Post by Samuel »

Usually means there is an entity/subentity missing their defined material from a script. Could you post the whole log? At times I've seen that error but it was actually caused because something above it failed.
Post Reply