peercoin / peercoin_flutter

Light Peercoin wallet written in Flutter, deployable on Android, iOS and Web.
https://wallet.peercoin.net
GNU Affero General Public License v3.0
26 stars 14 forks source link

App crashes on start #97

Closed ghost closed 2 years ago

ghost commented 2 years ago

I'm using the F-Droid build (version 0.6.3) and eight after installing, the app crashes every time I try to open it.

willyfromtheblock commented 2 years ago

Hello,

I have had one similar report so far. Deleting the app data and starting over helped in that case. Can you please try and report back if that helped? I have not encountered this error on my testing devices with android 9,10 and 11.

I'll investigate what the problem here is. 0.6.3 is the first version built with flutter 2.5.0 which had some changes regarding drawable resources.

willyfromtheblock commented 2 years ago

I have attempted a fix with https://github.com/peercoin/peercoin_flutter/releases/tag/v0.6.4

It might take a couple days for fdroid to build it.

ghost commented 2 years ago

I deleted the app data, but it doesn't change anything. I hope the fix works ! :)

willyfromtheblock commented 2 years ago

just to make sure: The app closes itself or you keep seeing the splash screen? 20211008_114911

ghost commented 2 years ago

No, I can see the splash screen for like less than 1 second and then the app closes itself

ghost commented 2 years ago

Here's a screen record if it is useful.

https://user-images.githubusercontent.com/90352798/136591605-3010bdce-8bba-4cd0-8864-aef9bad0f04f.mp4

willyfromtheblock commented 2 years ago

Understood, if you like you can try the aab in the 0.6.4 release https://github.com/peercoin/peercoin_flutter/releases/tag/v0.6.4

ghost commented 2 years ago

Yeah, the new update seems to have fixed the bug