Advertisement
Guest User

Errors

a guest
Mar 30th, 2020
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. [15:27:26] [ERROR] Caught fatal unhandled exception:
  2. System.IO.FileNotFoundException: Could not load file or assembly 'Priority Queue, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
  3. File name: 'Priority Queue, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'
  4. at GFPS.StrafeRun.strafeRunOnTick()
  5. at GFPS.Main.onNthTick(Object sender, EventArgs e)
  6. at System.EventHandler.Invoke(Object sender, EventArgs e)
  7. at SHVDN.Script.MainLoop()
  8.  
  9. WRN: Assembly binding logging is turned OFF.
  10. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  11. Note: There is some performance penalty associated with assembly bind failure logging.
  12. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  13.  
  14. [15:27:26] [ERROR] The exception was thrown while executing the script GFPS.Main.
  15. [15:27:26] [ERROR] Caught fatal unhandled exception:
  16. System.NullReferenceException: Object reference not set to an instance of an object.
  17. at GFPS.StrafeRun.destructor(Boolean force)
  18. at GFPS.Main.cleanUp(Boolean force)
  19. at GFPS.Main.cleanUp(Object sender, EventArgs e)
  20. at SHVDN.Script.Abort()
  21. [15:27:26] [ERROR] The exception was thrown while executing the script GFPS.Main.
  22. [15:27:26] [WARNING] Aborted script GFPS.Main.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement