Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
5.9
-
None
-
Qt 5.9.0 (i386-little_endian-ilp32 shared (dynamic) release build; by GCC 5.3.0) on "windows"
OS: Windows 7 SP 1 (6.1) [winnt version 6.1.7601]Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2
SSL is not supported.
Platform capabilities: ThreadedPixmaps OpenGL ThreadedOpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement RasterGLSurface AllGLFunctionsQueryable SwitchableWidgetComposition
Theme:
Available : windows
Styles : WindowsVista,WindowsXP,Windows
System font : "MS Shell Dlg 2" 8
Native file dialogScreens: 1, High DPI scaling: inactive
- 0 "\\.\DISPLAY1" Depth: 32 Primary: yes
Manufacturer:
Model:
Serial number:
Geometry: 2560x1440+0+0 Available: 2560x1400+0+0
Physical size: 903x508 mm Refresh: 60 Hz Power state: 0
Physical DPI: 72.0089,72 Logical DPI: 96,96 Subpixel_None
DevicePixelRatio: 1 Pixel density: 1
Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0
Dynamic GL LibGL Vendor: VMware, Inc.
Renderer: Gallium 0.4 on SVGA3D; build: RELEASE; LLVM;
Version: 3.0 Mesa 11.2.0 (git-b9d3786)
Shading language: 1.30
Format: Version: 3.0 Profile: 0 Swap behavior: 2 Buffer size (RGBA): 8,8,8,8 Depth buffer: 24 Stencil buffer: 8GPU:
Card name: VMware SVGA 3D
Driver Name: vm3dum.dll
Driver Version: 8.15.1.50
Vendor ID: 0x15AD
Device ID: 0x0405
SubSys ID: 0x040515AD
Revision ID: 0x0000Qt 5.9.0 (i386-little_endian-ilp32 shared (dynamic) release build; by GCC 5.3.0) on "windows" OS: Windows 7 SP 1 (6.1) [winnt version 6.1.7601] Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 SSL is not supported. Platform capabilities: ThreadedPixmaps OpenGL ThreadedOpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement RasterGLSurface AllGLFunctionsQueryable SwitchableWidgetComposition Theme: Available : windows Styles : WindowsVista,WindowsXP,Windows System font : "MS Shell Dlg 2" 8 Native file dialog Screens: 1, High DPI scaling: inactive 0 "\\.\DISPLAY1" Depth: 32 Primary: yes Manufacturer: Model: Serial number: Geometry: 2560x1440+0+0 Available: 2560x1400+0+0 Physical size: 903x508 mm Refresh: 60 Hz Power state: 0 Physical DPI: 72.0089,72 Logical DPI: 96,96 Subpixel_None DevicePixelRatio: 1 Pixel density: 1 Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0 Dynamic GL LibGL Vendor: VMware, Inc. Renderer: Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Version: 3.0 Mesa 11.2.0 (git-b9d3786) Shading language: 1.30 Format: Version: 3.0 Profile: 0 Swap behavior: 2 Buffer size (RGBA): 8,8,8,8 Depth buffer: 24 Stencil buffer: 8 GPU: Card name: VMware SVGA 3D Driver Name: vm3dum.dll Driver Version: 8.15.1.50 Vendor ID: 0x15AD Device ID: 0x0405 SubSys ID: 0x040515AD Revision ID: 0x0000 - 0 "\\.\DISPLAY1" Depth: 32 Primary: yes
Description
I am using QRenderCaptureReply to capture frames during an animation which I then make into a movie. Works great on macOS, but I get null QImages in the reply when I run it on Windows.
It would be helpful if the QRenderCaptureReply could provide error information when it fails. At the moment I have no indication what the problem is.
Maybe provide error() and errorString() methods like other classes.