Advertisement
Guest User

The error1

a guest
Feb 22nd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1.  
  2. INFO:rlbot[ game_interface.py:198 - inject_dll() ] Injecting DLL
  3. Exception in thread Thread-1:
  4. Traceback (most recent call last):
  5. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\threading.py", line 916, in _bootstrap_inner
  6. self.run()
  7. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\threading.py", line 864, in run
  8. self._target(*self._args, **self._kwargs)
  9. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\site-packages\rlbot\gui\qt_root.py", line 133, in start_match
  10. self.setup_manager.connect_to_game()
  11. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\site-packages\rlbot\setup_manager.py", line 106, in connect_to_game
  12. self.game_interface.inject_dll()
  13. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\site-packages\rlbot\utils\structures\game_interface.py", line 209, in inject_dll
  14. incode = subprocess.call([injector_dir, 'hidden'])
  15. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 267, in call
  16. with Popen(*popenargs, **kwargs) as p:
  17. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in __init__
  18. restore_signals, start_new_session)
  19. File "C:\Users\Jedidiah\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child
  20. startupinfo)
  21. OSError: [WinError 1450] Insufficient system resources exist to complete the requested service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement