Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX
Posted by
Headmade on
Oct 26, 2015; 12:29am
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4035591.html
Thank you so much, it's working now.

You were correct, my OpenAL failed to initialize and I somehow missed it.
"AL lib: (EE) ALCplaybackOSS_open: Could not open /dev/dsp: No such file or directory"
Xerxes had already posted a fix for this
elsewhere
A) load the linux kernel driver
sudo modprobe snd_pcm_oss
gouessej wrote
What is the license of your source code?
There is no license at the moment. I am rubbish at the legalities of licensing. Since I'm using some CC-BY-3.0 Music so I'm not sure if I can just slap a license at the whole thing or how to go about excluding the music. I wouldn't mind adding a license so people could use the code or art but I didn't want to get myself into trouble.