ilpersi / BHBot

A bot that automates a game called Bit Heroes
GNU General Public License v3.0
28 stars 32 forks source link

Auto Rune Issue #92

Closed hollowharkov closed 5 years ago

hollowharkov commented 5 years ago

Empty runeset causes loop

https://github.com/ilpersi/BHBot/issues/87

Duplicate, posting for dev notification

hollowharkov commented 5 years ago

Update: Even after filling the rune slots the bot is still stuck in a loop https://i.imgur.com/REvBrV4.png

ilpersi commented 5 years ago

What version of the bot are you running? Copy it from the start up log or issue a print version command to the bot.

hollowharkov commented 5 years ago

v40.1, downloaded the pre-compiled version.

Fortigate commented 5 years ago

Likely a mismatch issue again with .isEmpty() and .clear(), I've got some time later to check it out.

Fortigate commented 5 years ago

I'm not seeing the same behaviour in the latest version. When I use unknown runes the bot doesn't loop but continues running, then freezes when it tries to start an activity. This is fixed in https://github.com/ilpersi/BHBot/commit/f0001269fb08f13eaa9539d2d0638ad7d2b68872

hollowharkov commented 5 years ago

Issue appears to be fixed in v41, thanks! It now checks for runes, fails, then continues running the bot :)