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 Roll button, the Etheroll application crashes. #136

Closed eraydurmus closed 5 years ago

eraydurmus commented 5 years ago

Expected behavior The Roll button is the most important button of the Etheroll application and it should work properly.

Actual behavior

When I tried to click on Roll button in Etheroll, the application crashes immediately.

How to reproduce

  1. Open the Etheroll app.
  2. Click on the Roll button.
  3. You will see that the application crashes immediately.

Recording Of The Bug BlackFantasticGentoopenguin-small

Logcat Report E/InputDispatcher( 2104): channel 'c082f13 com.github.andremiras.etheroll/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed! E/InputDispatcher( 2104): channel '8b1245c com.github.andremiras.etheroll/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed! E/InputDispatcher( 2104): channel '6a7f79f com.github.andremiras.etheroll/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

AndreMiras commented 5 years ago

That should also be fixed in the last release https://github.com/AndreMiras/EtherollApp/releases/download/v2019.0426/etheroll-2019.0426-debug.apk

eraydurmus commented 5 years ago

Yeah, everything is OK with 2019.0426 version, thank you for your interest!

AndreMiras commented 5 years ago

Awesome, thanks for bug reporting!