Login  Register

Re: OSX Lion issues (PBuffers)

Posted by John on Sep 16, 2012; 1:24pm
URL: https://forum.jogamp.org/OSX-Lion-issues-PBuffers-tp4021385p4026186.html

Sorry -

This is a MacBook Pro Retina -

Integrated graphics: Intel 4000
Discrete: NVIDIA GeForce GT 650M 1024 MB

I have a java based JOGL app I wrote that has functioned fine for a long time, started it on my laptop yesterday and got this every time I ran it:

2012-09-15 20:46:11.498 java[1365:15007] (
        0   CoreFoundation                      0x00007fff8686d716 __exceptionPreprocess + 198
        1   libobjc.A.dylib                     0x00007fff8a360470 objc_exception_throw + 43
        2   CoreFoundation                      0x00007fff86903d5a -[NSObject(NSObject) doesNotRecognizeSelector:] + 186
        3   CoreFoundation                      0x00007fff8685bc3e ___forwarding___ + 414
        4   CoreFoundation                      0x00007fff8685ba28 _CF_forwarding_prep_0 + 232
        5   AppKit                              0x00007fff89a63b3e -[NSOpenGLContext setPixelBuffer:cubeMapFace:mipMapLevel:currentVirtualScreen:] + 59
        6   libjogl_desktop.jnilib              0x000000011a7337db setContextPBuffer + 203
        7   libjogl_desktop.jnilib              0x000000011a79315b Java_jogamp_opengl_macosx_cgl_CGL_setContextPBuffer__JJ + 43
        8   ???                                 0x000000010b849eee 0x0 + 4488208110
        9   ???                                 0x000000010b83e85a 0x0 + 4488161370
        10  ???                                 0x000000010b83ee03 0x0 + 4488162819

Eventually realized integrated graphics were being used (I'm using gfxCardStatus 2.1.1)  for some reason - switched to discrete, app ran fine no issues.