Model loading exception

Hi there.



Please can you people help me. When I try to load a 3ds or obj or any type of model I get this exception:





java.io.IOException: Binary Header doesn't match.  Maybe wrong file?

at com.jmex.model.XMLparser.JmeBinaryReader.readHeader(Unknown Source)

at com.jmex.model.XMLparser.JmeBinaryReader.loadBinaryFormat(Unknown Source)

at com.jmex.model.XMLparser.JmeBinaryReader.loadBinaryFormat(Unknown Source)



The convertion from model format to .jme format works, but as soon as I import that .jme model into my scene this exception is thrown!



Thanks :smiley:

JmeBinaryReader is deprecated (at least i think llama added that tag these days)

use BinaryImporter and BinaryExporter instead (i don't remember the package - sorry)