dxdiag both over Remote desktop and on the broken machine shows DirectX 11.
My application isn't printing anything relevant to console. I also added this code:
@ connect(this, &QQuickWidget::sceneGraphError, [this](QQuickWindow::SceneGraphError reason, const QString &msg) {
QMessageBox::critical(this, "Error", msg);
});@
and expected to get some error message on the computer with the broken graphics driver, but I get nothing.
It looks like "QTBUG-36065":https://bugreports.qt.io/browse/QTBUG-36065 is still present in my case, although it's marked as fixed.
I'd really like to show the user at least an error message when this happens.