Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [10:35:32] [DEBUG] Created script domain 'ScriptDomain_787BAB9C' with v2.10.6.
  2. [10:35:32] [DEBUG] Loading scripts from 'D:\Grand Theft Auto V\scripts' into script domain 'ScriptDomain_787BAB9C' ...
  3. [10:35:32] [INFO] Loading assembly 'ComplexControl.dll' ...
  4. [10:35:32] [DEBUG] Found 1 script(s) in 'ComplexControl.dll'.
  5. [10:35:32] [DEBUG] Starting 1 script(s) ...
  6. [10:35:32] [DEBUG] Instantiating script 'ComplexControl' in script domain 'ScriptDomain_787BAB9C' ...
  7. [10:35:32] [DEBUG] Started script 'ComplexControl'.
  8. [10:36:14] [ERROR] Script 'ComplexControl' is not responding! Aborting ...
  9. [10:36:14] [DEBUG] Aborted script 'ComplexControl'.
  10. [10:36:14] [ERROR] Caught unhandled exception:
  11. System.Threading.ThreadAbortException: Thread was being aborted.
  12. at ComplexControl.GameGlobalVehicleLibrary(Int32 creationMode)
  13. at ComplexControl.GameGlobalCharacterLibrary(Boolean isplayer)
  14. at ComplexControl.OnKeyUp(Object sender, KeyEventArgs e)
  15. at GTA.Script.raise_KeyUp(Object value0, KeyEventArgs value1)
  16. at GTA.Script.MainLoop()
  17. [10:36:14] [ERROR] Caught fatal unhandled exception:
  18. System.Threading.ThreadAbortException: Thread was being aborted.
  19. at GTA.ScriptDomain.get_ExecutingScript()
  20. at GTA.ScriptDomain.ExecuteTask(IScriptTask task)
  21. at GTA.Native.Function.Call[T](UInt64 hash, InputArgument[] arguments)
  22. at GTA.Game.get_FPS()
  23. at ComplexControl.OnTick(Object sender, EventArgs e)
  24. at GTA.Script.raise_Tick(Object value0, EventArgs value1)
  25. at GTA.Script.MainLoop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement