Hi everybody,
So what i need to do is convert a .mesh to .xml file using OgreXMLConverter, but when i drag the .mesh into the OgreXMLConverter, a dos window appear (for a mili second) with a notepad file. There is no .xml file, the notepad say:
22:33:33: Creating resource group General
22:33:33: Creating resource group Internal
22:33:33: Creating resource group Autodetect
22:33:33: Registering ResourceManager for type Mesh
22:33:33: Registering ResourceManager for type Material
22:33:33: Registering ResourceManager for type Skeleton
22:33:33: OGRE EXCEPTION(2:InvalidParametersException): Header chunk didn’t match either endian: Corrupted stream? in Serializer::determineEndianness at …\OgreMain\src\OgreSerializer.cpp (line 89)
22:33:33: Unregistering ResourceManager for type Skeleton
22:33:33: Unregistering ResourceManager for type Material
22:33:33: Unregistering ResourceManager for type Mesh
Here’s the dos window:
(Sorry for the picture)
Can any tell what am i doing wrong?
Thanks a bunch