https://bugs.winehq.org/show_bug.cgi?id=44403
Bug ID: 44403 Summary: On macOS during first run, Wine configuration population hangs Product: Wine Version: 3.0 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: joe.abbey@docker.com
Wine 3.0 is installed using brew for a CI job using electron-loader to build an installer.
The first time wine runs, it creates the ~/.wine directory and registries. Wine never completes, and hangs. Force killing the wine dialog and wine64 process produces enough configuration for a second run to complete.
Force killing during CI seems like a bad way forward.
To reproduce
rm -rf ~/.wine brew install wine Run any wine application and it will hang on config generation.
This is currently breaking Kitematic builds.