Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.7.2, 5.9.2, 5.9.3, 5.10.0
-
Windows 10, MSVC 2017 64bits.
Description
The error:
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
The code:
rule.grabToImage(function(result) {
result.saveToFile("test01.png");
});
This code works on "small" objects like 6000x650 px. But when I try to generate a 12000x650px is crashing.