JuanCarlosAragon / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

TestDdsLoading fails #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run TestDdsLoading

What is the expected output? What do you see instead?

SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,6,main]
com.jme3.asset.AssetNotFoundException: Textures/Sky/Night/Night_dxt1.dds (Flippe
d) (Mipmaped)
        at com.jme3.asset.DesktopAssetManager.loadAsset(DesktopAssetManager.java
:236)
        at com.jme3.asset.DesktopAssetManager.loadTexture(DesktopAssetManager.ja
va:290)
        at com.jme3.asset.DesktopAssetManager.loadTexture(DesktopAssetManager.ja
va:309)
        at com.jme3.asset.DesktopAssetManager.loadTexture(DesktopAssetManager.ja
va:321)
        at jme3test.texture.TestDdsLoading.simpleInitApp(TestDdsLoading.java:55)

        at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:223)

        at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstract
Display.java:123)
        at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.j
ava:199)
        at java.lang.Thread.run(Unknown Source)
May 4, 2011 11:30:49 AM com.jme3.system.lwjgl.LwjglAbstractDisplay run
INFO: Using LWJGL 2.7.1
May 4, 2011 11:30:49 AM com.jme3.system.lwjgl.LwjglDisplay createContext
INFO: Selected display mode: 640 x 480 x 0 @0Hz
May 4, 2011 11:30:49 AM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread
WARNING: null
java.lang.IllegalStateException: From thread Thread[LWJGL Renderer 
Thread,6,main]: Thread[LWJGL Renderer Thread,6,] already has the context current
        at org.lwjgl.opengl.Context.checkAccess(Context.java:183)
        at org.lwjgl.opengl.Context.forceDestroy(Context.java:240)
        at org.lwjgl.opengl.AbstractDrawable.destroy(AbstractDrawable.java:64)
        at org.lwjgl.opengl.Display$3.destroy(Display.java:145)
        at org.lwjgl.opengl.Display.destroy(Display.java:960)
        at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:114)
        at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.j
ava:199)
        at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by ShadowIs...@gmail.com on 4 May 2011 at 3:32

GoogleCodeExporter commented 8 years ago
And this is jME3's fault, not LWJGL's?

Original comment by e.so...@gmail.com on 9 Jun 2011 at 8:16

GoogleCodeExporter commented 8 years ago
This is a missing asset ... actually I am not sure if this issue still applies, 
somebody has to run that test and check

Original comment by ShadowIs...@gmail.com on 9 Jun 2011 at 7:20

GoogleCodeExporter commented 8 years ago
the test has been removed

Original comment by ShadowIs...@gmail.com on 1 Jul 2011 at 6:04