Error opening newScene.j3o

jMonkeyEngine SDK 3.0RC2

File - New File - Scene - Empty jME3 Scene - Next >
File Name: newScene - Finish

Error opening newScene.j3o (the file is created, error message box appears twice)

File - Open File… - newScene.j3o

Error opening newScene.j3o (error message box appears once)

Product Version: jMonkeyEngine SDK 3.0RC2
Java: 1.7.0_01; Java HotSpot™ Server VM 21.1-b02
System: Windows 7 version 6.1 running on x86; MS949; ko_KR (jmonkeyplatform)

Theres probably a warning sign appearing in the lower right, click ot and post the contained stack trace.

1 Like

A com.jme3.asset.AssetNotFoundException exception has occurred.
However, the system should continue working without further problems.
Click Show Details for the stack trace.

click

com.jme3.asset.AssetNotFoundException: D:/Data/jmprojects/SpaceStation/src/mygame/newScene2.j3o
at com.jme3.asset.DesktopAssetManager.loadAsset(DesktopAssetManager.java:278)
at com.jme3.asset.DesktopAssetManager.loadModel(DesktopAssetManager.java:369)
[catch] at com.jme3.gde.core.assets.SpatialAssetDataObject.loadAsset(SpatialAssetDataObject.java:90)
at com.jme3.gde.scenecomposer.OpenSceneComposer$1.run(OpenSceneComposer.java:38)
at java.lang.Thread.run(Thread.java:722)

You have to keep your assets in the assets folder, not in the sources folder.

1 Like

Problem solved, thanks.

1 Like