https://bugs.winehq.org/show_bug.cgi?id=47282
Bug ID: 47282 Summary: Gaea missing dll Product: Wine Version: 4.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: bronsonmathews@gmail.com Distribution: ---
Free download here: https://quadspinner.com/Gaea/Download
Does not run on wine. I get the mscoree.dll not found issue bellow....
$ ./Gaea.exe 002c:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Gaea.exe" cannot be loaded 002c:err:module:LdrInitializeThunk Importing dlls for L"C:\Gaea\Gaea.exe" failed, status c0000135
https://bugs.winehq.org/show_bug.cgi?id=47282
--- Comment #1 from Austin English austinenglish@gmail.com --- Do you have wine-mono installed?
https://bugs.winehq.org/show_bug.cgi?id=47282
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- If mscoree isn't loading, it doesn't matter whether wine-mono is installed.
The most likely explanation I can think of is that you installed native .NET, which requires overriding mscoree to native, but you have no native 64-bit mscoree.dll. Creating a new prefix should solve that, and hopefully an up to date winetricks would be able to install native .NET correctly.
https://bugs.winehq.org/show_bug.cgi?id=47282
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 CC| |dark.shadow4@web.de
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Probably a broken setup. Please try a clean WINEPREFIX with either wine-mono or .NET (preferably via winetricks)
https://bugs.winehq.org/show_bug.cgi?id=47282
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Summary|Gaea missing dll |Gaea fails to start because | |mscoree.dll isn't found URL| |https://quadspinner.com/Gae | |a/Download
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
https://bugs.winehq.org/show_bug.cgi?id=47282
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID
--- Comment #5 from Fabian Maurer dark.shadow4@web.de ---
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.
Okay, will do that in the future.
Marking INVALID.
https://bugs.winehq.org/show_bug.cgi?id=47282
--- Comment #6 from Bronson bronsonmathews@gmail.com --- Ive recreated the prefix, removed wine-mono and installed .net 472. Thats helped get past that error, but now there is a huge log of errors. Log is located here if its of any use: https://pastebin.com/yDt5Fdus
https://bugs.winehq.org/show_bug.cgi?id=47282
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Gaea 1.0.19 (.NET 4.7 WPF |Gaea 1.0.19 (.NET 4.7 WPF |app) fails to start because |app) fails to start because |mscoree.dll isn't found |mscoree.dll isn't found | |(broken WINEPREFIX)
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Bronson,
--- quote --- Ive recreated the prefix, removed wine-mono and installed .net 472. Thats helped get past that error, but now there is a huge log of errors. --- quote ---
that's a known issue, bug 45871
--- snip --- ... 003b:fixme:d3dcompiler:make_assignment Check for casts in the lhs. 003b:err:d3dcompiler:compile_shader HLSL shader parsing failed. ... 003b:err:ntdll:vDbgPrintExWithPrefix 65: MIL FAILURE: Unexpected HRESULT 0x88760b59 in caller: intermediate rendering error ... 003b:err:ntdll:vDbgPrintExWithPrefix 65: MIL FAILURE: Unexpected HRESULT 0x88760b59 in caller: The render thread failed unexpectedly. --- snip ---
Regards
https://bugs.winehq.org/show_bug.cgi?id=47282
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs marked as invalid.