Hi,
This is something really weird. I'm working on an Windows application named `LuminaStudio`. I just upgraded my dev box from an GTX 970 to 6700XT yesterday. The application suddenly started crashing 100% somewhere in Qt. After some debugging, I find that any Qt/QML application named `LuminaStudio.exe` will lead to Qt unable to open a QML window and crash. This is weirdly specific that I guess this is some application-specific hack AMD put in for certain old apps. Is there a way to solve this? I can't just rename my application because AMD drivers doesn't like it.
Steps to reproduce
- Download Qt.
- Create a Qt/QML(QtQuick) project called LuminaStudio
- Compile and run
- See the application crash
This behavior is confirmed on the following environment:
Qt: 6.2 / 6.3
AMD GPU Driver: 22.4.2
OS: Win 11
Compiler: MSVC 17.1.5
CPU: Ryzen 3700X
Best,
Martin