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

Creating a new hardware wallet when a default wallet exists crashes Electrum #1057

Closed
chrisrico opened this issue Mar 4, 2015 · 4 comments
Closed

Comments

@chrisrico
Copy link
Contributor

This is in the 2.0 version for Windows. Creating the wallet for my first Trezor worked perfectly. Trying to create the second, Electrum silently exits/crashes after the clicking Next on the Select your hardware wallet dialog.

I can't find any logs (files or Windows event log), but I will happily post them if you tell me where to look.

@ecdsa
Copy link
Member

ecdsa commented Mar 5, 2015

is the default wallet a trezor wallet?

@chrisrico
Copy link
Contributor Author

Yes, that is correct. The one it fails to create is also a Trezor wallet (different Trezor).

@ecdsa
Copy link
Member

ecdsa commented Mar 5, 2015

I guess the problem is that it does not close the connection to the first trezor wallet before opening the second one.
here is a workaround: create a standard wallet, open it, and then create your second trezor wallet

@ot4me
Copy link

ot4me commented Mar 11, 2015

happens also in 2.0.2 and on mac os.
in 2.0 it did not crash but stopped responding and ended up in a kind of limbo. now it crashes. my point is there was some improvement but issue is not resolved.

@ecdsa ecdsa closed this as completed in 8251c5b Apr 20, 2015
protonn pushed a commit to argentumproject/electrum-arg that referenced this issue Feb 15, 2019
* Fix FloatingActionButton positioning on API levels before 21

* Use pkgutil to load data files, so `electroncash` package doesn't need to be extracted on Android:
Closes spesmilo#1062, which I assume was caused by the cache directory being cleared while the app was running.

* Update to Chaquopy 5.0.7 (closes spesmilo#1060)

* Use new Chaquopy primitive conversion methods

* Use new Chaquopy container view methods

* Update to Chaquopy 5.1.0  /  Pin version of pycryptodomex

* Use correct container interface when calling get_blockchains

* Add missing lock (closes spesmilo#1109)

* Don't restore UI state if process has been restarted (closes spesmilo#1057, closes spesmilo#1093, closes spesmilo#1095)

* Fix "Can not perform this action after onSaveInstanceState" errors (closes spesmilo#1083, closes spesmilo#1091, closes spesmilo#1103)

* Trigger onShowDialog from DialogFragment.onStart rather than Dialog.setOnShowListener (closes spesmilo#1108, and see also spesmilo#1046)

* Don't show temporary files in wallet list (closes spesmilo#1102)

* ImageView size is now unavailable in onShowDialog, so get QR resolution from resource instead

* Catch network exceptions at top level of Connection thread (closes spesmilo#1096)

* Add missing locks

* Fix unit tests

* Update Android license agreement hash
Toporin pushed a commit to Toporin/electrum-satochip that referenced this issue Feb 16, 2021
* Fix FloatingActionButton positioning on API levels before 21

* Use pkgutil to load data files, so `electroncash` package doesn't need to be extracted on Android:
Closes spesmilo#1062, which I assume was caused by the cache directory being cleared while the app was running.

* Update to Chaquopy 5.0.7 (closes spesmilo#1060)

* Use new Chaquopy primitive conversion methods

* Use new Chaquopy container view methods

* Update to Chaquopy 5.1.0  /  Pin version of pycryptodomex

* Use correct container interface when calling get_blockchains

* Add missing lock (closes spesmilo#1109)

* Don't restore UI state if process has been restarted (closes spesmilo#1057, closes spesmilo#1093, closes spesmilo#1095)

* Fix "Can not perform this action after onSaveInstanceState" errors (closes spesmilo#1083, closes spesmilo#1091, closes spesmilo#1103)

* Trigger onShowDialog from DialogFragment.onStart rather than Dialog.setOnShowListener (closes spesmilo#1108, and see also spesmilo#1046)

* Don't show temporary files in wallet list (closes spesmilo#1102)

* ImageView size is now unavailable in onShowDialog, so get QR resolution from resource instead

* Catch network exceptions at top level of Connection thread (closes spesmilo#1096)

* Add missing locks

* Fix unit tests

* Update Android license agreement hash
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