Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.14.0 Alpha, 6.2.2, 6.4.1
-
None
-
macOS VMWare Fusion 11.1.1, running Windows 10
-
-
291971b91a (qt/qtdeclarative/dev) 291971b91a (qt/tqtc-qtdeclarative/dev), 95198e7ad (dev), 765323e64 (6.5), 3a21d5679 (tqtc/lts-6.2)
Description
Im failing to get this trivial example run with QSG_RHI=1 / QSG_INFO=1 on Windows 10 inside VmWare (Fusion, macOS).
import QtQuick 2.13 import QtQuick.Window 2.13 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") Rectangle { anchors.centerIn: parent width: 200 height: 200 color: "red" } }
qt.scenegraph.general: Using QRhi with backend D3D11 graphics API debug/validation layers: 0 QRhi profiling and debug markers: 0 qt.scenegraph.general: threaded render loop qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms qt.rhi.general: DXGI 1.2 = true, FLIP_DISCARD swapchain supported = true qt.rhi.general: Adapter 0: 'VMware SVGA 3D' (flags 0x0) qt.rhi.general: using this adapter qt.rhi.general: Adapter 1: 'Microsoft Basic Render Driver' (flags 0x2) qt.scenegraph.general: MSAA sample count for the swapchain is 1. Alpha channel requested = no. qt.scenegraph.general: rhi texture atlas dimensions: 2048x1024 Failed to create vertex shader: Error 0x80070057: Falscher Parameter. Failed to build graphics pipeline state Failed to create vertex shader: Error 0x80070057: Falscher Parameter. Failed to build graphics pipeline state
Attachments
Issue Links
- is duplicated by
-
QTBUG-100689 Windows, Intel HD Graphics, default RHI - rendering fails with Failed to create vertex shader errors in output.
-
- Closed
-
-
QTBUG-102451 RHI: Auto-detect D3D Feature Level
-
- Closed
-
- relates to
-
QTBUG-100689 Windows, Intel HD Graphics, default RHI - rendering fails with Failed to create vertex shader errors in output.
-
- Closed
-
For Gerrit Dashboard: QTBUG-78648 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
407320,6 | rhi: d3d11: fail early with a broken device | dev | qt/qtbase | Status: MERGED | +2 | 0 |
407339,2 | d3d: Retry with a DXGI_ADAPTER_FLAG_SOFTWARE adapter if failed | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
470425,7 | rhi: d3d11: Check ConstantBufferOffsetting in feature data | dev | qt/qtbase | Status: MERGED | +2 | 0 |
471569,2 | rhi: d3d11: Check ConstantBufferOffsetting in feature data | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |
471570,1 | rhi: d3d11: Check ConstantBufferOffsetting in feature data | 6.4 | qt/qtbase | Status: ABANDONED | +2 | 0 |
471571,2 | rhi: d3d11: Check ConstantBufferOffsetting in feature data | tqtc/lts-6.2 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |