EVEIPH/EVE-IPH

Crash on startup using wine in Public_Variables.SetProgress

skangas opened this issue · 1 comments

Starting "EVE Isk per Hour.exe" using wine on Debian GNU/Linux crashes on startup. I've installed wine using apt-get, and then wine-mono using wine msiexec /i ~/wine-mono-4.9.4.msi.

I then run wine EVE\ Isk\ per\ Hour.exe, and see the following output:

Unhandled Exception:
System.InvalidOperationException: WinForms_SeeInnerException ---> System.ArgumentException: Value does not fall within the expected range.
  at EVE_Isk_per_Hour.Public_Variables.SetProgress (System.String progress) [0x00011] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at EVE_Isk_per_Hour.frmMain..ctor () [0x0014e] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00005] in <a1336bab325642fd867e87ca7626bada>:0 
   --- End of inner exception stack trace ---
  at EVE_Isk_per_Hour.My.MyProject+MyForms.Create__Instance__[T] (T Instance) [0x000e0] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at EVE_Isk_per_Hour.My.MyProject+MyForms.get_frmMain () [0x00000] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at EVE_Isk_per_Hour.My.MyApplication.OnCreateMainForm () [0x00007] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00010] in <226ab7938fda44a787c98631abde06da>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00001] in <226ab7938fda44a787c98631abde06da>:0 
  at EVE_Isk_per_Hour.My.MyApplication.Main (System.String[] Args) [0x00017] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: WinForms_SeeInnerException ---> System.ArgumentException: Value does not fall within the expected range.
  at EVE_Isk_per_Hour.Public_Variables.SetProgress (System.String progress) [0x00011] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at EVE_Isk_per_Hour.frmMain..ctor () [0x0014e] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00005] in <a1336bab325642fd867e87ca7626bada>:0 
   --- End of inner exception stack trace ---
  at EVE_Isk_per_Hour.My.MyProject+MyForms.Create__Instance__[T] (T Instance) [0x000e0] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at EVE_Isk_per_Hour.My.MyProject+MyForms.get_frmMain () [0x00000] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at EVE_Isk_per_Hour.My.MyApplication.OnCreateMainForm () [0x00007] in <fdb02b87957144ac9f0dbdb4e865a393>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00010] in <226ab7938fda44a787c98631abde06da>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00001] in <226ab7938fda44a787c98631abde06da>:0 
  at EVE_Isk_per_Hour.My.MyApplication.Main (System.String[] Args) [0x00017] in <fdb02b87957144ac9f0dbdb4e865a393>:0 

I'm using the latest binaries of EVEIPH from the website as of 2019-11-24, wine-4.0 (Debian 4.0-2) and wine-mono-4.9.4 on Debian GNU/Linux 10 ("buster"). Please let me know if you need more information.

Thanks.

I don't support wine but will offer info if you need to get working.