I have a little test program written in JRuby that makes a black window with lwjgl and libGDx. It all works fine and dandy if I run it from the command line but, if I use warble to pack it in a jar it gives gives me this error AL lib: alc_cleanup: 1 device not closed
and closes. No window. No anything.
I have the directories set up properly. Does anyone know anything about this?