input-output-hk / daedalus

The open source cryptocurrency wallet for ada, built to grow with the community
https://daedaluswallet.io/
Apache License 2.0
1.23k stars 297 forks source link

[BUG] Daedalus 5.3.0 gets stuck with the infamous ledger bug of cardano-node v1.35.4 #3182

Closed onyxstakepool closed 4 months ago

onyxstakepool commented 4 months ago

Daedalus 5.3.0 gets stuck in epoch 484 around slot 391,468 and cardano-node v1.35.4 keeps crashing with the infamous ledger bug that was fixed in cardano-node v1.35.5 on Jan 27, 2023!

cardano-node: Failure in Data.Map.balanceR
CallStack (from HasCallStack):
  error, called at src/Data/Map/Internal.hs:4157:30 in containers-0.6.5.1-EiES0HFUZ8PBGNrpVjoYRF:Data.Map.Internal

Emergency Fix on MacOS Daedalus 5.3.0 can be fixed by copying the cardano-cli and cardano-node binaries from the cardano-node v1.35.5 binary distribution to the directory Contents/MacOS/ in the Daedalus Mainnet.app application.

kevinhammond commented 4 months ago

Thank you, @onyxstakepool. The Daedalus team is looking into this. I've pointed them at this issue.

glitch40 commented 4 months ago

Emergency Fix for Windows

Daedalus 5.3.0 can be fixed by extracting and copying the cardano-cli.exe and cardano-node.exe files from the cardano-node v1.35.5 distribution for win 64 to the directory C:\Program Files\Daedalus Mainnet with Daedalus closed. You will need to give both files Admin privileges when you copy them to the folder overwriting the original files, you can then restart and allow Daedalus to sync.

(1.35.7 cardano-node and cardano-cli will also work from my testing)

michalrus commented 4 months ago

This has been fixed in the latest 5.3.1 release. Feel free to reopen if you're still experiencing issues.