[GH-ISSUE #2424] Android app instantly crashes. #76707

Closed
opened 2026-05-19 12:48:50 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @ghost on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/bitwarden/android/issues/2424

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). Original GitHub issue: https://github.com/bitwarden/android/issues/2424 ### 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 2026-05-19 12:48:50 -05:00
Author
Owner

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

by me the issue was solved by clearing the data

<!-- gh-comment-id:1480305527 --> @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. 😢

<!-- gh-comment-id:1480599463 --> @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

<!-- gh-comment-id:1480648279 --> @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 109aeb49e4, 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?

<!-- gh-comment-id:1480801492 --> @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.

<!-- gh-comment-id:1481000367 --> @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

<!-- gh-comment-id:1481056080 --> @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.

<!-- gh-comment-id:1481722716 --> @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#76707