You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Unzip the editor in a directory
2. open command prompt in windows-7 and type "java -jar physics-body-editor.jar"
3. The following out put generate:
AL lib: DoReset: Failed to get mix format: 0x8889000a
Exception in thread "AWT-EventQueue-0" org.lwjgl.openal.OpenALException: Invalid
Device
at org.lwjgl.openal.Util.checkALCError(Util.java:55)
at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:252)
at org.lwjgl.openal.AL.init(AL.java:168)
at org.lwjgl.openal.AL.create(AL.java:138)
at org.lwjgl.openal.AL.create(AL.java:102)
at org.lwjgl.openal.AL.create(AL.java:201)
at com.badlogic.gdx.backends.openal.OpenALAudio.<init>(OpenALAudio.java:
85)
at com.badlogic.gdx.backends.openal.OpenALAudio.<init>(OpenALAudio.java:
70)
at com.badlogic.gdx.backends.lwjgl.LwjglCanvas.<init>(LwjglCanvas.java:1
01)
at aurelienribon.bodyeditor.ui.Main$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
AL lib: ReleaseALC: 1 device not closed
What is the expected output? What do you see instead?
Editor should be execute
What version of the product are you using? On what operating system?
I am on Windows-7 with java 1.6.0_12
Original issue reported on code.google.com by [email protected] on 5 Jul 2012 at 3:10
Original issue reported on code.google.com by
[email protected]
on 5 Jul 2012 at 3:10Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: