-
Notifications
You must be signed in to change notification settings - Fork 378
hello! I need some help! #315
Description
Please enter the number corresponding to the window you'd like to select: 5
Failed to activate game window: Error code from Windows: 6 - 句柄无效。
Trying again... (you should switch to the game now)
Failed to activate game window: Error code from Windows: 0 - 操作成功完成。
Trying again... (you should switch to the game now)
Successfully activated the game window...
(693, 373, 1013, 693)
Traceback (most recent call last):
File "D:\git item\AI-Aimbot-3.1.0\main.py", line 168, in
main()
File "D:\git item\AI-Aimbot-3.1.0\main.py", line 19, in main
camera, cWidth, cHeight = gameSelection.gameSelection()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\git item\AI-Aimbot-3.1.0\gameSelection.py", line 72, in gameSelection
camera = bettercam.create(region=region, output_color="BGRA", max_buffer_len=512)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam_init_.py", line 115, in create
return _factory.create(
^^^^^^^^^^^^^^^^^
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam_init.py", line 72, in create
camera = BetterCam(
^^^^^^^^^^
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam\bettercam.py", line 34, in init
self._duplicator: Duplicator = Duplicator(
^^^^^^^^^^^
File "", line 6, in init
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam\core\duplicator.py", line 19, in post_init
output.output.DuplicateOutput(device.device, ctypes.byref(self.duplicator))
_ctypes.COMError: (-2005270524, '指定的设备接口或功能级别在此系统上不受支持。', (None, None, None, 0, None))
(-2005270524, '指定的设备接口或功能级别在此系统上不受支持。', (None, None, None, 0, None))
Ask @wonder for help in our Discord in the #ai-aimbot channel ONLY: https://discord.gg/rootkitorg
Exception ignored in: <function BetterCam.del at 0x000002741CA94540>
Traceback (most recent call last):
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam\bettercam.py", line 248, in del
self.release()
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam\bettercam.py", line 243, in release
self.stop()
File "C:\Users\32697.conda\envs\AIaim\Lib\site-packages\bettercam\bettercam.py", line 143, in stop
if self.is_capturing:
^^^^^^^^^^^^^^^^^
AttributeError: 'BetterCam' object has no attribute 'is_capturing'
(AIaim) D:\git item\AI-Aimbot-3.1.0>