Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. System.Exception: The BlastUnit apply() function threw up.
  2. This is an RTC error, so you should probably send this to the RTC devs.
  3. If you know the steps to reproduce this error it would be greatly appreciated.
  4.  
  5. ---> System.ArgumentNullException: Value cannot be null.
  6. Parameter name: key
  7. at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
  8. at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
  9. at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
  10. at RTCV.CorruptCore.RTC_Filtering.LimiterContainsValue(Byte[] bytes, String hash) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Filtering.cs:line 156
  11. at RTCV.CorruptCore.RTC_Filtering.LimiterPeekBytes(Int64 startAddress, Int64 endAddress, String domain, String hash, MemoryInterface mi) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Filtering.cs:line 130
  12. at RTCV.CorruptCore.BlastUnit.Execute() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Objects.cs:line 1181
  13. --- End of inner exception stack trace ---
  14. at RTCV.CorruptCore.BlastUnit.Execute() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_Objects.cs:line 1255
  15. at RTCV.CorruptCore.RTC_StepActions.Execute() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\RTCV\Libraries\CorruptCore\RTC_StepActions.cs:line 233
  16. at RTC.RTC_Hooks.STEP_CORRUPT(Boolean _isRewinding, Boolean _isFastForwarding) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\BizHawk.Client.EmuHawk\RTC\RTC_Hooks.cs:line 88
  17. at RTC.RTC_Hooks.CPU_STEP(Boolean isRewinding, Boolean isFastForwarding, Boolean isBeforeStep) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\BizHawk.Client.EmuHawk\RTC\RTC_Hooks.cs:line 59
  18. at BizHawk.Client.EmuHawk.MainForm.StepRunLoop_Core(Boolean force) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\BizHawk.Client.EmuHawk\MainForm.cs:line 3038
  19. at BizHawk.Client.EmuHawk.MainForm.ProgramRunLoop() in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\BizHawk.Client.EmuHawk\MainForm.cs:line 492
  20. at BizHawk.Client.EmuHawk.Program.Win32MainLoopCrashHandler.TryCatchFinally(String[] args) in C:\Users\Daniel\Documents\RTC3\Real-Time Corruptor\BizHawk_RTC\BizHawk.Client.EmuHawk\Program.cs:line 184
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement