Since the https://github.com/mstorsjo/msvc-wine/commit/2146cbfaf037e21de56c7157ec40bb6372860f51, the msvc-wine
effectively initializes the WINE prefix when running the install.sh
script. See install.sh
#L143:
0 WINEDEBUG=-all wine64 wineboot &>/dev/null
Our following wine64 wineboot --init
just messes up with the prefix.
This PR fixes this issue.
Also #1327 has been reverted as apparently it does not work. And #1320 has been combined into this one.