Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8112571

MacOS/Prism, GlassToolkitImpl.run: java.lang.RuntimeException: Error creating framebuffer object with size 0x0 (status code is 0x8cd6)

XMLWordPrintable

      When loading Swing classes to create a JFileChooser object we sometime see a few exceptions like that below printed on the console.
      These exceptions seem harmless - as the application appears to be functioning correctly in spite of them.

      java.lang.RuntimeException: Error creating framebuffer object with size 0x0 (status code is 0x8cd6)
              at com.sun.prism.es2.ES2RTTexture.create(ES2RTTexture.java:152)
              at com.sun.prism.es2.ES2ResourceFactory.createRTTexture(ES2ResourceFactory.java:48)
              at com.sun.javafx.tk.glass.ViewScene$2.run(ViewScene.java:121)
              at com.sun.javafx.tk.glass.RunnableEvent.run(RunnableEvent.java:13)
              at com.sun.javafx.tk.glass.GlassToolkitImpl$1.run(GlassToolkitImpl.java:53)
              at com.sun.javafx.tk.glass.RunnableEvent.run(RunnableEvent.java:13)
              at com.sun.javafx.tk.glass.GlassToolkitImpl.run(GlassToolkitImpl.java:124)
              at java.lang.Thread.run(Thread.java:680)

            morris Morris Meyer (Inactive)
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: