Guest User

Ice cold error

a guest
Jun 25th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 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 find file 'C:\Windows\system32\drivers\etc\hosts'.
  6. File name: 'C:\Windows\system32\drivers\etc\hosts'
  7. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  8. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
  9. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
  10. at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
  11. at System.IO.StreamReader..ctor(String path, Encoding encoding)
  12. at System.IO.File.ReadAllText(String path, Encoding encoding)
  13. at IceColdLauncher.frmPlay.()
  14. at IceColdLauncher.frmPlay.(Boolean , String )
  15. at IceColdLauncher.frmPlay.(Object , EventArgs )
  16. at System.Windows.Forms.Control.OnClick(EventArgs e)
  17. at System.Windows.Forms.Button.OnClick(EventArgs e)
  18. at .OnClick(EventArgs )
  19. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  20. at .OnMouseUp(MouseEventArgs )
  21. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  22. at System.Windows.Forms.Control.WndProc(Message& m)
  23. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  24. at System.Windows.Forms.Button.WndProc(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  26. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  27. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  28.  
  29.  
  30. ************** Loaded Assemblies **************
  31. mscorlib
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.4971 (win7RTMGDR.050727-4900)
  34. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  35. ----------------------------------------
  36. IceColdLauncher
  37. Assembly Version: 3.6.0.0
  38. Win32 Version: 3.6.0.0
  39. CodeBase: file:///C:/Users/COLEMAN/Desktop/Games/World%20of%20Warcraft/IceColdLauncher%20(1).exe
  40. ----------------------------------------
  41. Microsoft.VisualBasic
  42. Assembly Version: 8.0.0.0
  43. Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
  44. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  45. ----------------------------------------
  46. System
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.4971 (win7RTMGDR.050727-4900)
  49. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  50. ----------------------------------------
  51. System.Windows.Forms
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.4977 (win7RTMGDR.050727-4900)
  54. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  55. ----------------------------------------
  56. System.Drawing
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.4980 (win7RTMGDR.050727-4900)
  59. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  60. ----------------------------------------
  61. System.Runtime.Remoting
  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/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  65. ----------------------------------------
  66. System.Configuration
  67. Assembly Version: 2.0.0.0
  68. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  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.4927 (NetFXspW7.050727-4900)
  74. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  75. ----------------------------------------
  76. System.Deployment
  77. Assembly Version: 2.0.0.0
  78. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  79. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
  80. ----------------------------------------
  81.  
  82. ************** JIT Debugging **************
  83. To enable just-in-time (JIT) debugging, the .config file for this
  84. application or computer (machine.config) must have the
  85. jitDebugging value set in the system.windows.forms section.
  86. The application must also be compiled with debugging
  87. enabled.
  88.  
  89. For example:
  90.  
  91. <configuration>
  92. <system.windows.forms jitDebugging="true" />
  93. </configuration>
  94.  
  95. When JIT debugging is enabled, any unhandled exception
  96. will be sent to the JIT debugger registered on the computer
  97. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment