Hi,
We're having some problems where code which works great in Windows fails in Linux.
the issue is here:
https://xith3d.dev.java.net/issues/show_bug.cgi?id=72this is the message:
Running the demo com.xith3d.test.SoundTest gives the following output:
ALFactory.init - Native: Enter
ALFactory.init - Native: Exit
fcntl: Invalid argument
fcntl: Invalid argument
Pointer = 36864
ALC = net.java.games.joal.ALCImpl@18c56d
No sound is played.
I tested Joal as described in
http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=JOAL;action=display;num=1069559246;start=15and could successfully run lessons 1, 2 and 3. This shows that Joal is basically
working here. All of these three lessons display "fcntl: Invalid argument",
although they work, so the messages above probably don't help a lot. Lesson 5
exits with "Could not initialize".
I assume this issue affects only Linux.
Cheers,
Will.