SunOner / sunone_aimbot

Aim-bot based on AI for all FPS games
https://discord.gg/sunone
MIT License
349 stars 100 forks source link

AttributeError: 'DXCamera' object has no attribute 'is_capturing' #154

Closed 0hEve closed 9 months ago

0hEve commented 9 months ago

File "C:\Users\kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam__init.py", line 71, in create camera = DXCamera( File "C:\Users\kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\dxcam.py", line 33, in init self._duplicator: Duplicator = Duplicator( File "", line 6, in init File "C:\Users\kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\core\duplicator.py", line 19, in __post_init output.output.DuplicateOutput(device.device, ctypes.byref(self.duplicator)) _ctypes.COMError: (-2005270524, 'The specified device interface or feature level is not supported on this system.', (None, None, None, 0, None)) Exception ignored in: <function DXCamera.del at 0x000001CD0BE467A0> Traceback (most recent call last): File "C:\Users\kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\dxcam.py", line 243, in del self.release() File "C:\Users\kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\dxcam.py", line 238, in release self.stop() File "C:\Users\kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\dxcam.py", line 138, in stop if self.is_capturing: AttributeError: 'DXCamera' object has no attribute 'is_capturing'

I selected the correct gpu, and it still doesnt work, whatever i have read in the issue section till now, did not help. image

Weser87 commented 9 months ago

you are trying python 3.10 from microsoft story.

SunOner commented 9 months ago

Yes, don't use the python version from the Microsoft store. Download it from the official website.