Guest User

Untitled

a guest
Dec 6th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 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.OutOfMemoryException: Out of memory.
  6. at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
  7. at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height)
  8. at System.Drawing.Graphics.DrawImage(Image image, Rectangle rect)
  9. at System.Windows.Forms.PictureBox.OnPaint(PaintEventArgs pe)
  10. at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
  11. at System.Windows.Forms.Control.WmPaint(Message& m)
  12. at System.Windows.Forms.Control.WndProc(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  14. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  15. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  16.  
  17.  
  18. ************** Loaded Assemblies **************
  19. mscorlib
  20. Assembly Version: 2.0.0.0
  21. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  22. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  23. ----------------------------------------
  24. LevEdit2
  25. Assembly Version: 1.0.0.0
  26. Win32 Version: 0.5.4.0
  27. CodeBase: file:///C:/Userdata/Topy/Desktop/umg-win32.tar/umg-win32/umg/tools/LevEdit2.exe
  28. ----------------------------------------
  29. System.Windows.Forms
  30. Assembly Version: 2.0.0.0
  31. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  32. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 2.0.0.0
  36. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  37. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Drawing
  40. Assembly Version: 2.0.0.0
  41. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  42. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  43. ----------------------------------------
  44.  
  45. ************** JIT Debugging **************
  46. To enable just-in-time (JIT) debugging, the .config file for this
  47. application or computer (machine.config) must have the
  48. jitDebugging value set in the system.windows.forms section.
  49. The application must also be compiled with debugging
  50. enabled.
  51.  
  52. For example:
  53.  
  54. <configuration>
  55. <system.windows.forms jitDebugging="true" />
  56. </configuration>
  57.  
  58. When JIT debugging is enabled, any unhandled exception
  59. will be sent to the JIT debugger registered on the computer
  60. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment