Guest User

Untitled

a guest
May 5th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [21:24:41] [DEBUG] Created script domain 'ScriptDomain_AA479F7B' with v2.10.6.
  2. [21:24:41] [DEBUG] Loading scripts from 'E:\SteamLibrary\steamapps\common\Grand Theft Auto V\scripts' into script domain 'ScriptDomain_AA479F7B' ...
  3. [21:24:41] [INFO] Loading assembly 'ComplexControl.dll' ...
  4. [21:24:41] [DEBUG] Found 1 script(s) in 'ComplexControl.dll'.
  5. [21:24:41] [DEBUG] Starting 1 script(s) ...
  6. [21:24:41] [DEBUG] Instantiating script 'ComplexControl' in script domain 'ScriptDomain_AA479F7B' ...
  7. [21:24:41] [DEBUG] Started script 'ComplexControl'.
  8. [21:24:55] [ERROR] Caught unhandled exception:
  9. System.NullReferenceException: Object reference not set to an instance of an object.
  10. at ComplexControl.GameGlobalStartupSettings()
  11. at GTA.Script.raise_KeyUp(Object value0, KeyEventArgs value1)
  12. at GTA.Script.MainLoop()
  13. [21:24:57] [ERROR] Caught fatal unhandled exception:
  14. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  15. Parameter name: index
  16. at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  17. at ComplexControl.GlobalPlaySound(String soundToPlay)
  18. at ComplexControl.OnTick_Intro()
  19. at ComplexControl.OnTick(Object sender, EventArgs e)
  20. at GTA.Script.raise_Tick(Object value0, EventArgs value1)
  21. at GTA.Script.MainLoop()
Add Comment
Please, Sign In to add comment