https://bugs.winehq.org/show_bug.cgi?id=51632
Bug ID: 51632 Summary: Downloading Wine-Mono through appwiz hangs/fails Product: Wine Version: 6.15 Hardware: x86-64 OS: Mac OS X Status: NEW Keywords: download, regression, source Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: gijsvrm@gmail.com CC: julliard@winehq.org Regression SHA1: d327527cec22c1123781e6c5a637032a31698b91
This only happens on macOS. Clicking 'Install' works, but it stays on 'Downloading...' forever. Cancelling to skip works.
The only output is: 0068:err:appwizcpl:InstallCallback_OnStopBinding Binding failed 800c0008
Bisection revealed:
d327527cec22c1123781e6c5a637032a31698b91 is the first bad commit commit d327527cec22c1123781e6c5a637032a31698b91 Author: Alexandre Julliard julliard@winehq.org Date: Wed Aug 11 20:40:23 2021 +0200
ws2_32: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard julliard@winehq.org
I'm running macOS 10.14, compiling with mingw and the 10.13 SDK.
https://bugs.winehq.org/show_bug.cgi?id=51632
Huw Davies huw.davies@physics.ox.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |huw.davies@physics.ox.ac.uk
--- Comment #1 from Huw Davies huw.davies@physics.ox.ac.uk --- Is this because ws2_32.so fails to load ntdll.so by any chance? Does something like https://source.winehq.org/patches/data/212095 help?
https://bugs.winehq.org/show_bug.cgi?id=51632
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to Huw Davies from comment #1)
Is this because ws2_32.so fails to load ntdll.so by any chance? Does something like https://source.winehq.org/patches/data/212095 help?
Yes, the patch fixes the issue, thanks.
https://bugs.winehq.org/show_bug.cgi?id=51632
Huw Davies huw.davies@physics.ox.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |9af226c8267020583c949f7fcc8 | |a8ff39bba5d43
--- Comment #3 from Huw Davies huw.davies@physics.ox.ac.uk --- Fixed by 9af226c8267020583c949f7fcc8a8ff39bba5d43
https://bugs.winehq.org/show_bug.cgi?id=51632
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.16.
https://bugs.winehq.org/show_bug.cgi?id=51632
Brendan Shanks bshanks@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bshanks@codeweavers.com
--- Comment #5 from Brendan Shanks bshanks@codeweavers.com --- I'm also seeing this problem on macOS 10.14, but only for 32-bit EXEs when running from the build dir of a WOW64 setup. I created bug 52618 for the issue, is anyone else also seeing this problem?