AI-Aimbot
AI-Aimbot copied to clipboard
I encountered some problems with dxcam when starting the project
Traceback (most recent call last):
File "main.py", line 201, in
I'm a novice from China, just started learning this project, requesting detailed pointers Thank you very much
I'm in the same situation as you.
Umm I think the fix for that is just to rerun it acouple times till it works. Ill keep my eye open for the solultion
I'm in the same situation as you.i try to find solution
Just click the window you want to capture before it says that, easy fix.
^Doesnt work
Has anyone found a solution? If you did reply here or contact me on Discord - iceeburr#0746. Thanks!
Same problem was solved by this https://github.com/SerpentAI/D3DShot/issues/27
Another solution is to modify code
cam = dxcam.create(device_idx=0, output_idx=0)
Change device_idx and output_idx values (0, 1, 2, ...)
Your device info can be saw by:
dxcam.device_info()
dxcam.output_info()
Another soloution that may work is making it windowed fullscreen/fullscreen windowed or windows
Another solution is to modify code
cam = dxcam.create(device_idx=0, output_idx=0)
Change device_idx and output_idx values (0, 1, 2, ...) Your device info can be saw by:dxcam.device_info() dxcam.output_info()
Does not change anything for me, there is only one Device[0] available.