Re: Error Making Context Current JOGL 2.0 rc9
Posted by
Sven Gothel on
Jul 13, 2012; 7:55am
URL: https://forum.jogamp.org/Error-Making-Context-Current-JOGL-2-0-rc9-tp4025517p4025518.html
On 07/12/2012 07:41 PM, lukej [via jogamp] wrote:
> I've got a JOGL 2.0 application and I'm getting a very repeatable "Error
> making context current: 0x0x20000" error. It only happens when the OpenGL
> window is created on my second monitor (which ever one is not my main monitor
> in windows) - oddly enough. I've tried making each monitor main, and it
> happens when I "setLocation" of the JFrame to the OTHER monitor.
This scenario is expected not to work for an already realized
drawable/context because the native windowing systems
only allow this when using the 'Xinerama' setup,
which is the 'one-big-screen' setting for multi-monitor.
We can discuss how to handle it .. take care, or throw a more
appropriate error message.
To do so, please use your text and this description,
add a small [unit] test case and create a new bug entry on our bugzilla.
Thx.
~Sven