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

Editor not running #20

Open
GoogleCodeExporter opened this issue Oct 1, 2015 · 0 comments
Open

Editor not running #20

GoogleCodeExporter opened this issue Oct 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

GoogleCodeExporter commented Oct 1, 2015

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


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant