Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evemon : wine : macos High Sierra #73

Open
supersophie opened this issue Jan 1, 2018 · 4 comments
Open

evemon : wine : macos High Sierra #73

supersophie opened this issue Jan 1, 2018 · 4 comments

Comments

@supersophie
Copy link

supersophie commented Jan 1, 2018

Hi,

How should this be run with WINE on MacOS? I tried but had an error below.

Kind regards, So.

EVEMon Version: 3.0.3.4658
.NET Runtime Version: 4.0.30319.17020
Operating System: Microsoft Windows NT 5.1.2600.196608 Service Pack 3
Executable Path: Z:\Users\xxx\Downloads\EVEMon\EVEMon.exe

System.AggregateException: One or more errors occurred ---> System.Net.Sockets.SocketException: Error looking up error string
at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) [0x00000] in :0
at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.Net.NetworkInformation.Ping:Send (string,int,byte[],System.Net.NetworkInformation.PingOptions)
at EVEMon.Common.Net.NetworkMonitor.IsNetworkAvailableManual () [0x00000] in :0
at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in :0
at EVEMon.Common.EveMonClient.Initialize () [0x00000] in :0
at EVEMon.Program+d__4.MoveNext () [0x00000] in :0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in :0
at System.Threading.Tasks.Task.Wait () [0x00000] in :0
at EVEMon.Program.Main () [0x00000] in :0
--> (Inner exception 0) System.Net.Sockets.SocketException: Error looking up error string
at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) [0x00000] in :0
at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.Net.NetworkInformation.Ping:Send (string,int,byte[],System.Net.NetworkInformation.PingOptions)
at EVEMon.Common.Net.NetworkMonitor.IsNetworkAvailableManual () [0x00000] in :0
at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in :0
at EVEMon.Common.EveMonClient.Initialize () [0x00000] in :0
at EVEMon.Program+d__4.MoveNext () [0x00000] in :0

System.Net.Sockets.SocketException: Error looking up error string
at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) [0x00000] in :0
at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.Net.NetworkInformation.Ping:Send (string,int,byte[],System.Net.NetworkInformation.PingOptions)
at EVEMon.Common.Net.NetworkMonitor.IsNetworkAvailableManual () [0x00000] in :0
at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in :0
at EVEMon.Common.EveMonClient.Initialize () [0x00000] in :0
at EVEMon.Program+d__4.MoveNext () [0x00000] in :0

Datafile report:

Diagnostic Log:
Unable to load trace file for inclusion in report

@dhdavvie
Copy link

+1

@Lawgrin
Copy link

Lawgrin commented Jan 30, 2018

Im having this issue as well
OS Version 10.13.3

@Lawgrin
Copy link

Lawgrin commented Jan 31, 2018

If you take a look at the error info that comes up you will see that wine "clean" is using .NET Runtime Version: 4.0.30319.17020
After trying in vain I was unable to find a way to update this. Due to my lack of knowledge of wine.
But the solution should boil down to something like this:
Wine comes with and old version of mono, if you can update it to one that matches .NET 4.6.1 then you should be fine.
Else what you can do is uninstall mono (i have no clue how)
Then you should be able to install native .NET according to "https://wiki.winehq.org/Mono#Installing" the guid they refferance i don't know how to get.

I am going to try winebottler to see if I can get further

@Lawgrin
Copy link

Lawgrin commented Jan 31, 2018

So after trying a bit I was unable to update .net or mono. Will climb on the wineHQ forums to see what i can find out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants