LedgerHQ / app-monero

Monero wallet application for Ledger Nano S & X
Apache License 2.0
273 stars 101 forks source link

Ledger Nano X wrong device status after upgrading to 0.17.0.1 #84

Closed mountassir closed 4 years ago

mountassir commented 4 years ago

Hi,

After upgrading to the GUI 0.17.0.1, the wallet can no longer open the hardware wallet, these are the errors I see in the logs:

ERROR   device.ledger   src/device/device_ledger.cpp:484    Wrong Device Status: 0x6e00 (SW_CLA_NOT_SUPPORTED), EXPECTED 0x9000 (SW_OK), MASK 0xffff
ERROR   WalletAPI   src/wallet/api/wallet.cpp:719   Error opening wallet: Wrong Device Status: 0x6e00 (SW_CLA_NOT_SUPPORTED), EXPECTED 0x9000 (SW_OK), MASK 0xffff
ERROR   frontend    src/wallet/api/wallet.cpp:416   Error opening wallet with password:  Wrong Device Status: 0x6e00 (SW_CLA_NOT_SUPPORTED), EXPECTED 0x9000 (SW_OK), MASK 0xffff

The Ledger app is on version 1.6.

Thanks

pricead commented 4 years ago

I believe you need to download the new Ledger Monero app from the Developer section in Ledger Live's Manager.

mountassir commented 4 years ago

Yep that was it, thanks!