ilpersi / BHBot

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

bhbot( git master ) crashes in raid10 #173

Closed mlehmann76 closed 4 years ago

mlehmann76 commented 4 years ago

After starting a r10 raid, bhbot crashes after collecting a r10 leg material from ground.

Running on Windows 10, Chromium Version 69.0.3497.0 (Entwickler-Build) (64-Bit). I've build bhbot.jar from source, running "mvn clean package", and it seems that "cues/items/material_r10.png" is missing in the resource tree

LOG: "2020-07-07 12:57:17,953 [main] INFO com.github.ilpersi.BHBot.BHBotLogger - BHBot v45.2 build on Tue Jul 07 12:57:04 CEST 2020 started. 2020-07-07 12:57:18,014 [main] INFO com.github.ilpersi.BHBot.BHBotLogger - GIT commit id: 6d6e347563acd2d26d670fdf18003ee08fb04660 time: 2020-07-01T20:50:14+0200 2020-07-07 12:57:18,661 [main] WARN com.github.ilpersi.BHBot.BHBotLogger - You are running on a bleeding edge version of BHBot and there may be bugs. 2020-07-07 12:57:18,661 [main] INFO com.github.ilpersi.BHBot.BHBotLogger - Settings loaded from file 2020-07-07 12:57:18,686 [DungeonThread] INFO com.github.ilpersi.BHBot.BHBotLogger - Bot started successfully! 2020-07-07 12:57:33,297 [DungeonThread] INFO com.github.ilpersi.BHBot.BHBotLogger - Game element found. Starting to run bot.. . . . 2020-07-07 13:08:46,138 [DungeonThread] INFO com.github.ilpersi.BHBot.BHBotLogger - Attempting R10 Heroic 2020-07-07 13:09:00,584 [DungeonThread] INFO com.github.ilpersi.BHBot.BHBotLogger - Raid initiated! 2020-07-07 13:10:31,254 [DungeonThread] ERROR com.github.ilpersi.BHBot.BHBotLogger - Error with resource: cues/items/material_r10.png 2020-07-07 13:10:31,267 [DungeonThread] ERROR com.github.ilpersi.BHBot.BHBotLogger - Unmanaged exception in main run loop java.lang.NullPointerException: null at com.github.ilpersi.BHBot.FindSubimage.findSubimage(FindSubimage.java:55) ~[BHBot.jar:?] at com.github.ilpersi.BHBot.FindSubimage.findImage(FindSubimage.java:29) ~[BHBot.jar:?] at com.github.ilpersi.BHBot.DungeonThread.restrictedCues(DungeonThread.java:6025) ~[BHBot.jar:?] at com.github.ilpersi.BHBot.DungeonThread.handleLoot(DungeonThread.java:5560) ~[BHBot.jar:?] at com.github.ilpersi.BHBot.DungeonThread.processDungeon(DungeonThread.java:2311) ~[BHBot.jar:?] at com.github.ilpersi.BHBot.DungeonThread.run(DungeonThread.java:310) [BHBot.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] 2020-07-07 13:10:31,272 [DungeonThread] WARN com.github.ilpersi.BHBot.BHBotLogger - Doing driver emergency restart...

ilpersi commented 4 years ago

Fixed this, thank you for reporting it. 👍