Error converting scene to j3o

Hi,



for some reason when I try to convert my aScene.xml to a j3o file, I get the following error popping up:



Error converting aScene

java.lang.IllegalStateException: Cannot find save file!



I created a scene in blender following the Scene Workflow: Blender to Jme3 jMP via Ogre by ste3e document.



My guess is that I might be using the wrong dotScene exporter or an old one, but not sure why this is happening. I got the exporter here:

http://www.ogre3d.org/tikiwiki/Blender+dotScene+Exporter



Thanks in advance :slight_smile:

The problem is that .xml is not a normal OgreXML extension, it should be .mesh.xml or .scene, so if this is a mesh file, just rename it to mesh.xml

Thanks a bunch Normen, I changed to .scene and it works fine now.