http://bugs.winehq.org/show_bug.cgi?id=34420
Bug #: 34420 Summary: QPA QT5 plugin don't work Product: Wine Version: 1.7.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alpha_one_x86@first-world.info Classification: Unclassified
Hello,
I can't run Qt5 application due to QPA plugin failed: wine catchchallenger-single-player.exe fixme:dwmapi:DwmIsCompositionEnabled 0x6b2bdb20 fixme:iphlpapi:NotifyAddrChange (Handle 0x105e318, overlapped 0x105e330): stub Could not parse file "/home/user/.local/share/applications/wireshark.desktop": Invalid key name: Path[$e] fixme:dwmapi:DwmIsCompositionEnabled 0x6b047594 fixme:iphlpapi:NotifyAddrChange (Handle 0x11fe8d0, overlapped 0x11fe8dc): stub wine: configuration in '/home/user/.wine' has been updated. fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002 Failed to load platform plugin "windows". Available platforms are: abnormal program termination
Cheer,
http://bugs.winehq.org/show_bug.cgi?id=34420
Alex alexhultman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhultman@gmail.com
--- Comment #1 from Alex alexhultman@gmail.com --- I have the exact same issue.
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
Causes the search for qwindows.dll to fail. Workds on Windows, not in Wine. Very important since all distributions of Qt5 application will fail to load in Wine.
http://bugs.winehq.org/show_bug.cgi?id=34420
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://files.first-world.in | |fo/catchchallenger/0.2.0.4/ | |catchchallenger-single-play | |er-windows-x86-0.2.0.4-setu | |p.exe CC| |focht@gmx.net Resolution|--- |DUPLICATE Summary|QPA QT5 plugin don't work |CatchChallenger QPA QT5 | |plugin don't work
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
--- snip --- fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002 --- snip ---
this is because you changed the default WinVer for the WINEPREFIX from 'Windows XP' to 'Windows 7' (winecfg).
Don't do this unless you know the implications.
The game works fine here with default WINEPREFIX.
Resolving as dupe of bug 35121
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/CatchChallenger-single-player
$ WINEDEBUG=+tid,+seh,+relay wine ./catchchallenger-single-player.exe >>log.txt 2>&1 ... 003e:Call KERNEL32.FindFirstFileExW(0014d328 L"\\?\C:\Program Files\CatchChallenger-single-player\plugins\platforms\*",00000000,00c8f240,00000000,00000000,00000000) ret=668b35ce 003e:Ret KERNEL32.FindFirstFileExW() retval=0014d1d0 ret=668b35ce ... 003e:Call KERNEL32.GetFileAttributesExW(0014cf98 L"\\?\C:\Program Files\CatchChallenger-single-player\plugins\platforms\qwindows.dll",00000000,00c8f1d0) ret=668b18c6 003e:Ret KERNEL32.GetFileAttributesExW() retval=00000001 ret=668b18c6 ... 003e:Call KERNEL32.GetFullPathNameW(0014d540 L"C:\Program Files\CatchChallenger-single-player\plugins\platforms\qwindows.dll",00000104,00c8ece8,00c8ecd0) ret=668ad574 003e:Ret KERNEL32.GetFullPathNameW() retval=0000004d ret=668ad574 ... 003e:Call KERNEL32.GetFileAttributesExW(0014d748 L"\\?\C:\Program Files\CatchChallenger-single-player\plugins\platforms\qwindows.dll",00000000,00c8f0f0) ret=668b18c6 003e:Ret KERNEL32.GetFileAttributesExW() retval=00000001 ret=668b18c6 ... 003e:Call KERNEL32.LoadLibraryExW(0014ba38 L"C:\Program Files\CatchChallenger-single-player\plugins\platforms\qwindows.dll",00000000,00000001) ret=668f5b51 003e:Ret KERNEL32.LoadLibraryExW() retval=6dcc0000 ret=668f5b51 ... 003e:Call KERNEL32.GetProcAddress(6dcc0000,66ab57ba "qt_plugin_query_metadata") ret=668f5ba0 003e:Ret KERNEL32.GetProcAddress() retval=6dcc15f0 ret=668f5ba0 ... --- snip ---
$ sha1sum catchchallenger-single-player-windows-x86-0.2.0.4-setup.exe 5e0e9ca1d28203c14a87ed76d533c9695274d546 catchchallenger-single-player-windows-x86-0.2.0.4-setup.exe
$ du -sh catchchallenger-single-player-windows-x86-0.2.0.4-setup.exe 13M catchchallenger-single-player-windows-x86-0.2.0.4-setup.exe
$ wine --version wine-1.7.12
Regards
*** This bug has been marked as a duplicate of bug 35121 ***
http://bugs.winehq.org/show_bug.cgi?id=34420
--- Comment #3 from Alex alexhultman@gmail.com --- Thank you for this information. Works for me.
https://bugs.winehq.org/show_bug.cgi?id=34420
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.