Nick-Gabe / FAPI-whack-a-potatoe

Automatically plays the minigame Whack a Potatoe from Farmers Against Potatoes Idle.
5 stars 3 forks source link

Image not found error #2

Open PhoenixRx7 opened 6 months ago

PhoenixRx7 commented 6 months ago

Probably something super simple I haven't installed or something. Does the script folder need to be located somewhere specific? FAP was at the correct resolution, full screen on primary monitor. Start button was visible.

Traceback (most recent call last): File "C:...\Python\Python311\Lib\site-packages\pyautogui__init.py", line 172, in wrapper return wrappedFunction(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:...\Python\Python311\Lib\site-packages\pyautogui\init.py", line 210, in locateOnScreen return pyscreeze.locateOnScreen(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:...\Python\Python311\Lib\site-packages\pyscreeze\init.py", line 405, in locateOnScreen retVal = locate(image, screenshotIm, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:...\Python\Python311\Lib\site-packages\pyscreeze\init.py", line 383, in locate points = tuple(locateAll(needleImage, haystackImage, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:...\Python\Python311\Lib\site-packages\pyscreeze\init__.py", line 257, in _locateAll_opencv raise ImageNotFoundException('Could not locate the image (highest confidence = %.3f)' % result.max()) pyscreeze.ImageNotFoundException: Could not locate the image (highest confidence = 0.594)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\Downloads\FAPI-whack-a-potatoe-main\script.py", line 23, in location = pyautogui.locateOnScreen( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:...\Python\Python311\Lib\site-packages\pyautogui__init__.py", line 174, in wrapper raise ImageNotFoundException # Raise PyAutoGUI's ImageNotFoundException.

PhoenixRx7 commented 5 months ago

Bueller? Bueller?

Nick-Gabe commented 5 months ago

Hey! Basically the resolution of the game doesn't work if your display resplution is different. Is your display/notebook at 1920x1080 as well?