Trying to open this page:
https://www.virtuallythere.com/new/reservationsChron.html?emailType=EMX&host=1W&pnr=AE7CP88HKP4P&name=ZHELEZNIAKOV&language=0&email=2
I get an exception:
[java] java.lang.RuntimeException: Requested texture dimensions (1x10240) require dimensions (1x0) that exceed maximum texture size (8192)
[java] at com.sun.prism.es2n.ES2NTexture.create(ES2NTexture.java:140)
[java] at com.sun.prism.es2n.ES2NResourceFactory.createTexture(ES2NResourceFactory.java:43)
[java] at com.sun.prism.impl.BaseResourceFactory.createTexture(BaseResourceFactory.java:127)
[java] at com.sun.prism.impl.BaseResourceFactory.getCachedTexture(BaseResourceFactory.java:100)
[java] at com.sun.prism.impl.BaseResourceFactory.getCachedTexture(BaseResourceFactory.java:90)
[java] at com.sun.prism.impl.ps.BaseShaderContext.validatePaintOp(BaseShaderContext.java:358)
[java] at com.sun.prism.impl.ps.BaseShaderContext.validatePaintOp(BaseShaderContext.java:293)
[java] at com.sun.prism.impl.ps.BaseShaderGraphics.renderGeneralRoundedPgram(BaseShaderGraphics.java:721)
[java] at com.sun.prism.impl.ps.BaseShaderGraphics.renderGeneralRoundedRect(BaseShaderGraphics.java:422)
[java] at com.sun.prism.impl.ps.BaseShaderGraphics.fillRect(BaseShaderGraphics.java:740)
[java] at com.sun.webpane.sg.prism.WCGraphicsPrismContext$6.doPaint(WCGraphicsPrismContext.java:650)
[java] at com.sun.webpane.sg.prism.WCGraphicsPrismContext$Composite.paint(WCGraphicsPrismContext.java:1230)
[java] at com.sun.webpane.sg.prism.WCGraphicsPrismContext.drawPattern(WCGraphicsPrismContext.java:627)
[java] at com.sun.webpane.platform.graphics.GraphicsDecoder.drawPattern(GraphicsDecoder.java:398)
[java] at com.sun.webpane.platform.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:185)
[java] at com.sun.webpane.platform.graphics.WCRenderQueue.decode(WCRenderQueue.java:67)
[java] at com.sun.webpane.platform.WebPage.paint2GC(WebPage.java:650)
[java] at com.sun.webpane.platform.WebPage.paint(WebPage.java:629)
[java] at com.sun.javafx.sg.prism.NGWebView.renderContent(NGWebView.java:71)
https://www.virtuallythere.com/new/reservationsChron.html?emailType=EMX&host=1W&pnr=AE7CP88HKP4P&name=ZHELEZNIAKOV&language=0&email=2
I get an exception:
[java] java.lang.RuntimeException: Requested texture dimensions (1x10240) require dimensions (1x0) that exceed maximum texture size (8192)
[java] at com.sun.prism.es2n.ES2NTexture.create(ES2NTexture.java:140)
[java] at com.sun.prism.es2n.ES2NResourceFactory.createTexture(ES2NResourceFactory.java:43)
[java] at com.sun.prism.impl.BaseResourceFactory.createTexture(BaseResourceFactory.java:127)
[java] at com.sun.prism.impl.BaseResourceFactory.getCachedTexture(BaseResourceFactory.java:100)
[java] at com.sun.prism.impl.BaseResourceFactory.getCachedTexture(BaseResourceFactory.java:90)
[java] at com.sun.prism.impl.ps.BaseShaderContext.validatePaintOp(BaseShaderContext.java:358)
[java] at com.sun.prism.impl.ps.BaseShaderContext.validatePaintOp(BaseShaderContext.java:293)
[java] at com.sun.prism.impl.ps.BaseShaderGraphics.renderGeneralRoundedPgram(BaseShaderGraphics.java:721)
[java] at com.sun.prism.impl.ps.BaseShaderGraphics.renderGeneralRoundedRect(BaseShaderGraphics.java:422)
[java] at com.sun.prism.impl.ps.BaseShaderGraphics.fillRect(BaseShaderGraphics.java:740)
[java] at com.sun.webpane.sg.prism.WCGraphicsPrismContext$6.doPaint(WCGraphicsPrismContext.java:650)
[java] at com.sun.webpane.sg.prism.WCGraphicsPrismContext$Composite.paint(WCGraphicsPrismContext.java:1230)
[java] at com.sun.webpane.sg.prism.WCGraphicsPrismContext.drawPattern(WCGraphicsPrismContext.java:627)
[java] at com.sun.webpane.platform.graphics.GraphicsDecoder.drawPattern(GraphicsDecoder.java:398)
[java] at com.sun.webpane.platform.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:185)
[java] at com.sun.webpane.platform.graphics.WCRenderQueue.decode(WCRenderQueue.java:67)
[java] at com.sun.webpane.platform.WebPage.paint2GC(WebPage.java:650)
[java] at com.sun.webpane.platform.WebPage.paint(WebPage.java:629)
[java] at com.sun.javafx.sg.prism.NGWebView.renderContent(NGWebView.java:71)
- is blocked by
-
JDK-8089876 Exception when filling shape with ImagePattern based on large image
- Open
- relates to
-
JDK-8177629 Prism: ES2RTTexture.create() RuntimeException: Requested texture dimensions ... exceed maximum texture size
- Open