MovingBlocks / box2d-editor

Automatically exported from code.google.com/p/box2d-editor - migrated here to maybe maintain together with Destination Sol. Original website:
https://code.google.com/archive/p/box2d-editor/
Apache License 2.0
84 stars 21 forks source link

Editor not running #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 Muhammad...@gmail.com on 5 Jul 2012 at 3:10

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29226603-editor-not-running?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github).