Login  Register

Re: Context creation failed on MacBook Pro

Posted by gouessej on Nov 11, 2010; 1:57pm
URL: https://forum.jogamp.org/Context-creation-failed-on-MacBook-Pro-tp1876910p1882598.html

Hi!

You call getContext() too early. Rather use a GLEventListener and perform your calls in the method display(GLAutoDrawable) or even in init(GLAutoDrawable).
Julien Gouesse | Personal blog | Website