AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

[BUG] When I click on the Settings, the app crashes immediately. #137

Closed eraydurmus closed 5 years ago

eraydurmus commented 5 years ago

Expected behavior In order to set the application's settings, users must access the Settings section without any error.

Actual behavior

When I click on the Settings, the Etheroll application crashes immediately.

How to reproduce

  1. Open the Etheroll app.
  2. Click on the Wrapper menu and select the Settings section.
  3. You will see that the application crashes immediately.

Recording Of The Bug HighDishonestEskimodog-small

Logcat Report E/InputDispatcher( 2104): channel '87123a2 com.github.andremiras.etheroll/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed! E/InputDispatcher( 2104): channel 'ec4fb80 com.github.andremiras.etheroll/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed! E/InputDispatcher( 2104): channel '129983c com.github.andremiras.etheroll/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

AndreMiras commented 5 years ago

Thank you for the bug report! This is all related to #133 and #134 I'm working on an early draft fix if you want to give it a try: https://github.com/AndreMiras/EtherollApp/releases/download/v20190418-debug-133/etheroll-2019.0418-debug-issue-133.apk

eraydurmus commented 5 years ago

Understood, thank you very much for your message! Have a good luck, I will check the link you have provided. Btw, I have one more bug report like that. And you can close this issue. :)

AndreMiras commented 5 years ago

The fix looks OK so I made an official release with it: https://github.com/AndreMiras/EtherollApp/releases/download/v2019.0426/etheroll-2019.0426-debug.apk Could you give it a try and let me know?

eraydurmus commented 5 years ago

Thank you for the new version! Now I can access the settings section, I can also click on the roll button without any errors, thanks!