Advertisement
Guest User

Untitled

a guest
Dec 19th, 2017
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Unhandled Exception:
  2. System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter]
  3. at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x00098] in <730eb3c01b0a4cec9c57590f5b98400e>:0
  4. at System.Drawing.Bitmap..ctor (System.String filename, System.Boolean useIcm) [0x0002b] in <730eb3c01b0a4cec9c57590f5b98400e>:0
  5. at System.Drawing.Bitmap..ctor (System.String filename) [0x00000] in <730eb3c01b0a4cec9c57590f5b98400e>:0
  6. at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (string)
  7. at VGMToolbox.forms.extraction.IsoExtractorForm.SetupImageList () [0x00020] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  8. at VGMToolbox.forms.extraction.IsoExtractorForm..ctor (System.Windows.Forms.TreeNode pTreeNode) [0x00149] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  9. at (wrapper remoting-invoke-with-check) VGMToolbox.forms.extraction.IsoExtractorForm:.ctor (System.Windows.Forms.TreeNode)
  10. at VGMToolbox.Form2.buildExtractionTreeNode () [0x001c0] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  11. at VGMToolbox.Form2.buildMenuNodes () [0x000a7] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  12. at VGMToolbox.Form2..ctor () [0x0003d] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  13. at (wrapper remoting-invoke-with-check) VGMToolbox.Form2:.ctor ()
  14. at VGMToolbox.Program.Main () [0x0000b] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  15. [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter]
  16. at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x00098] in <730eb3c01b0a4cec9c57590f5b98400e>:0
  17. at System.Drawing.Bitmap..ctor (System.String filename, System.Boolean useIcm) [0x0002b] in <730eb3c01b0a4cec9c57590f5b98400e>:0
  18. at System.Drawing.Bitmap..ctor (System.String filename) [0x00000] in <730eb3c01b0a4cec9c57590f5b98400e>:0
  19. at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (string)
  20. at VGMToolbox.forms.extraction.IsoExtractorForm.SetupImageList () [0x00020] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  21. at VGMToolbox.forms.extraction.IsoExtractorForm..ctor (System.Windows.Forms.TreeNode pTreeNode) [0x00149] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  22. at (wrapper remoting-invoke-with-check) VGMToolbox.forms.extraction.IsoExtractorForm:.ctor (System.Windows.Forms.TreeNode)
  23. at VGMToolbox.Form2.buildExtractionTreeNode () [0x001c0] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  24. at VGMToolbox.Form2.buildMenuNodes () [0x000a7] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  25. at VGMToolbox.Form2..ctor () [0x0003d] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
  26. at (wrapper remoting-invoke-with-check) VGMToolbox.Form2:.ctor ()
  27. at VGMToolbox.Program.Main () [0x0000b] in <4bef318cb62a4289aa65ba6292b9c1f6>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement