AndreMiras / EtherollApp

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

BUG: App collapse when roll is clicked. #135

Closed darewealth closed 5 years ago

darewealth commented 5 years ago

Describe the Bug:

When I click on the roll button, when I haven't signed into any account, the app collapse without any info.

To Reproduce:

Expected Behavior:

I expect information like, sign in to roll or should pop up that no account selected

Recording Of The Bug

https://youtu.be/Qxul7___i48

Devices and Versions):)

log


04-26 18:30:58.443  1276  1295 I wm_task_created: [7306,1]
04-26 18:30:58.443  1276  1295 I wm_task_moved: [7306,1,1]
04-26 18:30:58.456  1276  1295 I am_pause_activity: [0,91028344,com.android.launcher3/.Launcher]
04-26 18:30:58.461  1276  1295 I am_home_stack_moved: [0,0,1,1,startedActivity setFocusedActivity]
04-26 18:30:58.462  1276  1295 I wm_task_moved: [7306,1,1]  1276  1295 I wm_task_moved: [7305,1,0]
04-26 18:30:58.428  1276  1295 I am_create_task: [0,7306]
04-26 18:30:58.467  1276  1295 I am_focused_activity: [0,com.github.andremiras.etheroll/org.kivy.android.PythonActivity]
04-26 18:30:58.485  2980  2980 I am_on_paused_called: [0,com.android.launcher3.Launcher]
04-26 18:30:58.513  1276  3190 I am_proc_start: [0,4136,10201,com.github.andremiras.etheroll,activity,com.github.andremiras.etheroll/org.kivy.android.PythonActivity]
04-26 18:30:58.743  1276  3191 I am_proc_died: [0,3961,com.android.gallery3d]
04-26 18:30:58.797  1276  1626 I am_proc_bound: [0,4136,com.github.andremiras.etheroll]
04-26 18:30:58.815  1276  1626 I am_restart_activity: [0,149349940,7306,com.github.andremiras.etheroll/org.kivy.android.PythonActivity]
04-26 18:30:59.003  1276  1296 I force_gc: Binder
04-26 18:30:59.072   202   202 I sf_frame_dur: [com.android.launcher3/com.android.launcher3.Launcher,85,2,3,2,2,2,0]
04-26 18:30:59.199  4136  4136 I am_on_resume_called: [0,org.kivy.android.PythonActivity]
04-26 18:31:00.502  1276  1610 I am_proc_died: [0,2759,com.android.vending]
04-26 18:31:00.766  1276  1390 I am_activity_launch_time: [0,149349940,com.github.andremiras.etheroll/org.kivy.android.PythonActivity,2280,2280]````
AndreMiras commented 5 years ago

Yes it was all related to #133 and should be fixed now, please let me know. https://github.com/AndreMiras/EtherollApp/releases/download/v2019.0426/etheroll-2019.0426-debug.apk

darewealth commented 5 years ago

Thanks, it is perfect now.

AndreMiras commented 5 years ago

Glad to hear, best luck in your rolling!