steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
120 stars 36 forks source link

#Questions Run on Win 7 #149

Closed stevenaprilianto closed 1 year ago

stevenaprilianto commented 1 year ago

Can i run this on Win 7 with 3gb ram and 1366x768 resolution?

image

image

stevenaprilianto commented 1 year ago

I try install all requirement right now, but point number 7 make me not sure hahaha

image

steve1316 commented 1 year ago

Yeah, it might be a bit difficult. One of the blocking factors was the recent switch to a Typescript frontend along with WebView2 so I do not believe it is available for Windows 7.

I believe some people have been using this on 720p but I do not know how this works on 768p, but in the end the bot has been tested against 1080p and 1440p.

Ekytfy commented 1 year ago

I also use 1366x768 resolution and the only feature I can't use is only arcarum. Just make sure to run chrome in full screen and auto-hide the taskbar

steve1316 commented 1 year ago

One cumbersome way to bypass the Windows 10 requirement is to manually create your own settings.json and then manually starting the bot via terminal/console with python main.py in the /backend/ folder.

stevenaprilianto commented 1 year ago

got trouble on this :')

image

Ekytfy commented 1 year ago

You need MSVC 2015-2019 Link also make sure to install all the requirements needed to run it

stevenaprilianto commented 1 year ago

You need MSVC 2015-2019 Link also make sure to install all the requirements needed to run it

already install all of them, the list on Requirements

seems i need reinstall to win 7 sp 1

stevenaprilianto commented 1 year ago

i give up, still same error vc 2015 problem hahaha

steve1316 commented 1 year ago

FYI, a user posted a solution on the Discord on how to run the bot on Windows 7 and to resolve those .dll errors. I have pinned the comment so you can check it there. 👍