Advertisement
Guest User

f

a guest
Oct 23rd, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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.NullReferenceException: Object reference not set to an instance of an object.
  6. at RSDKvRS.gfx.Write(Writer writer, Boolean dcGFX, Boolean raw)
  7. at RSDKvRS.gfx.Write(String filename, Boolean dcGFX)
  8. at RetroED.Tools.GFXTool.MainForm.ExportToGFX_Click(Object sender, EventArgs e)
  9. at System.Windows.Forms.Control.OnClick(EventArgs e)
  10. at System.Windows.Forms.Button.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  12. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  15. at System.Windows.Forms.Button.WndProc(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0
  24. Win32 Version: 4.8.4018.0 built by: NET48REL1LAST_C
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. RetroED
  28. Assembly Version: 1.5.0.0
  29. Win32 Version: 1.5.0.0
  30. CodeBase: file:///C:/Users/luqity/Downloads/RetroED%20(3)/RetroED.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
  35. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
  40. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Drawing
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.8.3752.0 built by: NET48REL1
  45. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  46. ----------------------------------------
  47. System.Configuration
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.8.3752.0 built by: NET48REL1
  50. C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement