https://bugs.winehq.org/show_bug.cgi?id=47282
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 URL|https://quadspinner.com/Gae |https://web.archive.org/web |a/Download |/20190523115754/http://viri | |dian.quadspinner.com/gaea/G | |aea-1.0.19.exe?f=1 Component|mscoree |-unknown CC| |focht@gmx.net Summary|Gaea fails to start because |Gaea 1.0.19 (.NET 4.7 WPF |mscoree.dll isn't found |app) fails to start because | |mscoree.dll isn't found
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
definitely a broken WINEPREFIX.
Easy to reproduce: Uninstall Wine-Mono and let the app install MS .NET Framework 4.7 on its own. This isn't going to work by design.
Execute 'winetricks -q dotnet472' before running the actual app installer in clean (new!) 64-bit WINEPREFIX. Make sure your 'winetricks' is recent.
Tidbit: Unlike for .NET Framework 4.5.x, 4.6.x .. there is no '4.7' alias in 'winetricks' so you need to specify the full version tuple.
Also please don't use 'mscoree' component together with 'dotnet' keyword. They are mutually exclusive. One is used for reporting Wine-Mono bugs, the other for MS .NET Framework related bugs.
$ sha1sum Gaea-1.0.19.exe 29ddfa3e404148babbae479153e438097077fb13 Gaea-1.0.19.exe
$ du -sh Gaea-1.0.19.exe 41M Gaea-1.0.19.exe
$ wine --version wine-4.9-95-g6d05fae6f7
Regards