particl / particl-desktop

The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
https://particl.io
GNU General Public License v2.0
177 stars 89 forks source link

Cant "Create" / "Restore" wallet #739

Closed EagleEye25 closed 6 years ago

EagleEye25 commented 6 years ago

Describe bug/issue

unable to create or restore wallet, get "work queue depth exceeded error.

How to reproduce

run through create or restore wallet steps

More information

test console log information: https://zerobin.net/?26a1f8acbf7b83d2#rFdrkbbcaSektS/CdxWYUMJ9T8xRkAdZhDzhUlTUR0I=

kewde commented 6 years ago

Work queue depth exceeded

Is an error returned by the daemon, I suspect when there are too many RPC calls going on. What branch were you on?

EagleEye25 commented 6 years ago

was on Dev, tested on 1.1.0-RC2 now as well, and it didnt want to create or restore either: updated console information with spy: https://zerobin.net/?6c7e5f2d8d590327#yngeOoIct4G9jP5q6Hvni6N/k64G8AVNyTFyI9g0FME=

EagleEye25 commented 6 years ago

new console information with -debug: https://zerobin.net/?9551753850b2b906#kLO2P6Yj19mrCL3Du2SgUS0Z1+E3tFsyhIXIun85lNg=

EagleEye25 commented 6 years ago

debug log: debug.zip

HenkSwardt commented 6 years ago

This issue has been duplicated, also see #623

HenkSwardt commented 6 years ago

I have tested this using the RC3 release on 2 Windows 10 (64 bit) systems, and was able to create wallets on both occasions.

anandsinghparihar commented 6 years ago

I just install 1.1.0 release on windows 10 and I can see that issue on my machine, which reported by @EagleEye25 desktop screenshot 1

kewde commented 6 years ago

RPC timeout was increased for calls that involve importing the wallet. Should be fixed.