Android app instantly crashes. #1616

Closed
opened 2025-11-26 22:53:46 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @ghost on GitHub (Mar 22, 2023).

Steps To Reproduce

Open the Android app.

Expected Result

I'll login and be able to see my passwords or whatever.

Actual Result

App crashes.

Screenshots or Videos

Screenshot_2023-03-22-23-10-49-540_com mi android globallauncher-edit

Operating System

Android

Operating System Version

13

Build Version

2023.3.0

Beta

  • Using a pre-release version of the application.
Originally created by @ghost on GitHub (Mar 22, 2023). ### Steps To Reproduce Open the Android app. ### Expected Result I'll login and be able to see my passwords or whatever. ### Actual Result App crashes. ### Screenshots or Videos ![Screenshot_2023-03-22-23-10-49-540_com mi android globallauncher-edit](https://user-images.githubusercontent.com/71558811/227026463-b0474025-1732-4aa9-941b-4a6cd2271153.jpg) ### Operating System Android ### Operating System Version 13 ### Build Version 2023.3.0 ### Beta - [x] Using a pre-release version of the application.
GiteaMirror added the bug label 2025-11-26 22:53:46 -06:00
Author
Owner

@aleks01100001 commented on GitHub (Mar 22, 2023):

by me the issue was solved by clearing the data

@aleks01100001 commented on GitHub (Mar 22, 2023): by me the issue was solved by clearing the data
Author
Owner

@kouhe3 commented on GitHub (Mar 23, 2023):

same here. 😢

@kouhe3 commented on GitHub (Mar 23, 2023): same here. 😢
Author
Owner

@Revival8697 commented on GitHub (Mar 23, 2023):

Here is the crash log on my Poco X3 NFC (non-Pro) running LineageOS microG.
bitwarden.log

@Revival8697 commented on GitHub (Mar 23, 2023): Here is the crash log on my Poco X3 NFC (non-Pro) running LineageOS microG. [bitwarden.log](https://github.com/bitwarden/mobile/files/11047509/bitwarden.log)
Author
Owner

@gxtu commented on GitHub (Mar 23, 2023):

Looks like since https://github.com/bitwarden/mobile/commit/109aeb49e4d380ce029a33b36ebd51c97ceb6764, themes are now referenced by enum instead of a string, but old configurations still contain strings, leading to a crash when parsing them.

Edit: Should GetValueAsync perhaps be expecting a string instead of an int here and/or here?

@gxtu commented on GitHub (Mar 23, 2023): ~~Looks like since https://github.com/bitwarden/mobile/commit/109aeb49e4d380ce029a33b36ebd51c97ceb6764, themes are now referenced by enum instead of a string, but old configurations still contain strings, leading to a crash when parsing them.~~ Edit: Should `GetValueAsync` perhaps be expecting a string instead of an int [here](https://github.com/bitwarden/mobile/blob/master/src/Core/Services/StateMigrationService.cs#L397) and/or [here](https://github.com/bitwarden/mobile/blob/master/src/Core/Services/StateMigrationService.cs#L400)?
Author
Owner

@BlackDex commented on GitHub (Mar 23, 2023):

Same happens using the F-Droid version.

@BlackDex commented on GitHub (Mar 23, 2023): Same happens using the F-Droid version.
Author
Owner

@bentolor commented on GitHub (Mar 23, 2023):

I think I share the problem @gxtu mentions due to the stack trace I receive on crash documented in #2429

@bentolor commented on GitHub (Mar 23, 2023): I think I share the problem @gxtu mentions due to the stack trace I receive on crash documented in #2429
Author
Owner

@mpbw2 commented on GitHub (Mar 23, 2023):

Apologies for the inconvenience everyone. 2023.3.1 will be released shortly, and it should work without having to clear any existing data.

@mpbw2 commented on GitHub (Mar 23, 2023): Apologies for the inconvenience everyone. `2023.3.1` will be released shortly, and it should work without having to clear any existing data.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#1616