[BUG] Possible fix to crash on exit.

Started by Goffredo, October 05, 2012, 12:37:21

Previous topic - Next topic

Goffredo

Hi all.

I am having an annoying error which I think is the same as the one mentioned in these threads:

http://lwjgl.org/forum/index.php/topic,4663.0.html (not sure if the same)
http://lwjgl.org/forum/index.php?topic=4526.0
http://lwjgl.org/forum/index.php?topic=4562.0
http://lwjgl.org/forum/index.php?topic=4052.0

After a bit of googling, I found out that it's a bug JOGL also had, which they found a fix to: https://jogamp.org/bugzilla/show_bug.cgi?id=610

I tested the fix (using JOGL), and the error disappears, using the same example.

So my question is, could this fix also be applied to lwjgl or am I completely offroad here?

Matzon

The fix looks fairly specific to jogl. I think your best bet is to either look into fixing it yourself and send the patch, or wait for someone using that radeon + linux combo that can fix and test it.
I don't know if any of our devs use that combo?

kappa

Just out of curiosity what driver are you using the proprietary one or the open source one?

There have been reports that this only happens with the open source driver while the proprietary one works fine.

Goffredo