CuppaCoffee

ERROR 2: THE ERRORENING

Dec 3rd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 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.TypeInitializationException: The type initializer for 'Elena.GrimoireHandler' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'FileHelpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e0c08d59cc3d657' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'FileHelpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e0c08d59cc3d657'
  7. at Elena.GrimoireHandler..cctor()
  8.  
  9. WRN: Assembly binding logging is turned OFF.
  10. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  11. Note: There is some performance penalty associated with assembly bind failure logging.
  12. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  13.  
  14. --- End of inner exception stack trace ---
  15. at Elena.GrimoireHandler.AbilityList(String system, String job)
  16. at Elena.InputOtherAction.presetTLA_SelectedIndexChanged(Object sender, EventArgs e)
  17. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  18. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  19. at Elena.InputOtherAction.presetSystem_SelectedIndexChanged(Object sender, EventArgs e)
  20. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  21. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  22. at Elena.InputOtherAction..ctor()
  23. at Elena.ActionOther.Prepare(Monster m)
  24. at Elena.Monster.AddAbility(MonsterAbility ability)
  25. at Elena.Form1.addAbilityButton_Click(Object sender, EventArgs e)
  26. at System.Windows.Forms.Control.OnClick(EventArgs e)
  27. at System.Windows.Forms.Button.OnClick(EventArgs e)
  28. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  29. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  30. at System.Windows.Forms.Control.WndProc(Message& m)
  31. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  32. at System.Windows.Forms.Button.WndProc(Message& m)
  33. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  34. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  35. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  36.  
  37.  
  38. ************** Loaded Assemblies **************
  39. mscorlib
  40. Assembly Version: 2.0.0.0
  41. Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
  42. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  43. ----------------------------------------
  44. 4e MCS
  45. Assembly Version: 1.0.0.0
  46. Win32 Version: 1.0.0.0
  47. CodeBase: file:///C:/Users/L/Downloads/4e%20MCS/fixed/4e%20MCS.exe
  48. ----------------------------------------
  49. System.Windows.Forms
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
  52. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  53. ----------------------------------------
  54. System
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  57. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  58. ----------------------------------------
  59. System.Drawing
  60. Assembly Version: 2.0.0.0
  61. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  62. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  63. ----------------------------------------
  64. Accessibility
  65. Assembly Version: 2.0.0.0
  66. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  67. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  68. ----------------------------------------
  69. System.Configuration
  70. Assembly Version: 2.0.0.0
  71. Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
  72. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  73. ----------------------------------------
  74. System.Xml
  75. Assembly Version: 2.0.0.0
  76. Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
  77. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  78. ----------------------------------------
  79. System.Core
  80. Assembly Version: 3.5.0.0
  81. Win32 Version: 3.5.30729.5420 built by: Win7SP1
  82. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  83. ----------------------------------------
  84.  
  85. ************** JIT Debugging **************
  86. To enable just-in-time (JIT) debugging, the .config file for this
  87. application or computer (machine.config) must have the
  88. jitDebugging value set in the system.windows.forms section.
  89. The application must also be compiled with debugging
  90. enabled.
  91.  
  92. For example:
  93.  
  94. <configuration>
  95. <system.windows.forms jitDebugging="true" />
  96. </configuration>
  97.  
  98. When JIT debugging is enabled, any unhandled exception
  99. will be sent to the JIT debugger registered on the computer
  100. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment