-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code can't detect the Start Button #42
Comments
Hello? @tiemonl are you here? |
The values I check for are: The problem is when one of these is off by even one, the rest of the colors have issues. Sometimes possibly more than off by one, so it's not as easy as checking a small range for each rgb color. in #41 I mentioned making a config file where people can input their own colors, but it honestly kind of slipped my mind. I can start working on that again. However, as nice as that sounds I fear that it will cause more issues with users getting the wrong color and saying it's not working. I guess I'll cross that bridge when I get to it. |
ah I see. Thanks so much. |
@tiemonl Hi, I tried changing both Main.java and Helper.java to match what Digital Color Meter was measuring for my start button: After recompiling and building the .jar file artifact with this new value, I'm still getting the Note, I think I can figure out the other values once I get this one working. Thanks! |
When I log the colors, the vast majority of pixels have color value |
Hey, when you're using the digital color meter, make sure you are using "Display in Generic RGB". If that's correct, it looks for the color on the top half of the blue bar. Feel free to add me on discord, and we can debug more easily: |
When I launch the jar file and tried to use the code for Auto Fishing, it keeps on saying "Start button not found. Exit code 1". The first 2 pictures below showed how my screen looks like when I launched the code, the 3rd picture shows how I entered the code. I switches back to either of the first 2 pictures when playing. It's similar to issue #39. But I don't actually see a solution been added to the issue when I viewed it. So here I am...
I'm a Mac user and I plays on kongregate too. I tried with and without the external monitor. The colour on my screen is exactly the same with the button in the picture you put in README, I measured it with colour picker on mac.
Also, I realised that the code you entered into terminal might result in "Unable to access jarfile bh-fisher.jar". What I used is including the exact position of the file, for example, 'java -jar "/Users/BlahBlah/Desktop/bh-fisher.jar" 103'
Finally, thanks so much for your effort to develop this. Although it's not working for me but still, thanks so much.
The text was updated successfully, but these errors were encountered: