Re: Error building joal libraries?
Posted by
ebiglari on
Jul 10, 2010; 2:52am
URL: https://forum.jogamp.org/Error-building-joal-libraries-tp952595p955693.html
Ok, so it appears that the test cases are looking for dll called
joal_native. Do you know where this can be found, or what's going on
with it? I traced through the code and found a comment that said
something about it being a wrapper for a driver of the form *oal, and
that wildcard causing some kind of strange bug if not initialized in a
privileged context. A couple of quick questions, is
joal_native.dll the same as wrap_oal.dll? I renamed wrap_oal.dll to
joal_native and that seemed to solve at least one problem (but I'm not
entirely sure, it just didn't create an exception on those lines). Now it seems to be crashing on
the loading of the gluegen-rt.dll library, on the line:
device =
alc.alcOpenDevice(null);
and I haven't traced the code enough to
get rid of this bug. Any ideas on that one? Lastly, in OpenALTest.java
and Sound3DTest.java it appears that the fail() statements were
missing, and it was just passing those tests all the time. When I added
in the fails, they failed also.
Oh, and I created a nice (at
least in my opinion) testbed in netbeans for junit tests which helps out
tremendously in tracing the bugs. However, I'm curious, what kind of
environment are you using for developing the jogamp libraries?