Compiled wine can’t install vcrun2010 or dotnet verbs?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Compiled wine can’t install vcrun2010 or dotnet verbs?

Post by Gcenx »

My setup is not a standard setup as I’m compiling wine for macOS using Debian Stretch along with clang-3.8, getting the macOS dependancies from packages.macports

The list of packages are here macports package list
I take everything including X11, plus Gnutls.
SDL2 and FAuido are compiled from source. MoltenVK is from the most recent sdk insead of from macports.


Everything seemed to work just fine except vcrun/dotnet winetricks verbs just stall, the files get extracted but then the installer will just hang. Even running with -q does not help.

I tried copying the files over to my actual Mac and compiled using XCode10.2 with 10.13 SDK but I get the exact same problem.


I’m not sure if it’s a missing package or a broken package. Or just cause Clang doesn’t support ms_hook_prologue?
Locked