Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jme3test.model.TestGltfLoading throws AssetNotFoundException #993

Closed
stephengold opened this issue Dec 31, 2018 · 1 comment
Closed

jme3test.model.TestGltfLoading throws AssetNotFoundException #993

stephengold opened this issue Dec 31, 2018 · 1 comment
Assignees
Labels
examples specific to the jme3-examples sub-project
Milestone

Comments

@stephengold
Copy link
Member

stephengold commented Dec 31, 2018

Currently (in master branch at 3.3-6687) the TestGltfLoading app crashes with the following stack trace:

Dec 31, 2018 9:01:53 AM com.jme3.app.LegacyApplication handleError
SEVERE: Uncaught exception thrown in Thread[jME3 Main,5,main]
com.jme3.asset.AssetNotFoundException: Models/gltf/izzy/scene.gltf
	at com.jme3.asset.DesktopAssetManager.loadAsset(DesktopAssetManager.java:370)
	at com.jme3.asset.DesktopAssetManager.loadModel(DesktopAssetManager.java:416)
	at jme3test.model.TestGltfLoading.loadModel(TestGltfLoading.java:239)
	at jme3test.model.TestGltfLoading.simpleInitApp(TestGltfLoading.java:127)
	at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:220)
	at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
	at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:211)
	at java.lang.Thread.run(Thread.java:748)

The TestGltfLoading app also crashes in v3.2 branch, but for a different reason.

@stephengold
Copy link
Member Author

Fixed in master branch at hash b9ea661 .

@stephengold stephengold added this to the v3.2.3 milestone Feb 19, 2019
@stephengold stephengold added the examples specific to the jme3-examples sub-project label Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples specific to the jme3-examples sub-project
Projects
None yet
Development

No branches or pull requests

1 participant