[ fixed ] - problem with advanced j3o import

Hello monkeys,



I was looking into an issue posted by @mifth about seams with a UV / Normal map. And for some reason keep running into this error when trying to use advanced j3o conversion with normal tangent:



[java]java.io.IOException: CreateProcess error=14001, This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem

at java.lang.ProcessImpl.create(Native Method)

at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)

at java.lang.ProcessImpl.start(ProcessImpl.java:30)

at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)

Caused: java.io.IOException: Cannot run program “C:Documents and SettingsJoe.jmonkeyplatformogretoolsOgreXMLConverter.exe”: CreateProcess error=14001, This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem

at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)

at java.lang.Runtime.exec(Runtime.java:593)

at java.lang.Runtime.exec(Runtime.java:466)

at com.jme3.gde.ogretools.convert.OgreXMLConvert.doConvert(OgreXMLConvert.java:43)

at com.jme3.gde.ogretools.convert.AdvOgreXMLConvertAction$1.run(AdvOgreXMLConvertAction.java:57)

[catch] at java.lang.Thread.run(Thread.java:662)

[/java]



I recently re-installed jMP But still have this issue, and also with another model I have converted successfully in the past…

Never mind, fixed this by re-installing jdk…:open_mouth: