Sirshark10

Mabi_Error

Jul 26th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. 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. File not found.
  6. File name: 'System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  7. at MabiProLauncher2.Form1.client_DownloadFileCompleted(Object sender, AsyncCompletedEventArgs e)
  8. at System.Net.WebClient.OnDownloadFileCompleted(AsyncCompletedEventArgs e)
  9. at System.Net.WebClient.DownloadFileOperationCompleted(Object arg)
  10.  
  11. WRN: Assembly binding logging is turned OFF.
  12. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  13. Note: There is some performance penalty associated with assembly bind failure logging.
  14. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  15.  
  16.  
  17.  
  18. ************** Loaded Assemblies **************
  19. mscorlib
  20. Assembly Version: 4.0.0.0
  21. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  22. CodeBase: file:///C:/windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  23. ----------------------------------------
  24. MabiProLauncher2
  25. Assembly Version: 1.0.0.0
  26. Win32 Version: 1.0.0.0
  27. CodeBase: file:///C:/users/cloud/Local%20Settings/Application%20Data/MabiPro/MabinogiProfessional.exe
  28. ----------------------------------------
  29. System.Windows.Forms
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.0.30319.1 built by: RTMRel
  32. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.1 built by: RTMRel
  37. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Drawing
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.1 built by: RTMRel
  42. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  43. ----------------------------------------
  44. Accessibility
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.1 built by: RTMRel
  47. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  48. ----------------------------------------
  49. System.Configuration
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  52. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  53. ----------------------------------------
  54. System.Xml
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.0.30319.1 built by: RTMRel
  57. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  58. ----------------------------------------
  59.  
  60. ************** JIT Debugging **************
  61. To enable just-in-time (JIT) debugging, the .config file for this
  62. application or computer (machine.config) must have the
  63. jitDebugging value set in the system.windows.forms section.
  64. The application must also be compiled with debugging
  65. enabled.
  66.  
  67. For example:
  68.  
  69. <configuration>
  70. <system.windows.forms jitDebugging="true" />
  71. </configuration>
  72.  
  73. When JIT debugging is enabled, any unhandled exception
  74. will be sent to the JIT debugger registered on the computer
  75. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment