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

Stuck at end screen #25

Closed
stateclata opened this issue Oct 6, 2021 · 1 comment
Closed

Stuck at end screen #25

stateclata opened this issue Oct 6, 2021 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@stateclata
Copy link

Describe the bug
Most of the times after it finishes the chapter (Cave #6) I get an unknown screen error and it stays at the rewards screen. (some times it taps and returns to the main screen without any problems).

Hardware description

  • Device: Nox
  • Screen size: 1080x1920
  • Computer OS: Windows

Additional context
-I tried changing the recheck to true when there is an unknown error in the "CaveDungeonEngine.py" file and adding a screen with the rewards to the 1080x1920 data folder but it didn't work.

-I believe the problem to be one of the following:
-The endgame screen is not recognized when I get 3 lines of rewards instead of 2.
-There is not enough delay before tapping on the endgame screen.

-Screenshots:

  1. https://i.ibb.co/G5SB80L/11111111.png
    2.https://i.ibb.co/1zVMwyL/22222222222.png
@stateclata stateclata added bug Something isn't working invalid This doesn't seem right labels Oct 6, 2021
@stateclata
Copy link
Author

So the problem was neither of the above 2 speculations.

The issue was that tapping "end" (aprox. same spot where "play" is) was the problem. It was tapping on one of the reward items and thus not exiting the end screen. I changed that in the CaveDungeonEngine.py and replaced it with the "resume" tap option, thus tapping on the top left corner. Seems to be working fine!

Hope this helps someone in the future.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant