Skip to content
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

Bot doesn't seem to work #66

Closed
9-9-9-9 opened this issue Jan 19, 2022 · 0 comments · Fixed by #67
Closed

Bot doesn't seem to work #66

9-9-9-9 opened this issue Jan 19, 2022 · 0 comments · Fixed by #67

Comments

@9-9-9-9
Copy link
Owner

9-9-9-9 commented Jan 19, 2022

There was a bug in 2.8.3 that made bot internally crashed before start and made the bot not working at all

Rad.pWarn(50,"Only support screen scale 100% (original) otherwise bot will working wrongly");

Should be

Rad.pWarn(50,"Only support screen scale 100%% (original) otherwise bot will working wrongly");

(Legendary bug hehe)

The wrong line of code above causes thread of main loop interrupted and dead without any error popped up so the bot will look normal but actually it won't do it's job

@9-9-9-9 9-9-9-9 linked a pull request Jan 19, 2022 that will close this issue
@9-9-9-9 9-9-9-9 changed the title Bot doesn't work Bot doesn't seem to work Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant