tmarenko / mff_auto

Game bot for Marvel Future Fight game.
Apache License 2.0
26 stars 15 forks source link

Bot no longer starts #8

Closed jeisonfura closed 4 years ago

jeisonfura commented 4 years ago

When running start.bat, it closes shortly after. Here is the output from the log file:

2020-10-01 09:36:58,695 - updater - INFO - Loaded version: mff_auto=0.6.2, game=6.4.1, updater=1.0.1 2020-10-01 09:36:59,796 - updater - INFO - Current version 0.6.2 is up to date for MFF 6.4.1. 2020-10-01 09:37:00,690 - root - DEBUG - Creating 4 Tesseract API(s) with 'eng' language. 2020-10-01 09:37:02,914 - root - DEBUG - Creating 2 Tesseract API(s) with 'mff+eng' language.

After that, an error quickly displays and the command line closes.

dbzdivik commented 4 years ago

+1

tmarenko commented 4 years ago

Add this line: @pause at the end of start.bat file. And then copy the output here.

dbzdivik commented 4 years ago

image

tmarenko commented 4 years ago

Oh, sure. I forgot that auto-update can't install new modules. You should download last build then: https://github.com/tmarenko/mff_auto/releases/tag/0.6.2

tmarenko commented 4 years ago

I've updated version file to prevent auto-update from 0.6.1 to 0.6.2 https://github.com/tmarenko/mff_auto/commit/8affe7e3faa12f641712de65b0551e6ec215791b

dbzdivik commented 4 years ago

I've updated version file to prevent auto-update from 0.6.1 to 0.6.2 8affe7e

Might wanna rebuild the release again as it still contains updater version 1.0.1

Also, as of now, the issue can be closed

tmarenko commented 4 years ago

Might wanna rebuild the release again as it still contains updater version 1.0.1

Done