I'm getting a similar error (whilst using joal under Xith):
ALFactory.init - Native: Enter
ALFactory.init - Native: Exit
Pointer = 104348400
ALC = net.java.games.joal.ALCImpl@42552c
no more sources available : OUT OF MEMORY
OpenAL sound driver initialized with 32 availble sources
Exception in thread "main" java.lang.Error: A null URL was passed to MediaContainer.
at com.xith3d.scenegraph.MediaContainer.<init>(MediaContainer.java:74)
at com.xith3d.test.SoundTest.<init>(SoundTest.java:134)
at com.xith3d.test.SoundTest.main(SoundTest.java:258)
Could anyone give some hints?
Guoshima,
Change the shorcut of eclipse to something like:
eclipse.exe -vmargs -Xmx256m
It didn't help me anyway
