Login  Register

Re: Crash on Mac OS X (jogl 2.1)

Posted by atchijov on Oct 17, 2013; 9:03pm
URL: https://forum.jogamp.org/Crash-on-Mac-OS-X-jogl-2-1-tp4030273p4030294.html

I will try to isolate this issue into small test case, but I would not be able to do it until first week of Nov.

Meanwhile, I wonder if this could be an issue:

  In the app, Canvas3D object gets created once (at the app startup). Only Universe gets re-created each time we visit the tab with Canvas3D.  Is it "legal" way to deal with Canvas3D? (Our app is using Canvas3D in other place and we do not have any issues there. but in that place the Canvas3D is getting recreated each time we need to display it).

  Sorry if I am asking silly questions.  I don't have much experience with OpenGL/JOGL.

Cheers,
  Andrei