https://bugs.winehq.org/show_bug.cgi?id=43506
Bug ID: 43506 Summary: Adobe Air installer does not make any progress unless winetricks ie8 is installed (or quiet mode is used) Product: Wine Version: 2.12 Hardware: x86 URL: https://github.com/Winetricks/winetricks/issues/821 OS: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
This was pointed out to me in https://github.com/Winetricks/winetricks/issues/821. I can confirm that. Doing:
$ winetricks -q adobeair
works fine. However,
$ winetricks adobeair
hangs on initializing. If `winetricks -q ie8` is run beforehand, then `winetricks adobeair` will work.
https://bugs.winehq.org/show_bug.cgi?id=43506
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.12 |2.14
https://bugs.winehq.org/show_bug.cgi?id=43506
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Adobe Air installer does |Adobe Air installer does |not make any progress |not make any progress |unless winetricks ie8 is |unless windows version is |installed (or quiet mode is |set to ie8 (or quiet mode |used) |is used) CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- The "winetricks ie8" part helps, but it's a red herring. The actual issue is the windows version. It fails with win7, but works with xp. And since "winetricks ie8" sets the windows version to xp, that helps too.
https://bugs.winehq.org/show_bug.cgi?id=43506
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Adobe Air installer does |Adobe Air installer does |not make any progress |not make any progress |unless windows version is |unless windows version is |set to ie8 (or quiet mode |set to xp (or quiet mode is |is used) |used)
https://bugs.winehq.org/show_bug.cgi?id=43506
Jacob Hrbek werifGX@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |werifGX@gmail.com
--- Comment #2 from Jacob Hrbek werifGX@gmail.com --- Created attachment 63237 --> https://bugs.winehq.org/attachment.cgi?id=63237 Output of WINEDEBUG="-all,+message"
This is the output that the program sents in windows.
Note 003a:trace:message:SPY_ExitMessage (0x1008e) L"Msg" [0401] WM_USER+1 returned 00000000 003a:trace:message:SPY_EnterMessage (0x20050) L"Installer" [040d] WM_USER+13 dispatched wp=00000000 lp=00000000
Note that the adobeinstaller was xkilled.
I tried invoke wine as root which didn't have an effect on the installer -> doubt that it's a permissiong issue.
Suspect dll conflict or regedit configuration.
https://bugs.winehq.org/show_bug.cgi?id=43506
--- Comment #3 from Jacob Hrbek werifGX@gmail.com --- Created attachment 63238 --> https://bugs.winehq.org/attachment.cgi?id=63238 Output of WINEDEBUG="-all,+message" on winxp -> success
Output of successful installation on winxp environment.
https://bugs.winehq.org/show_bug.cgi?id=43506
--- Comment #4 from Jacob Hrbek werifGX@gmail.com --- Created attachment 63239 --> https://bugs.winehq.org/attachment.cgi?id=63239 System informations - Kreyren
Sharing my system informations relevant to #63237 and #63238.
GPU: AMD Radeon HD 7800 Series (PITCAIRN, DRM 3.26.0, 4.18.18-gentoo-r1, LLVM 7.0.1)
https://bugs.winehq.org/show_bug.cgi?id=43506
--- Comment #5 from Jacob Hrbek werifGX@gmail.com --- Relevant(?): https://docs.microsoft.com/en-us/windows/desktop/winmsg/wm-user
assuming that message alike 003f:trace:message:SPY_ExitMessage (0x20072) L"Msg" [0401] WM_USER+1 returned 00000000 003f:trace:message:SPY_EnterMessage (0x20072) L"Msg" [0401] WM_USER+1 dispatched wp=00000001 lp=006755e8
Is called in regression when the installer hangs.
https://bugs.winehq.org/show_bug.cgi?id=43506
--- Comment #6 from Jacob Hrbek werifGX@gmail.com --- (In reply to Jacob Hrbek from comment #5)
Relevant(?): https://docs.microsoft.com/en-us/windows/desktop/winmsg/wm-user
assuming that message alike 003f:trace:message:SPY_ExitMessage (0x20072) L"Msg" [0401] WM_USER+1 returned 00000000 003f:trace:message:SPY_EnterMessage (0x20072) L"Msg" [0401] WM_USER+1 dispatched wp=00000001 lp=006755e8
Is called in regression when the installer hangs.
Edit: also preset in winxp environment -> probably not relevant?