cyb3r I tried on two different computers. Skeleton Viewer v3.8.61 runned from jar pops up black window for a second and disappears immediately. Previous version runs just fine.
Mario What operating system are you running Skeleton Viewer on? Could you run it from the command line? Open the command line, go to the directory where the .jar file is, then enter java -jar skeletonViewer.jar. Please post the error message you get.
cyb3r I tried to run it on Win10 and Win7 with eactly the same behaviour. Here is the error message: com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: java.nio.FloatBuffer.flip()Ljava/nio/FloatBuffer; at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:135) Caused by: java.lang.NoSuchMethodError: java.nio.FloatBuffer.flip()Ljava/nio/FloatBuffer; at com.badlogic.gdx.graphics.glutils.VertexArray.<init>(VertexArray.java:59) at com.badlogic.gdx.graphics.Mesh.<init>(Mesh.java:187) at com.badlogic.gdx.graphics.Mesh.<init>(Mesh.java:158) at com.badlogic.gdx.graphics.g2d.SpriteBatch.<init>(SpriteBatch.java:103) at com.badlogic.gdx.graphics.g2d.SpriteBatch.<init>(SpriteBatch.java:80) at com.badlogic.gdx.scenes.scene2d.Stage.<init>(Stage.java:100) at com.esotericsoftware.spine.SkeletonViewer$UI.<init>(SkeletonViewer.java:423) at com.esotericsoftware.spine.SkeletonViewer.create(SkeletonViewer.java:124) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:151) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:128)
Mario Thanks for the information. I believe I have fixed the issue. Please redownload the skeleton viewer from our website at: Skeleton Viewer