CuppaCoffee

OH NO TEAK WE GOT AN ERROR

Dec 3rd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  6. at System.ThrowHelper.ThrowKeyNotFoundException()
  7. at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  8. at Elena.InputOtherAction.get_AbilityType()
  9. at Elena.InputOtherAction.LoadAbility(String system, String job, String abil)
  10. at Elena.InputOtherAction.presetAbil_SelectedIndexChanged(Object sender, EventArgs e)
  11. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  12. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  13. at Elena.InputOtherAction.presetTLA_SelectedIndexChanged(Object sender, EventArgs e)
  14. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  15. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  16. at Elena.InputOtherAction.presetSystem_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..ctor()
  20. at Elena.ActionOther.Prepare(Monster m)
  21. at Elena.Monster.AddAbility(MonsterAbility ability)
  22. at Elena.Form1.addAbilityButton_Click(Object sender, EventArgs e)
  23. at System.Windows.Forms.Control.OnClick(EventArgs e)
  24. at System.Windows.Forms.Button.OnClick(EventArgs e)
  25. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  26. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  27. at System.Windows.Forms.Control.WndProc(Message& m)
  28. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  29. at System.Windows.Forms.Button.WndProc(Message& m)
  30. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  31. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  32. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  33.  
  34.  
  35. ************** Loaded Assemblies **************
  36. mscorlib
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
  39. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  40. ----------------------------------------
  41. 4e MCS
  42. Assembly Version: 1.0.0.0
  43. Win32 Version: 1.0.0.0
  44. CodeBase: file:///C:/Users/L/Downloads/4e%20MCS/4e%20MCS.exe
  45. ----------------------------------------
  46. System.Windows.Forms
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
  49. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  50. ----------------------------------------
  51. System
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  54. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  55. ----------------------------------------
  56. System.Drawing
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  59. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  60. ----------------------------------------
  61. Accessibility
  62. Assembly Version: 2.0.0.0
  63. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  64. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  65. ----------------------------------------
  66. System.Configuration
  67. Assembly Version: 2.0.0.0
  68. Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
  69. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  70. ----------------------------------------
  71. System.Xml
  72. Assembly Version: 2.0.0.0
  73. Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
  74. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  75. ----------------------------------------
  76. System.Core
  77. Assembly Version: 3.5.0.0
  78. Win32 Version: 3.5.30729.5420 built by: Win7SP1
  79. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  80. ----------------------------------------
  81. FileHelpers
  82. Assembly Version: 2.0.0.0
  83. Win32 Version: 2.0.0.0
  84. CodeBase: file:///C:/Users/L/Downloads/4e%20MCS/FileHelpers.DLL
  85. ----------------------------------------
  86.  
  87. ************** JIT Debugging **************
  88. To enable just-in-time (JIT) debugging, the .config file for this
  89. application or computer (machine.config) must have the
  90. jitDebugging value set in the system.windows.forms section.
  91. The application must also be compiled with debugging
  92. enabled.
  93.  
  94. For example:
  95.  
  96. <configuration>
  97. <system.windows.forms jitDebugging="true" />
  98. </configuration>
  99.  
  100. When JIT debugging is enabled, any unhandled exception
  101. will be sent to the JIT debugger registered on the computer
  102. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment