Advertisement
Seatrox

Mission Maker Bug

Oct 12th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [14:41:57] [DEBUG] Created script domain 'ScriptDomain_F0FCE970' with v2.10.9.
  2. [14:41:57] [DEBUG] Loading scripts from 'C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts' into script domain 'ScriptDomain_F0FCE970' ...
  3. [14:41:57] [INFO] Loading assembly 'AMLSNativeUI.dll' ...
  4. [14:41:58] [DEBUG] Found 1 script(s) in 'AMLSNativeUI.dll'.
  5. [14:41:58] [INFO] Loading assembly 'Mission Maker.dll' ...
  6. [14:41:58] [DEBUG] Found 2 script(s) in 'Mission Maker.dll'.
  7. [14:41:58] [DEBUG] Starting 3 script(s) ...
  8. [14:41:58] [DEBUG] Instantiating script 'AMLSNativeUI.AMLSBigMessageThread' in script domain 'ScriptDomain_F0FCE970' ...
  9. [14:41:58] [DEBUG] Started script 'AMLSNativeUI.AMLSBigMessageThread'.
  10. [14:41:58] [DEBUG] Instantiating script 'Mission_Maker11_10_20171' in script domain 'ScriptDomain_F0FCE970' ...
  11. [14:41:59] [DEBUG] Started script 'Mission_Maker11_10_20171'.
  12. [14:41:59] [DEBUG] Instantiating script 'Mission_Maker11_10_20171+RandomSpawnThread' in script domain 'ScriptDomain_F0FCE970' ...
  13. [14:41:59] [DEBUG] Started script 'Mission_Maker11_10_20171+RandomSpawnThread'.
  14. [14:43:47] [ERROR] Script 'Mission_Maker11_10_20171' is not responding! Aborting ...
  15. [14:43:47] [DEBUG] Aborted script 'Mission_Maker11_10_20171'.
  16. [14:43:48] [ERROR] Caught fatal unhandled exception:
  17. System.Threading.ThreadAbortException: The thread was cancelled.
  18. at System.Globalization.TextInfo.InternalChangeCaseString(IntPtr handle, IntPtr handleOrigin, String localeName, String str, Boolean isToUpper)
  19. at System.Globalization.TextInfo.ToUpper(String str)
  20. at GTA.ScriptSettings.Load(String filename)
  21. at Mission_Maker11_10_20171.OnItemSelectMissionsButton(UIMenu sender, UIMenuItem selectedItem, Int32 index)
  22. at AMLSNativeUI.ItemSelectEvent.Invoke(UIMenu sender, UIMenuItem selectedItem, Int32 index)
  23. at AMLSNativeUI.UIMenu.SelectItem()
  24. at AMLSNativeUI.UIMenu.ProcessControl(Keys key)
  25. at AMLSNativeUI.MenuPool.ProcessControl()
  26. at AMLSNativeUI.MenuPool.ProcessMenus()
  27. at Mission_Maker11_10_20171.OnTick(Object o, EventArgs e)
  28. at GTA.Script.raise_Tick(Object value0, EventArgs value1)
  29. at GTA.Script.MainLoop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement