Bugzilla – Attachment 185 Details for
Bug 438
GLException "WindowsWGLDrawableFactory - Could not initialize shared resources" since JOGL 2.0.222 on ATI X300
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Debug log
8 - 3D Viewer Debug.log (text/plain), 33.44 KB, created by
LedAlex
on 2010-11-28 23:32:15 CET
(
hide
)
Description:
Debug log
Filename:
MIME Type:
Creator:
LedAlex
Created:
2010-11-28 23:32:15 CET
Size:
33.44 KB
patch
obsolete
>3D Viewer 1.1.1.1995 >Developed by Ledyaev Alexander >E-Mail : ledalex@meteo.ru >ICQ : 286-932-489 >Nick : LedAlex >-------------------------------- >If you are experiencing some problems please contact author. >-------------------------------- >GLProfile.init firstUIActionOnProcess: false, thread: javawsApplicationMain >----------------------------------------------------------------------------------------------------- >Platform: Windows XP 5.2 (os), amd64 (arch) 2 cores >Platform: littleEndian true, 32Bit false, a-ptr bit-size 64 >Platform: Java 1.6.0_18, Java HotSpot(TM) 64-Bit Server VM, Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true >----------------------------------------------------------------------------------------------------- >----------------------------------------------------------------------------------------------------- >Package: com.jogamp.common >Extension Name: com.jogamp.common >Specification Title: GlueGen Java Bindings Generator >Specification Vendor: JogAmp Community >Specification Version: 2.0 >Implementation Title: GlueGen Run-Time >Implementation Vendor: JogAmp Community >Implementation Vendor ID: com.jogamp >Implementation URL: http://jogamp.org/ >Implementation Version: 2.0-b225-20101128 >Implementation Branch: master >Implementation Commit: e85797b46e52aba51478fbf0af7db1d4ff95febf >----------------------------------------------------------------------------------------------------- >----------------------------------------------------------------------------------------------------- >Package: javax.media.nativewindow >Extension Name: javax.media.nativewindow >Specification Title: Native Window Interface API Specification >Specification Vendor: JogAmp Community >Specification Version: 2.0 >Implementation Title: Native Window Interface Runtime Environment >Implementation Vendor: JogAmp Community >Implementation Vendor ID: com.jogamp >Implementation URL: http://jogamp.org/ >Implementation Version: 2.0-b239-20101128 >Implementation Branch: master >Implementation Commit: 8f79fbf000014f10f7c958ef03c656a4c383fc66 >----------------------------------------------------------------------------------------------------- >----------------------------------------------------------------------------------------------------- >Package: javax.media.opengl >Extension Name: javax.media.opengl >Specification Title: Java Bindings for OpenGL API Specification >Specification Vendor: JogAmp Community >Specification Version: 2.0 >Implementation Title: Java Bindings for OpenGL Runtime Environment >Implementation Vendor: JogAmp Community >Implementation Vendor ID: com.jogamp >Implementation URL: http://jogamp.org/ >Implementation Version: 2.0-b239-20101128 >Implementation Branch: master >Implementation Commit: 8f79fbf000014f10f7c958ef03c656a4c383fc66 >----------------------------------------------------------------------------------------------------- >java.lang.Throwable: Info: NativeWindowFactory.initSingleton(false) > at javax.media.nativewindow.NativeWindowFactory.initSingleton(NativeWindowFactory.java:131) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1084) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:66) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:107) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105) > at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304) > at javax.media.opengl.GLProfile.getDefaultDesktopDevice(GLProfile.java:1291) > at javax.media.opengl.awt.GLCanvas.<clinit>(GLCanvas.java:114) > at LedAlex.GIS.GISViewer3D.<init>(GISViewer3D.java:102) > at LedAlex.GIS.GISViewer3D.main(GISViewer3D.java:167) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.sun.javaws.Launcher.executeApplication(Unknown Source) > at com.sun.javaws.Launcher.executeMainClass(Unknown Source) > at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) > at com.sun.javaws.Launcher.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) >JOGL/Java2D integration disabled >JAWTUtil: Has sun.awt.SunToolkit.awtLock/awtUnlock true >JAWTUtil: Has Java2D true >JAWTUtil: Is headless false >NativeWindowFactory.registerFactory() interface javax.media.nativewindow.NativeWindow -> com.jogamp.nativewindow.impl.NativeWindowFactoryImpl@daa0e3b >NativeWindowFactory.registerFactory() class java.awt.Component -> com.jogamp.nativewindow.impl.NativeWindowFactoryImpl@daa0e3b >NativeWindowFactory firstUIActionOnProcess false >NativeWindowFactory isAWTAvailable true, defaultFactory com.jogamp.nativewindow.impl.NativeWindowFactoryImpl@daa0e3b >GLDrawableFactory.static - Native OS Factory for: Windows: com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory >GraphicsConfigurationFactory.registerFactory() interface javax.media.nativewindow.AbstractGraphicsDevice -> com.jogamp.nativewindow.impl.GraphicsConfigurationFactoryImpl@7121fd61 >GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.windows.WindowsGraphicsDevice -> com.jogamp.opengl.impl.windows.wgl.WindowsWGLGraphicsConfigurationFactory@11dfc8a0 >GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.awt.AWTGraphicsDevice -> com.jogamp.opengl.impl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory@d71194d >GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.egl.EGLGraphicsDevice -> com.jogamp.opengl.impl.egl.EGLGraphicsConfigurationFactory@1f248f2b >java.lang.Throwable: Info: GLProfile.initProfilesForDevice: decon, isSet false > at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1207) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1177) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:66) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:107) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105) > at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304) > at javax.media.opengl.GLProfile.getDefaultDesktopDevice(GLProfile.java:1291) > at javax.media.opengl.awt.GLCanvas.<clinit>(GLCanvas.java:114) > at LedAlex.GIS.GISViewer3D.<init>(GISViewer3D.java:102) > at LedAlex.GIS.GISViewer3D.main(GISViewer3D.java:167) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.sun.javaws.Launcher.executeApplication(Unknown Source) > at com.sun.javaws.Launcher.executeMainClass(Unknown Source) > at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) > at com.sun.javaws.Launcher.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) >GLProfile.init map decon, desktopCtxUndef true, eglCtxUndef true >GLProfile.init map GLProfile[GL2/GL2] on devide decon >GLProfile.init map default GLProfile[GL2/GL2] on device decon >GLProfile.init map GLProfile[GL3bc/GL3bc] on devide decon >GLProfile.init map GLProfile[GL4bc/GL4bc] on devide decon >GLProfile.init map GLProfile[GL2GL3/GL2] on devide decon >GLProfile.init map GLProfile[GL3/GL3] on devide decon >GLProfile.init map GLProfile[GL4/GL4] on devide decon >GLProfile.init map GLProfile[GL2ES2/GL2] on devide decon >GLProfile.init map *** no mapping for GLES2 on device decon >GLProfile.init map GLProfile[GL2ES1/GL2] on devide decon >GLProfile.init map *** no mapping for GLES1 on device decon >java.lang.Exception: Info: setGL (OpenGL null): Thread[javawsApplicationMain,5,javawsApplicationThreadGroup], <null> -> class com.jogamp.opengl.impl.gl4.GL4bcImpl, com.jogamp.opengl.impl.gl4.GL4bcImpl@22e85825 > at com.jogamp.opengl.impl.GLContextImpl.setGL(GLContextImpl.java:176) > at com.jogamp.opengl.impl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:819) > at com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:288) > at com.jogamp.opengl.impl.GLContextImpl.makeCurrentLocking(GLContextImpl.java:405) > at com.jogamp.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:351) > at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateShared(WindowsWGLDrawableFactory.java:171) > at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateSharedContextImpl(WindowsWGLDrawableFactory.java:195) > at javax.media.opengl.GLDrawableFactory.getOrCreateSharedContext(GLDrawableFactory.java:271) > at javax.media.opengl.GLDrawableFactory.getIsSharedContextAvailable(GLDrawableFactory.java:246) > at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1223) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1177) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:66) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:107) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105) > at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304) > at javax.media.opengl.GLProfile.getDefaultDesktopDevice(GLProfile.java:1291) > at javax.media.opengl.awt.GLCanvas.<clinit>(GLCanvas.java:114) > at LedAlex.GIS.GISViewer3D.<init>(GISViewer3D.java:102) > at LedAlex.GIS.GISViewer3D.main(GISViewer3D.java:167) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.sun.javaws.Launcher.executeApplication(Unknown Source) > at com.sun.javaws.Launcher.executeMainClass(Unknown Source) > at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) > at com.sun.javaws.Launcher.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) >javawsApplicationMain: !!! Context FQN: Windows_decon_0-0x2200 >javawsApplicationMain: !!! Initializing WGL extension address table for com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext [OpenGL -1.-1, options 0x0, null, handle 0x0, com.jogamp.opengl.impl.gl4.GL4bcImpl@22e85825, > Drawable: com.jogamp.opengl.impl.windows.wgl.WindowsDummyWGLDrawable[Realized true, > Factory com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@43f2f70a, > handle 0xffffffffbb010d2d, > Window ProxySurface[config WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.DefaultGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]], displayHandle 0x0, surfaceHandle 0xffffffffbb010d2d, size 0x0]]] >javawsApplicationMain: !!! GLContext WGL ProcAddressTable mapping key(Windows_decon_0-0x2200) -> 788458698 >javawsApplicationMain: !!! GLContext GL ProcAddressTable mapping key(Windows_decon_0-0x2200) -> 1507565381 >ExtensionAvailabilityCache: Flush availability OpenGL 2.1 (compatibility profile, any, old) - 2.1.2 >javawsApplicationMain:ExtensionAvailabilityCache: Pre-caching init com.jogamp.opengl.impl.gl4.GL4bcImpl@22e85825, OpenGL 2.1 (compatibility profile, any, old) - 2.1.2 >javawsApplicationMain:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 2.1 (compatibility profile, any, old) - 2.1.2, use glGetString >javawsApplicationMain:ExtensionAvailabilityCache: ALL EXTENSIONS: 152 >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_2_0 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_1_5 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_1_4 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_1_3 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_1_2 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions >javawsApplicationMain:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions >javawsApplicationMain: !!! GLContext GL ExtensionAvailabilityCache mapping key(Windows_decon_0-0x2200) -> 544589709 >javawsApplicationMain: createContextImpl: NOT OK (ARB, initial) - extension not available - share 0 >WindowsWGLContext.createContext failed, fall back to !ARB context 0.0 (old) - @creation >javawsApplicationMain: createImpl: OK (old) share 0 >javawsApplicationMain: !!! Create GL context OK: 0x10000 for com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext >!!! SharedContext: com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext [OpenGL 2.1, options 0x22, 2.1 (compatibility profile, any, old) - 2.1.2, handle 0x10000, com.jogamp.opengl.impl.gl4.GL4bcImpl@22e85825, > Drawable: com.jogamp.opengl.impl.windows.wgl.WindowsDummyWGLDrawable[Realized true, > Factory com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@43f2f70a, > handle 0xffffffffbb010d2d, > Window ProxySurface[config WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.DefaultGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]], displayHandle 0x0, surfaceHandle 0xffffffffbb010d2d, size 0x0]]] , pbuffer supported true, readDrawable supported true >GLProfile.initProfilesForDevice: decon: desktop Shared Ctx true >GLProfile.init map decon, desktopCtxUndef false, eglCtxUndef false >GLProfile.init map GLProfile[GL2/GL2] on devide decon >GLProfile.init map default GLProfile[GL2/GL2] on device decon >GLProfile.init map *** no mapping for GL3bc on device decon >GLProfile.init map *** no mapping for GL4bc on device decon >GLProfile.init map GLProfile[GL2GL3/GL2] on devide decon >GLProfile.init map *** no mapping for GL3 on device decon >GLProfile.init map *** no mapping for GL4 on device decon >GLProfile.init map GLProfile[GL2ES2/GL2] on devide decon >GLProfile.init map *** no mapping for GLES2 on device decon >GLProfile.init map GLProfile[GL2ES1/GL2] on devide decon >GLProfile.init map *** no mapping for GLES1 on device decon >GLProfile: EGLFactory - Device is not available: decon >java.lang.Throwable: javawsApplicationMain: !!! createContextARB: SET mappedVersionsAvailableSet Windows_decon_0 > at javax.media.opengl.GLContext.setAvailableGLVersionsSet(GLContext.java:605) > at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1274) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1177) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:66) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:107) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105) > at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304) > at javax.media.opengl.GLProfile.getDefaultDesktopDevice(GLProfile.java:1291) > at javax.media.opengl.awt.GLCanvas.<clinit>(GLCanvas.java:114) > at LedAlex.GIS.GISViewer3D.<init>(GISViewer3D.java:102) > at LedAlex.GIS.GISViewer3D.main(GISViewer3D.java:167) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.sun.javaws.Launcher.executeApplication(Unknown Source) > at com.sun.javaws.Launcher.executeMainClass(Unknown Source) > at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) > at com.sun.javaws.Launcher.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) >GLProfile.initProfilesForDevice: decon: added profile(s): true >GLProfile.initProfilesForDevice: decon: GLAvailability[Native[GL4bc false, GL4 false, GL3bc false, GL3 false, GL2 true[1.5 (compatibility profile, any, old)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL2], GLProfile[GL2ES1/GL2], GLProfile[GL2/GL2], GLProfile[GL2/GL2], GLProfile[GL2GL3/GL2], , default GLProfile[GL2/GL2]]] >GLProfile.init isAWTAvailable true >GLProfile.init has desktopFactory true >GLProfile.init hasDesktopGL true >GLProfile.init hasGL234Impl true >GLProfile.init has eglFactory true >GLProfile.init hasGLES1Impl false >GLProfile.init hasGLES2Impl false >GLProfile.init defaultDesktopDevice class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >GLProfile.init defaultEGLDevice class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >GLProfile.init defaultDevice class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >Ñåðâåð "http://80.245.248.220/ArcGIS/services/EKO/EKO_WORLD/mapserver/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Ñåðâåð "http://80.245.248.220/ArcGIS/services/KIIS/KIIS-Truncated/mapserver/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Ñåðâåð "http://80.245.248.220/ArcGIS/services/KIIS/KIIS_OGC/mapserver/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íå íàéäåí. >Ñåðâåð "http://80.245.248.220/ArcGIS/services/PORTAL/PORTAL/mapserver/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Ñåðâåð "http://maps.gispro.ru/arcgis/services/ESIMO/world_land/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Ñåðâåð "http://maps.gispro.ru/arcgis/services/ESIMO/world_blank/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Ñåðâåð "http://maps.gispro.ru/arcgis/services/ESIMO/rf_cache/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Ñåðâåð "http://maps.gispro.ru/arcgis/services/ESIMO/P0001/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities" íàéäåí. >Animator add: 1222739223 - Thread[javawsApplicationMain,5,javawsApplicationThreadGroup] >java.lang.Exception: javawsApplicationMain - Info: addNotify - start, bounds: java.awt.Rectangle[x=0,y=0,width=0,height=0] > at javax.media.opengl.awt.GLCanvas.addNotify(GLCanvas.java:458) > at java.awt.Container.addImpl(Unknown Source) > at java.awt.Container.add(Unknown Source) > at javax.swing.JFrame.addImpl(Unknown Source) > at java.awt.Container.add(Unknown Source) > at LedAlex.GIS.GISViewer3D.<init>(GISViewer3D.java:354) > at LedAlex.GIS.GISViewer3D.main(GISViewer3D.java:167) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.sun.javaws.Launcher.executeApplication(Unknown Source) > at com.sun.javaws.Launcher.executeMainClass(Unknown Source) > at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) > at com.sun.javaws.Launcher.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) >GraphicsConfigurationFactory.getFactory() class javax.media.nativewindow.awt.AWTGraphicsDevice -> com.jogamp.opengl.impl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory@d71194d >WindowsAWTWGLGraphicsConfigurationFactory: got class javax.media.nativewindow.awt.AWTGraphicsScreen[class javax.media.nativewindow.awt.AWTGraphicsDevice[type AWT[subType null], connection \Display0, unitID 0, awtDevice Win32GraphicsDevice[screen=0], handle 0x0], idx 0] >WindowsAWTWGLGraphicsConfigurationFactory: made class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0] >GraphicsConfigurationFactory.getFactory() class javax.media.nativewindow.windows.WindowsGraphicsDevice -> com.jogamp.opengl.impl.windows.wgl.WindowsWGLGraphicsConfigurationFactory@11dfc8a0 >WindowsAWTWGLGraphicsConfigurationFactory: chosen WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]] >GLDrawableFactoryImpl.createGLDrawable -> OnscreenDrawable: JAWT-Window[windowHandle 0x0, surfaceHandle 0x0, bounds [ 0 / 0 0 x 0 ], pos 0/0, size 0x0, visible true, lockedExt false, > config class javax.media.nativewindow.awt.AWTGraphicsConfiguration[class javax.media.nativewindow.awt.AWTGraphicsScreen[class javax.media.nativewindow.awt.AWTGraphicsDevice[type AWT[subType null], connection \Display0, unitID 0, awtDevice Win32GraphicsDevice[screen=0], handle 0x0], idx 0], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > sun.awt.Win32GraphicsConfig@2c64f6cd[dev=Win32GraphicsDevice[screen=0],pixfmt=0], > encapsulated WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]]], > awtComponent AWT-GLCanvas[ class javax.media.nativewindow.awt.AWTGraphicsConfiguration[class javax.media.nativewindow.awt.AWTGraphicsScreen[class javax.media.nativewindow.awt.AWTGraphicsDevice[type AWT[subType null], connection \Display0, unitID 0, awtDevice Win32GraphicsDevice[screen=0], handle 0x0], idx 0], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > sun.awt.Win32GraphicsConfig@2c64f6cd[dev=Win32GraphicsDevice[screen=0],pixfmt=0], > encapsulated WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]]], null-drawable]] >GLDrawableFactoryImpl.createGLDrawable: com.jogamp.opengl.impl.windows.wgl.WindowsOnscreenWGLDrawable[Realized false, > Factory com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@43f2f70a, > handle 0x0, > Window JAWT-Window[windowHandle 0x0, surfaceHandle 0x0, bounds [ 0 / 0 0 x 0 ], pos 0/0, size 0x0, visible true, lockedExt false, > config class javax.media.nativewindow.awt.AWTGraphicsConfiguration[class javax.media.nativewindow.awt.AWTGraphicsScreen[class javax.media.nativewindow.awt.AWTGraphicsDevice[type AWT[subType null], connection \Display0, unitID 0, awtDevice Win32GraphicsDevice[screen=0], handle 0x0], idx 0], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > sun.awt.Win32GraphicsConfig@2c64f6cd[dev=Win32GraphicsDevice[screen=0],pixfmt=0], > encapsulated WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]]], > awtComponent AWT-GLCanvas[ class javax.media.nativewindow.awt.AWTGraphicsConfiguration[class javax.media.nativewindow.awt.AWTGraphicsScreen[class javax.media.nativewindow.awt.AWTGraphicsDevice[type AWT[subType null], connection \Display0, unitID 0, awtDevice Win32GraphicsDevice[screen=0], handle 0x0], idx 0], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > sun.awt.Win32GraphicsConfig@2c64f6cd[dev=Win32GraphicsDevice[screen=0],pixfmt=0], > encapsulated WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false, > requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false], > chosen GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: false, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]]], null-drawable]]] >GLCanvas: TK disableBackgroundErase method found: true >GLCanvas: TK disableBackgroundErase error: null >GLCanvas: TK disableBackgroundErase error: null >javawsApplicationMain - Info: addNotify - end >Animator started: Thread[javawsApplicationMain-AWTAnimator-1,5,javawsApplicationThreadGroup] >finishLifecycleAction(com.jogamp.opengl.util.Animator$WaitForStartedCondition): finished - waited true, started: true, animating: true, paused: false, drawables 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 438
:
174
|
175
|
176
|
177
|
181
|
182
|
184
| 185 |
189
|
190
|
191
|
192