You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Just for the info, I'm running through wine-staging 3.19 on Xubuntu 16.04
though I don't believe this is an issue with wine...
tcll@tcll-AY589AAR-ABA-a4317c:/media/tcll/500GB_SG/tcll/Programs/win$ wine ./hactoolgui.exe
Unhandled Exception:
System.InvalidOperationException: WinForms_SeeInnerException ---> System.Net.WebException: Error: NameResolutionFailure
at System.Net.WebClient.OpenRead (System.Uri address) [0x000a1] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
at System.Net.WebClient.OpenRead (System.String address) [0x00016] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
at (wrapper remoting-invoke-with-check) System.Net.WebClient:OpenRead (string)
at HACToolGUI.MainForm..ctor () [0x000d5] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <773ec02b42f74a918ccd74911c8063c9>:0
--- End of inner exception stack trace ---
at HACToolGUI.My.MyProject+MyForms.Create__Instance__[T] (T Instance) [0x000e0] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at HACToolGUI.My.MyProject+MyForms.get_MainForm () [0x00000] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at HACToolGUI.My.MyApplication.OnCreateMainForm () [0x00007] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00010] in <cec1c47df2ab404cbef304aeea2cc553>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00001] in <cec1c47df2ab404cbef304aeea2cc553>:0
at HACToolGUI.My.MyApplication.Main (System.String[] Args) [0x00017] in <44aaa9d81cc7495ca9812e2c8e485031>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: WinForms_SeeInnerException ---> System.Net.WebException: Error: NameResolutionFailure
at System.Net.WebClient.OpenRead (System.Uri address) [0x000a1] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
at System.Net.WebClient.OpenRead (System.String address) [0x00016] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
at (wrapper remoting-invoke-with-check) System.Net.WebClient:OpenRead (string)
at HACToolGUI.MainForm..ctor () [0x000d5] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <773ec02b42f74a918ccd74911c8063c9>:0
--- End of inner exception stack trace ---
at HACToolGUI.My.MyProject+MyForms.Create__Instance__[T] (T Instance) [0x000e0] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at HACToolGUI.My.MyProject+MyForms.get_MainForm () [0x00000] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at HACToolGUI.My.MyApplication.OnCreateMainForm () [0x00007] in <44aaa9d81cc7495ca9812e2c8e485031>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00010] in <cec1c47df2ab404cbef304aeea2cc553>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00001] in <cec1c47df2ab404cbef304aeea2cc553>:0
at HACToolGUI.My.MyApplication.Main (System.String[] Args) [0x00017] in <44aaa9d81cc7495ca9812e2c8e485031>:0
Just for the info, I'm running through wine-staging 3.19 on Xubuntu 16.04
though I don't believe this is an issue with wine...