https://bugs.winehq.org/show_bug.cgi?id=43776
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net, | |hans@meelstraat.net
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to Jacek Caban from comment #4)
It looks like more code is ran now and it hits an unimplemented mscoree.dll function: https://source.winehq.org/patches/data/137401
Thanks.
BTW, the fact that builtin mscoree is used looks suspicious, but I didn't look at details and it works with the patch anyway.
winetricks does set mscoree to native, but after the installer is complete:
WINEDLLOVERRIDES=fusion=b "$WINE" dotNetFx40_Full_x86_x64.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} || true w_override_dlls native mscoree
The .Net stuff was mostly based on Focht's and Hans's input; perhaps one of them has some input.