Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Class cast failure in CredentialsWizardModel.showOperationFailed #853

Closed jim618 closed 8 years ago

jim618 commented 8 years ago

Looks like an unexpected class being returned which makes a class cast go bang

 error report uploaded. Id: 57a7340

MultiBit HD version: 0.1.4
Operating system: 64 2.6.32-358.11.1.el6.centos.plus.x86_64 Linux

User notes length: 258

Number of stack traces: 2
First stack trace:
java.lang.ClassCastException: org.multibit.hd.hardware.core.messages.Features cannot be cast to org.multibit.hd.hardware.core.messages.Failure
    at org.multibit.hd.ui.views.wizards.credentials.CredentialsWizardModel.showOperationFailed(CredentialsWizardModel.java:364) ~[multibit-hd.jar:na]
    at org.multibit.hd.ui.views.wizards.AbstractHardwareWalletWizard$9.run(AbstractHardwareWalletWizard.java:348) ~[multibit-hd.jar:na]
gary-rowe commented 8 years ago

Fixed as side effect of #837 (see b51ef653)

Closing.