Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Exception: Password not found Instance of 'BadDecryption' #1080

Open
1 task done
akvlad opened this issue Feb 2, 2025 · 1 comment
Open
1 task done

Bug: Exception: Password not found Instance of 'BadDecryption' #1080

akvlad opened this issue Feb 2, 2025 · 1 comment

Comments

@akvlad
Copy link

akvlad commented Feb 2, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

the application shows "Unable to sync" monero wallet after it was closed and reopened:

showLoading caught: Exception: Password not found Instance of 'BadDecryption', #0 StorageCryptoHandler.decryptValue (package:stack_wallet_backup/secure_storage.dart:303)
flutter:
flutter: #1 DesktopSecureStore.read (package:stackwallet/utilities/flutter_secure_storage_interface.dart:95)
flutter:
flutter: #2 SecureStorageWrapper.read (package:stackwallet/utilities/flutter_secure_storage_interface.dart:163)
flutter:
flutter: #3 LibMoneroWallet.open (package:stackwallet/wallets/wallet/intermediate/lib_monero_wallet.dart:202)
flutter:
flutter: #4 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop. (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:143)
flutter:
flutter: #5 showLoading (package:stackwallet/utilities/show_loading.dart:71)
flutter:
flutter: #6 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:147)
flutter:
flutter:
flutter: #0 LibMoneroWallet.open (package:stackwallet/wallets/wallet/intermediate/lib_monero_wallet.dart:206)
flutter:
flutter: #1 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop. (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:143)
flutter:
flutter: #2 showLoading (package:stackwallet/utilities/show_loading.dart:71)
flutter:
flutter: #3 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:147)
flutter:

Expected Behavior

the monero wallet should sync after the pc reboot

Reproduce Steps

  1. Run the application
  2. Restore monero wallet from a 25 words passphrase
  3. Resync the wallet
  4. Close the application
  5. Reboot the PC
  6. Start the application
  7. Go to monero wallet
  8. Click "Resync"

Environment

  • Operating system and version: ubuntu linux 24, sw-v2.1.10
  • Device platform and version: n/a
  • Real device or emulator/simulator: real device

Logs

No response

Further Information

No response

@funkemunky
Copy link

funkemunky commented Feb 7, 2025

I also have the same issue on Fedora 41 using LTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@akvlad @funkemunky and others