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

Outdated with latest builds #1

Open
AdriLezaack opened this issue Jan 28, 2019 · 0 comments
Open

Outdated with latest builds #1

AdriLezaack opened this issue Jan 28, 2019 · 0 comments

Comments

@AdriLezaack
Copy link

AdriLezaack commented Jan 28, 2019

I don't really know if this framework is still supported.
If it is, I wanted to point out two main issues in its demo project while using the latest stable renpy release:

The game crashes when drawing cards too quickly (i. e., left clicking the draw pile multiple times per second). Exemple logs:
log.txt
traceback.txt

The game crashes when selecting a choice (like the one when giving up or winning). Exemple logs:
log.txt
traceback.txt

The second one is easily solved by putting the relevant demo's files into a fresh project.
The first one, however, seems to be an inner bug. I have "patched" it by checking at line 374 if self.click_stack is not None, but it may not be the more elegant solution.

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

No branches or pull requests

1 participant