pooler / electrum-ltc

Electrum-LTC Litecoin wallet
https://electrum-ltc.org
MIT License
194 stars 102 forks source link

Electrum LTC crashes after login in with correct Password #134

Open wendel2 opened 6 years ago

wendel2 commented 6 years ago

Please could you help me?

I use Linux Mint 18.3 Connamon 64 bit and I update my Electrum -LTC Wallet to the most recent version (3.0.5.1).

When I login, after 5 seconds the software crashes.

Electrum-BTC presented the same problem. However, after deleting the config file, it has returned to normal, but Electrum-LTC it doesn't.

Here the last code before crash (my native languague is Portuguese):

[84.197.110.145] connected [Network] no height for main interface [Network] switching to 84.197.110.145:50004:s [Network] sending subscriptions to 84.197.110.145:50004:s 0 0 [Network] fee_estimates[25] 99993 [Network] fee_estimates[10] 99993 [Network] fee_estimates[5] 99993 [Network] fee_estimates[2] 99993 [Network] relayfee 100000 [e-1.claudiobox.com] cannot resolve hostname [profiler] load_transactions 0.0003 [profiler] build_reverse_history 0.0000 [profiler] save_transactions 0.0002 [profiler] check_history 0.0003 [e-2.claudiobox.com] cannot resolve hostname [profiler] on_update 0.0025 [ElectrumWindow/wallet_LTC] Notifying GUI [technetium.network] connected [electrum.ltc.xurious.com] connected EOF occurred in violation of protocol (_ssl.c:645) [electrum-ltc.bysh.me] connected [btc.cihar.com] SSL certificate signed by CA [btc.cihar.com] connected [elec.luggs.co] connected [electrumx.nmdps.net] SSL certificate signed by CA [electrumx.nmdps.net] connected [electrum-ltc0.snel.it] connected [electrum-ltc.ddns.net] SSL error retrieving SSL certificate: EOF occurred in violation of protocol (_ssl.c:645) [electrum-ltc.petrkr.net] connected [electrum-ltc.wilv.in] connected [profiler] write 0.0000 [profiler] save_transactions 0.0006 [profiler] on_update 0.0092 QTextCursor::setPosition: Position '1' out of range QTextCursor::setPosition: Position '1' out of range QTextCursor::setPosition: Position '1' out of range [profiler] on_update 0.0069 [profiler] on_update 0.0070 Falha de segmentação (imagem do núcleo gravada) The last line of code has the translation as "segmentation fault (core dumped)".

Thank You for your help!

pooler commented 6 years ago

By, "login", do you mean entering the wallet password?

Did you install Electrum-LTC, or are you running it from the source directory? In either case, what commands did you issue to perform the upgrade, exactly?

wendel2 commented 6 years ago

Sorry for my bad English.

By, "login", do you mean entering the wallet password?

Yes, I do.

Did you install Electrum-LTC, or are you running it from the source directory? In either case, what commands did you issue to perform the upgrade, exactly?

To upgrade, a follow these steps: sudo apt-get install python3-setuptools python3-pyqt5 python3-pip python3-dev libssl-dev sudo pip3 install https://electrum-ltc.org/download/Electrum-LTC-3.0.5.1.tar.gz electrum-ltc

To see the flags, when crash occur, I run this command on my Linux Mint 18.3: electrum-ltc -v

pooler commented 6 years ago

Apparently related to https://github.com/spesmilo/electrum/issues/3660.

Perlover commented 6 years ago

Hi! I am author of #3660 issue Please try to remove ~/.electrum directory (don't forget make backup of wallet files!) and rerun electrum again (it will create ~/.electrum) and after to copy wallet files again in ~/.electrum/wallets I think it can help