JDK-8095653 : Scenegraph: error rendering 3d scene
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-02-11
  • Updated: 2015-06-12
  • Resolved: 2014-05-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u20Resolved
Related Reports
Duplicate :  
Description
java.lang.RuntimeException: Requested texture dimensions (0x12) require dimensions (0x12) that exceed maximum texture size (8192)
	at com.sun.prism.es2.ES2RTTexture.create(ES2RTTexture.java:220)
	at com.sun.prism.es2.ES2ResourceFactory.createRTTexture(ES2ResourceFactory.java:106)
	at com.sun.javafx.sg.prism.NGShape.renderContent(NGShape.java:202)
	at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:2043)
	at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1951)
	at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:225)
	at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:575)
	at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:2043)
	at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1951)
	at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:225)
	at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:2043)
	at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1951)
	at com.sun.javafx.tk.quantum.ViewPainter.doPaint(ViewPainter.java:469)
	at com.sun.javafx.tk.quantum.ViewPainter.paintImpl(ViewPainter.java:317)
	at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:89)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at com.sun.javafx.tk.RenderJob.run(RenderJob.java:58)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:129)
	at java.lang.Thread.run(Thread.java:744)
ERROR: unexpected fbo is bound! Expected 1, but found 2
...
Comments
I have verified that this is a duplicate of RT-35019.
07-05-2014

I suspect that this issue is a duplicate of RT-35019 -- it should be easy enough to check with a recent build of JDK 8u20 or 9.
07-05-2014

Note: the links will work better if you just include the JIRA id without the full URL, so I fixed it.
07-05-2014

please use app from RT-35019 run ColorApp1.java, click "click here" button, resize app window -> exception appear
07-05-2014

pls try updated link
07-05-2014

Hi Victor, Can you double check the link you referred? I got the following error on clicking the link: Project Does Not Exist Error The project or issue you are trying to view does not exist. Try browsing for projects. If you think this message is wrong, please contact your JIRA administrators.
06-05-2014

@Victor: Can you please attach a standalone test program?
11-02-2014

Affected tests: SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/Anchor SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/flow SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/hbox1 SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/stack SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/tileLong SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/tileShort1 SceneGraphAutomated/test/scenegraph/functional/Layout3DTest/vbox1
11-02-2014