Advertisement
neuromancer85

Processing 2.0a5 Linux OPENGL error

Mar 25th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.07 KB | None | 0 0
  1. Info: XInitThreads() called for concurrent Thread support
  2. libEGL warning: failed to create a pipe screen for i965
  3. libEGL warning: failed to create a pipe screen for i965
  4. Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Creation of window surface failed: EGLGraphicsConfiguration[DefaultGraphicsScreen[EGLGraphicsDevice[type EGL, connection decon, unitID 0, handle 0x7fc088229db0], idx 0], eglConfigID 0xa,
  5. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  6. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]], JAWT-Window[windowHandle 0x4000017, surfaceHandle 0x4000017, bounds [ 0 / 0 400 x 300 ], insets [ l 0, r 0 - t 0, b 0 - 0x0], shallUseOffscreenLayer false, isOffscreenLayerSurface false, pos 0/0, size 400x300, visible true, lockedExt false,
  7. config AWTGraphicsConfiguration[AWTGraphicsScreen[AWTGraphicsDevice[type AWT, connection :0.0, unitID 0, awtDevice X11GraphicsDevice[screen=0], handle 0x0], idx 0],
  8. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]],
  9. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  10. X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21],
  11. encapsulated EGLGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x7fc08821f050], idx 0], eglConfigID 0xa,
  12. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  13. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]],
  14. awtComponent AWT-GLCanvas[Realized true,
  15. jogamp.opengl.egl.EGLOnscreenDrawable,
  16. Realized true,
  17. Factory jogamp.opengl.egl.EGLDrawableFactory@4a9ce1c8,
  18. handle 0x0,
  19. Drawable size 400x300,
  20. AWT pos 0/0, size 400x300,
  21. visible true,
  22. AWTGraphicsConfiguration[AWTGraphicsScreen[AWTGraphicsDevice[type AWT, connection :0.0, unitID 0, awtDevice X11GraphicsDevice[screen=0], handle 0x0], idx 0],
  23. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]],
  24. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  25. X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21],
  26. encapsulated EGLGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x7fc08821f050], idx 0], eglConfigID 0xa,
  27. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  28. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]]],
  29. surfaceLock <1ab37bd, fd85a26>[count 1, qsz 0, owner <AWT-EventQueue-0>]], error 0x3000
  30. at jogamp.opengl.egl.EGLDrawable.recreateSurface(EGLDrawable.java:110)
  31. at jogamp.opengl.egl.EGLDrawable.updateHandle(EGLDrawable.java:121)
  32. at jogamp.opengl.GLDrawableImpl.setRealized(GLDrawableImpl.java:165)
  33. at javax.media.opengl.awt.GLCanvas.validateGLDrawable(GLCanvas.java:603)
  34. at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:413)
  35. at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:519)
  36. at sun.awt.RepaintArea.paintComponent(RepaintArea.java:264)
  37. at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:73)
  38. at sun.awt.RepaintArea.paint(RepaintArea.java:240)
  39. at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:587)
  40. at java.awt.Component.dispatchEventImpl(Component.java:4937)
  41. at java.awt.Component.dispatchEvent(Component.java:4687)
  42. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:707)
  43. at java.awt.EventQueue.access$000(EventQueue.java:101)
  44. at java.awt.EventQueue$3.run(EventQueue.java:666)
  45. at java.awt.EventQueue$3.run(EventQueue.java:664)
  46. at java.security.AccessController.doPrivileged(Native Method)
  47. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  48. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  49. at java.awt.EventQueue$4.run(EventQueue.java:680)
  50. at java.awt.EventQueue$4.run(EventQueue.java:678)
  51. at java.security.AccessController.doPrivileged(Native Method)
  52. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  53. at java.awt.EventQueue.dispatchEvent(EventQueue.java:677)
  54. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
  55. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
  56. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
  57. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
  58. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
  59. at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
  60. java.lang.NullPointerException
  61. at processing.mode.java.runner.Runner.findException(Runner.java:618)
  62. at processing.mode.java.runner.Runner.reportException(Runner.java:563)
  63. at processing.mode.java.runner.Runner.exception(Runner.java:503)
  64. at processing.mode.java.runner.EventThread.exceptionEvent(EventThread.java:367)
  65. at processing.mode.java.runner.EventThread.handleEvent(EventThread.java:255)
  66. at processing.mode.java.runner.EventThread.run(EventThread.java:89)
  67. Exception in thread "Animation Thread" javax.media.opengl.GLException: javax.media.opengl.GLException: drawable has invalid handle: jogamp.opengl.egl.EGLOnscreenDrawable[realized true,
  68. factory jogamp.opengl.egl.EGLDrawableFactory@4a9ce1c8,
  69. surface JAWT-Window[windowHandle 0x4000017, surfaceHandle 0x4000017, bounds [ 0 / 0 400 x 300 ], insets [ l 0, r 0 - t 0, b 0 - 0x0], shallUseOffscreenLayer false, isOffscreenLayerSurface false, pos 0/0, size 400x300, visible true, lockedExt false,
  70. config AWTGraphicsConfiguration[AWTGraphicsScreen[AWTGraphicsDevice[type AWT, connection :0.0, unitID 0, awtDevice X11GraphicsDevice[screen=0], handle 0x0], idx 0],
  71. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]],
  72. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  73. X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21],
  74. encapsulated EGLGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x7fc08821f050], idx 0], eglConfigID 0xa,
  75. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  76. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]],
  77. awtComponent AWT-GLCanvas[Realized true,
  78. jogamp.opengl.egl.EGLOnscreenDrawable,
  79. Realized true,
  80. Factory jogamp.opengl.egl.EGLDrawableFactory@4a9ce1c8,
  81. handle 0x0,
  82. Drawable size 400x300,
  83. AWT pos 0/0, size 400x300,
  84. visible true,
  85. AWTGraphicsConfiguration[AWTGraphicsScreen[AWTGraphicsDevice[type AWT, connection :0.0, unitID 0, awtDevice X11GraphicsDevice[screen=0], handle 0x0], idx 0],
  86. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]],
  87. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  88. X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21],
  89. encapsulated EGLGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x7fc08821f050], idx 0], eglConfigID 0xa,
  90. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  91. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]]],
  92. surfaceLock <1ab37bd, fd85a26>[count 1, qsz 0, owner <AWT-EventQueue-0>]],
  93. eglSurface 0x0,
  94. eglConfig EGLGraphicsConfiguration[DefaultGraphicsScreen[EGLGraphicsDevice[type EGL, connection decon, unitID 0, handle 0x7fc088229db0], idx 0], eglConfigID 0xa,
  95. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  96. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]],
  97. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  98. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]
  99. at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:98)
  100. at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:196)
  101. at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:164)
  102. at javax.media.opengl.awt.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:831)
  103. at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:419)
  104. at processing.opengl.PGL.requestDraw(Unknown Source)
  105. at processing.opengl.PGraphicsOpenGL.requestDraw(Unknown Source)
  106. at processing.core.PApplet.run(Unknown Source)
  107. at java.lang.Thread.run(Thread.java:722)
  108. Caused by: javax.media.opengl.GLException: drawable has invalid handle: jogamp.opengl.egl.EGLOnscreenDrawable[realized true,
  109. factory jogamp.opengl.egl.EGLDrawableFactory@4a9ce1c8,
  110. surface JAWT-Window[windowHandle 0x4000017, surfaceHandle 0x4000017, bounds [ 0 / 0 400 x 300 ], insets [ l 0, r 0 - t 0, b 0 - 0x0], shallUseOffscreenLayer false, isOffscreenLayerSurface false, pos 0/0, size 400x300, visible true, lockedExt false,
  111. config AWTGraphicsConfiguration[AWTGraphicsScreen[AWTGraphicsDevice[type AWT, connection :0.0, unitID 0, awtDevice X11GraphicsDevice[screen=0], handle 0x0], idx 0],
  112. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]],
  113. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  114. X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21],
  115. encapsulated EGLGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x7fc08821f050], idx 0], eglConfigID 0xa,
  116. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  117. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]],
  118. awtComponent AWT-GLCanvas[Realized true,
  119. jogamp.opengl.egl.EGLOnscreenDrawable,
  120. Realized true,
  121. Factory jogamp.opengl.egl.EGLDrawableFactory@4a9ce1c8,
  122. handle 0x0,
  123. Drawable size 400x300,
  124. AWT pos 0/0, size 400x300,
  125. visible true,
  126. AWTGraphicsConfiguration[AWTGraphicsScreen[AWTGraphicsDevice[type AWT, connection :0.0, unitID 0, awtDevice X11GraphicsDevice[screen=0], handle 0x0], idx 0],
  127. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]],
  128. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  129. X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21],
  130. encapsulated EGLGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x7fc08821f050], idx 0], eglConfigID 0xa,
  131. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  132. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]]],
  133. surfaceLock <1ab37bd, fd85a26>[count 1, qsz 0, owner <AWT-EventQueue-0>]],
  134. eglSurface 0x0,
  135. eglConfig EGLGraphicsConfiguration[DefaultGraphicsScreen[EGLGraphicsDevice[type EGL, connection decon, unitID 0, handle 0x7fc088229db0], idx 0], eglConfigID 0xa,
  136. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  137. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]],
  138. requested GLCaps[on-scr, rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GLES2/GLES2.hw]],
  139. chosen GLCaps[egl cfg 0xa, vid 0x21: on-scr, rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GLES2/GLES2.hw], [GL, GLES1, GLES2, VG]]]
  140. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:432)
  141. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:415)
  142. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:364)
  143. at javax.media.opengl.awt.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:951)
  144. at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
  145. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
  146. at java.awt.EventQueue.access$000(EventQueue.java:101)
  147. at java.awt.EventQueue$3.run(EventQueue.java:666)
  148. at java.awt.EventQueue$3.run(EventQueue.java:664)
  149. at java.security.AccessController.doPrivileged(Native Method)
  150. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  151. at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
  152. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
  153. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
  154. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
  155. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
  156. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
  157. at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement