http://bugs.winehq.org/show_bug.cgi?id=37050
Bug ID: 37050 Summary: Wine and FreeSCAN.exe fails to load Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: loader Assignee: wine-bugs@winehq.org Reporter: hd625b@gmail.com
Used Lunix Mint17 Terminal and Wine to run FreeSCAN.exe which threw the errors below. FreeSCAN.exe is from SixSpot Software.
hd625b@MyLunixMint17 ~ $ wine "/home/hd625b/.wine/drive_c/Program Files/FreeSCAN/FreeSCAN.exe"
Unhandled Exception: System.TypeLoadException: Could not load type 'FreeSCAN.lblSiteNote' from assembly 'FreeSCAN, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null'. at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename unknown>:0 at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename unknown>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00000] in <filename unknown>:0 at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'FreeSCAN.lblSiteNote' from assembly 'FreeSCAN, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null'. at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename unknown>:0 at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename unknown>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00000] in <filename unknown>:0 at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename unknown>:0 hd625b@MyLunixMint17 ~ $