Advertisement
Guest User

BukkitGUI Issue

a guest
Jan 26th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 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.FormatException: Input string was not in a correct format.
  6. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  7. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  8. at Net.Bertware.Bukkitgui2.AddOn.Forwarder.UPnP.IsPrivateIp(String checkIp)
  9. at Net.Bertware.Bukkitgui2.AddOn.Forwarder.UPnP.LocalIp()
  10. at Net.Bertware.Bukkitgui2.AddOn.Forwarder.ForwarderTab.PortForwarder_Load(Object sender, EventArgs e)
  11. at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
  12. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  13. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  14. at System.Windows.Forms.Control.CreateControl()
  15. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  16. at System.Windows.Forms.Control.WndProc(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 2.0.0.0
  24. Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  26. ----------------------------------------
  27. bukkitgui
  28. Assembly Version: 2.0.0.258
  29. Win32 Version: 2.0.0.258
  30. CodeBase: file:///C:/Users/Randy/Desktop/Development%20Server/bukkitgui.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 2.0.0.0
  34. Win32 Version: 2.0.50727.8008 (FX35W81RTMGDR.050727-8000)
  35. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 2.0.0.0
  39. Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
  40. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Drawing
  43. Assembly Version: 2.0.0.0
  44. Win32 Version: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
  45. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  46. ----------------------------------------
  47. MetroFramework
  48. Assembly Version: 1.3.0.0
  49. Win32 Version: 2.0.0.258
  50. CodeBase: file:///C:/Users/Randy/Desktop/Development%20Server/bukkitgui.exe
  51. ----------------------------------------
  52. System.Core
  53. Assembly Version: 3.5.0.0
  54. Win32 Version: 3.5.30729.7903 built by: Win9Rel
  55. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  56. ----------------------------------------
  57. System.Xml
  58. Assembly Version: 2.0.0.0
  59. Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
  60. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  61. ----------------------------------------
  62. MetroFramework.Fonts
  63. Assembly Version: 1.3.0.0
  64. Win32 Version: 2.0.0.258
  65. CodeBase: file:///C:/Users/Randy/Desktop/Development%20Server/bukkitgui.exe
  66. ----------------------------------------
  67. Net.Bertware.Get
  68. Assembly Version: 1.3.0.0
  69. Win32 Version: 2.0.0.258
  70. CodeBase: file:///C:/Users/Randy/Desktop/Development%20Server/bukkitgui.exe
  71. ----------------------------------------
  72. Microsoft.VisualBasic
  73. Assembly Version: 8.0.0.0
  74. Win32 Version: 8.0.50727.8007 (FX35W81RTMGDR.050727-8000)
  75. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  76. ----------------------------------------
  77. System.Web
  78. Assembly Version: 2.0.0.0
  79. Win32 Version: 2.0.50727.8010 (FX35W81RTMGDR.050727-8000)
  80. CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
  81. ----------------------------------------
  82. System.Configuration
  83. Assembly Version: 2.0.0.0
  84. Win32 Version: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
  85. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  86. ----------------------------------------
  87.  
  88. ************** JIT Debugging **************
  89. To enable just-in-time (JIT) debugging, the .config file for this
  90. application or computer (machine.config) must have the
  91. jitDebugging value set in the system.windows.forms section.
  92. The application must also be compiled with debugging
  93. enabled.
  94.  
  95. For example:
  96.  
  97. <configuration>
  98. <system.windows.forms jitDebugging="true" />
  99. </configuration>
  100.  
  101. When JIT debugging is enabled, any unhandled exception
  102. will be sent to the JIT debugger registered on the computer
  103. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement