Detergent13 / tft-bot

Automate Teamfight Tactics (TFT) for token/mission farming. Updated for Set 11!
GNU Affero General Public License v3.0
81 stars 45 forks source link

MacOS working with 2x scaled resolution but not 1x #73

Open Kiruscha opened 2 years ago

Kiruscha commented 2 years ago

Hello,

trying to run this on following device: M1 MacBook Air.

Issue: When using default Mac resolution of 2x scaled, for example 1680x1050 (2x) this script can start up queue just fine.

However, when using 1x non-scaled resolution of 2560x1600 (1x), then this script does not start up queue.

Yes, every other setting (obviously) is still the same.

What could this be? How could I fix this?

Sidenote: I am running this in 2560x1600 so that league can run in 1920x1080 without me having to recapture everything. Yes, that would be extremely painful, especially because some screens cannot be recaptured playing a single game (mission dialog etc).

Going to patiently wait for an answer. :) Biggest help would be if someone else with an M1 MacBook running this script could tell me what they did.

Kiruscha commented 2 years ago

fix: implement python-imagesearch instead of python-imagesearch-drov0 (that is the updated version and it includes fixes for retina displays, which Apple uses).

Detergent13 commented 2 years ago

Good catch! I didn't realise that dependency was deprecated. If you're currently using this new library, what version seems to be working for you?