Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. System.Exception: Something went wrong in when baking to VALUE.
  2. Your blast editor session may be broke depending on when it failed.
  3. You should probably send a copy of this error and what you did to cause it to the RTC devs.
  4.  
  5. System.Exception: The BlastUnit GetBakedUnit() function threw up.
  6. This is an RTC error, so you should probably send this to the RTC devs.
  7. If you know the steps to reproduce this error it would be greatly appreciated.
  8.  
  9. System.NullReferenceException: Object reference not set to an instance of an object.
  10. at RTCV.CorruptCore.MemoryDomainProxy.PeekByte(Int64 address) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_MemoryDomains.cs:line 618
  11. at RTCV.CorruptCore.BlastUnit.GetBakedUnit() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Objects.cs:line 1297
  12. at RTCV.CorruptCore.BlastUnit.GetBakedUnit() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Objects.cs:line 1307
  13. at RTCV.CorruptCore.BlastLayer.<>c.<GetBackup>b__6_0(BlastUnit it) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Objects.cs:line 806
  14. at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
  15. at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  16. at RTCV.CorruptCore.BlastLayer.GetBackup() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Objects.cs:line 808
  17. at RTCV.UI.RTC_NewBlastEditor_Form.bakeBlastunitsToVALUEToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\UI\Forms\RTC_NewBlastEditor_Form.cs:line 1297
  18. at RTCV.UI.RTC_NewBlastEditor_Form.bakeBlastunitsToVALUEToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\UI\Forms\RTC_NewBlastEditor_Form.cs:line 1311
  19. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  20. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  21. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  22. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  23. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  24. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  25. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  26. at System.Windows.Forms.Control.WndProc(Message& m)
  27. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  28. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  29. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement