https://bugs.winehq.org/show_bug.cgi?id=42317
Bug ID: 42317 Summary: EVE ISK per hour Updater fails Product: Wine Version: 2.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fuffzehn@gmail.com Distribution: ---
Created attachment 57058 --> https://bugs.winehq.org/attachment.cgi?id=57058 output of the terminal running the updater with wine
When trying to start the updater (using dotnet4.0 and corefonts on a 32bit wine prefix) it fails to start, the updater throws an error. Probably related to wininet or winhttp.
Just download and install the program (https://eveiph.github.io/) and try to run the updater (it should automatically try to update on its own though).
https://bugs.winehq.org/show_bug.cgi?id=42317
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
--- Comment #1 from Michael Müller michael@fds-team.de --- When taking a look at the EVEIPH.log file, you can see the reason for the update failure:
29.01.2017 00:02:24 - System.IO.FileNotFoundException: Could not load file or assembly 'System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
The problem doesn't seem to be a Wine bug though as some of those classes only exist in .NET 4.5 or newer. Starting the program with .NET 4.5 fixes the problem for me.
According to https://raw.githubusercontent.com/EVEIPH/LatestFiles/master/Patch%20Notes.tx... the official requirement is .Net 4.6.1 since EVE IPH 3.3.6043.38735.
https://bugs.winehq.org/show_bug.cgi?id=42317
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #2 from fjfrackiewicz@gmail.com --- (In reply to Michael Müller from comment #1)
When taking a look at the EVEIPH.log file, you can see the reason for the update failure:
29.01.2017 00:02:24 - System.IO.FileNotFoundException: Could not load file or assembly 'System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
The problem doesn't seem to be a Wine bug though as some of those classes only exist in .NET 4.5 or newer. Starting the program with .NET 4.5 fixes the problem for me.
According to https://raw.githubusercontent.com/EVEIPH/LatestFiles/master/Patch%20Notes. txt the official requirement is .Net 4.6.1 since EVE IPH 3.3.6043.38735.
As asn aside, the latest version of winetricks has recently added .NET 4.6.1 and 4.6.2 support: https://github.com/Winetricks/winetricks/commit/c4f39ace84d8bf26f6396ea18a4b...