https://bugs.winehq.org/show_bug.cgi?id=47275
--- Comment #6 from Fotan avenjames@live.com --- (In reply to Gcenx from comment #5)
(In reply to Fotan from comment #4)
(In reply to Gcenx from comment #1)
Especially for an OSX to setup cross-compiling with MinGW, I think that's not an easy way for most users operating.
Otherwise, I googled for an information mentioned the System.reg missing key with some values which might related to this happening,
Locate to REGEDIT -> HKLM -> System -> CurrentControlSet -> Services, version 4.7 there's a key named "MountMgr", but after version 4.8 & 4.9 was missing this key.
Tried to create and insert the value but no help.
Is necessary to setup the MinGW then fixed this error tab?
The registory key is lightly not created due to the PE file not being built correctly.
Compiling wine with mingw no error. Installing mingw is easy actually, it’s on macports and homebrew.
My setup is not standard as I’m running Mojave (XCode10 + 10.13SDK) I have the required development files from packages.macports and homebrew for bison, automake, mingw-w64 etc.
So simply having mingw avalaible at compile time makes a working wine64, —without-mingw or not having it installed will produce a broken wine64
Tried to install MinGW-W64 with home-brew then did a clean job / reboot / reinstall the staging 4.9,
but still get empty tab with same error information.
Anyway my setup was very normally from PKG downloaded from the site,
and for the Xcode dependence I'm using Xquartz 2.7.11 instead,
maybe some dependencies I have missed,
still trying to see if any way could fix it.