https://bugs.winehq.org/show_bug.cgi?id=49954
Cedric cedric.dewijs@eclipso.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |---
--- Comment #22 from Cedric cedric.dewijs@eclipso.eu --- I've retested with current versions, Qt still crashes at the moment the debugging starts:
Download location https://www.qt.io/download-thank-you?os=windows&hsLang=en $ sha256sum ~/Downloads/qt-unified-windows-x64-4.4.1-online.exe 6897f054e2834f9c3b8441292ac87234418e4d1fc01b543c8cfc00d25636f75a /home/cedric/Downloads/qt-unified-windows-x64-4.4.1-online.exe
Steps to reproduce 1) start the installer $ wine ~/Downloads/qt-unified-windows-x64-4.4.1-online.exe with the following settings: welcome -> signup (you need a valid e-mail address) -> Login -> Next qt open source -> [X] i have read and approve the obligation of using open source qt, next setup -> next contribute -> [X] help us -> next Installation folder -> C:\Qt [X] custom instalation -> Next Select components Qt -> Qt 6.3.1 -> MinGw 11.2.0 64 bit Qt -> Developer and designer tools -> Qt Creator 8.0.0 CDB Debugger Support Support (default) Qt -> Developer and designer tools -> Debugging tools for windows (default) Qt -> Developer and designer tools -> Qt Design Studio 3.5.0 (default) Qt -> Developer and designer tools -> MinGW 11.2.0 64 bit (must match the Qt version above) Qt -> Developer and designer tools -> CMake 3.23.2 (default) Qt -> Developer and designer tools -> Ninja 1.10.0 (default) -> Next License Agreement [X] I have read and agree to the terms -> next start menu shortcuts -> next Ready to install -> Install -> next Completing the wizard [X] Launch Qt Creator Now Qt creator starts and gives the message "The following plugins have errors and cannot be loaded: Updateinfo Details: Plugin initialisation failed: The maintainance tool at c:/Qt/MaintenainceTool.exe is not an executable. Check your instalation -> continue In Qt Creator choose File -> new project -> Application (Qt) Qt widget Application -> choose Location: defaults -> next Build system -> qmake (default) -> next Details: defaults -> next Translation: defaults -> next Kits: Desktop Qt 6.3.1 Mingw 64-bit (default) -> next Summary: -> finish Now this error comes up: "The program qtcreator.exe has encountered a serious problem and needs to close"
This could be a error that looks the same but has the same end result. Should I make a new bugreport for it?
Versions: $ wine --version wine-7.11 $ pacman -Q wine wine 7.11-1 $ uname -a Linux cedric 5.18.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 25 Jun 2022 20:22:01 +0000 x86_64 GNU/Linux