Re: jocl together with jogl1.1.1 ?
Posted by
Michael Bien on
Jul 21, 2010; 4:56am
URL: https://forum.jogamp.org/jocl-together-with-jogl1-1-1-tp978417p983355.html
linux + NV driver?
if yes it should be fixed in the next driver release (if you have a
nv developer account you can already test the drivers)
workaround:
e.g 64bit linux:
export LD_PRELOAD='/usr/lib/jvm/java-6-sun/jre/lib/amd64/libjsig.so'
more info:
http://www.mail-archive.com/core-libs-dev@.../msg04152.html
have fun,
michael
On 07/19/2010 03:06 PM, fsprenge [via jogamp] wrote:
I've added some Jocl code to a bigger project which uses for
historical reasons jogl1.1.1, the jocl stuff seems to run quite
nice and also does the computations right (just computing, no
interaction with jogl in that part).
BUT, after some minutes the whole program crashes without noticing
anything. Are there any side effects with the old jogl version
known so far ?
Regards
Frauke