Advertisement
Guest User

Fifth error

a guest
Nov 21st, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. OpenGL
  2. --------------------------------
  3. OpenGL: NVIDIA Corporation 2.1.2 GeForce G102M/PCI/SSE2
  4.  
  5. Software
  6. --------------------------------
  7. OS: Microsoft Windows NT 6.1.7601 Service Pack 1 x64
  8. .NET Version: 4.0.30319.34209
  9. MCSkin3D Version: 1.5.0.300
  10.  
  11. Exception
  12. --------------------------------
  13. System.ArgumentNullException
  14. Value cannot be null.
  15. Parameter name: image
  16. System.Drawing.Graphics :: Void DrawImage(System.Drawing.Image, Int32, Int32, Int32, Int32)
  17. MCSkin3D.SkinTreeView :: Void OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs)
  18. - C:\Users\Paril\Documents\GitHub\mcskin3d\Controls\SkinTreeView.cs 446:4
  19. MCSkin3D.SkinTreeView :: Void RecursiveDrawCheck(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.TreeNode, Int32 ByRef)
  20. - C:\Users\Paril\Documents\GitHub\mcskin3d\Controls\SkinTreeView.cs 528:4
  21. MCSkin3D.SkinTreeView :: Void RecursiveDrawCheck(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.TreeNode, Int32 ByRef)
  22. - C:\Users\Paril\Documents\GitHub\mcskin3d\Controls\SkinTreeView.cs 534:6
  23. MCSkin3D.SkinTreeView :: Void OnPaint(System.Windows.Forms.PaintEventArgs)
  24. - C:\Users\Paril\Documents\GitHub\mcskin3d\Controls\SkinTreeView.cs 551:5
  25. System.Windows.Forms.Control :: Void PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs, Int16)
  26. System.Windows.Forms.Control :: Void WmPaint(System.Windows.Forms.Message ByRef)
  27. System.Windows.Forms.Control :: Void WndProc(System.Windows.Forms.Message ByRef)
  28. System.Windows.Forms.TreeView :: Void WndProc(System.Windows.Forms.Message ByRef)
  29. System.Windows.Forms.Control+ControlNativeWindow :: Void OnMessage(System.Windows.Forms.Message ByRef)
  30. System.Windows.Forms.Control+ControlNativeWindow :: Void WndProc(System.Windows.Forms.Message ByRef)
  31. System.Windows.Forms.NativeWindow :: IntPtr Callback(IntPtr, Int32, IntPtr, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement