Qt erros on LTSC Windows
-
Hi,
I have app python/qml/Pyside6. I can run it normally on windows 10/11 machine. When I run it on windows LTSC version - the applikaction runs also, but this error always shows up:
qt.qpa.windows: SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2) failed: COM error 0x57 (Parametr nenÝ sprßvnř.)
QWindowsWindow::setDarkBorderToWindow: Unable to set dark window border.Can anyone help me please with that?
Thank you. Jan.
-
Looks like this is too old to properly support Qt 6. You can try to run the app with the command line argument:
-platform windows:dpiawareness=1
(unfortunately not documented in https://doc.qt.io/qt-6/qguiapplication.html ).