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

Wasabi Wallet (2.0.7) crashed with no block found from a certain blockheight #13021

Closed
kravens opened this issue May 12, 2024 · 2 comments
Closed

Comments

@kravens
Copy link

kravens commented May 12, 2024

General Description

Wallet crashed while waiting for a specific block.

How To Reproduce?

  1. Go to Bitcoin in Settings
  2. Clear P2P endpoint entry (my wallet was stuck loading for a long while, suspected the connection to my node was not OK)
  3. Restart Wasabi Wallet
  4. Wait for the wallet to sync with other peers
  5. See Error.

Screenshots

image

Operating System

Win11 (latest updates)

Logs

Exception type: System.Diagnostics.UnreachableException

Message: No block was found for a batch starting with block height 827529.

Stack Trace:    at WalletWasabi.Fluent.Desktop.Program.Main(String[] args)

Inner Exception: 
2024-05-12 04:22:40.021 [14] INFO	HostedServices.StopAllAsync (89)	Stopped CoinJoin Manager.
2024-05-12 04:22:40.026 [14] INFO	HostedServices.Dispose (148)	Disposed Wasabi Synchronizer.
2024-05-12 04:22:40.030 [14] INFO	HostedServices.Dispose (148)	Disposed Software Update Checker.
2024-05-12 04:22:40.033 [14] INFO	HostedServices.Dispose (148)	Disposed Bitcoin P2P Network.
2024-05-12 04:22:40.037 [14] INFO	HostedServices.Dispose (148)	Disposed Blockstream.info Fee Provider.
2024-05-12 04:22:40.041 [14] INFO	HostedServices.Dispose (148)	Disposed Third Party Fee Provider.
2024-05-12 04:22:40.044 [14] INFO	HostedServices.Dispose (148)	Disposed TorMonitor.
2024-05-12 04:22:40.048 [14] INFO	HostedServices.Dispose (148)	Disposed Tor Network Checker.
2024-05-12 04:22:40.052 [14] INFO	HostedServices.Dispose (148)	Disposed Round info updater.
2024-05-12 04:22:40.055 [14] INFO	HostedServices.Dispose (148)	Disposed CoinJoin Manager.
2024-05-12 04:22:40.059 [14] INFO	HostedServices.Dispose (148)	Disposed Sleep Inhibitor.
2024-05-12 04:22:40.063 [14] INFO	HostedServices.Dispose (148)	Disposed BuyAnythingManager.
2024-05-12 04:22:40.066 [14] INFO	Global.DisposeAsync (486)	Stopped background services.
2024-05-12 04:22:40.070 [14] INFO	Global.DisposeAsync (490)	Disposed RoundStateUpdaterCircuit.
2024-05-12 04:22:40.075 [23] INFO	Global.DisposeAsync (495)	HttpClientFactory is disposed.
2024-05-12 04:22:40.079 [14] INFO	Global.DisposeAsync (499)	CoordinatorHttpClientFactory is disposed.
2024-05-12 04:22:40.083 [14] INFO	Global.DisposeAsync (516)	TorStatusChecker is stopped.
2024-05-12 04:22:40.090 [23] INFO	Global.DisposeAsync (541)	TorManager is stopped.
2024-05-12 04:22:40.094 [23] INFO	Global.DisposeAsync (547)	Cache is disposed.
2024-05-12 04:22:40.099 [23] INFO	Global.DisposeAsync (553)	IndexStore is disposed.
2024-05-12 04:22:40.103 [23] INFO	Global.DisposeAsync (556)	AllTransactionStore is disposed.
2024-05-12 04:22:40.107 [1] INFO	TerminateService.Terminate (184)	Wasabi stopped gracefully (644249af-c2ca-4b69-a587-28f9dff6d39b).
2024-05-12 04:22:40.126 [1] INFO	WasabiAppBuilder.BeforeStopping (105)	Wasabi GUI stopped gracefully (644249af-c2ca-4b69-a587-28f9dff6d39b).
2024-05-12 04:22:40.139 [1] CRITICAL	Program.Main (80)	System.Diagnostics.UnreachableException: No block was found for a batch starting with block height 827529.
   at WalletWasabi.Fluent.Desktop.Program.Main(String[] args)

Wasabi Version

2.0.7.0 from .MSI installer.

@molnard
Copy link
Collaborator

molnard commented May 13, 2024

Thx for the report. Did it fix itself after restart?

@kravens
Copy link
Author

kravens commented May 18, 2024

Yes, it turns out there was a typo in the config file that caused the backend to not connect. So we can close the issue.

@kravens kravens closed this as completed May 18, 2024
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

2 participants