Mist: Accounts not generating

Created on 18 Jul 2018  路  30Comments  路  Source: ethereum/mist

Still the same as in #1716. After creating it is stuck with "Generating account" message.

thats the issue with not poping up accounts while syncing i guess. This should be fixed in the next release.

Looks as if it hasn't been fixed. Is it hard to display a proper note message? Like, new accounts can't be created while we're synchronizing. :man_shrugging:

--
Meta:

Version: `0.11`
OS & Version: Windows 7
Node version: `geth 1.8.11`
Number of blocks synchronized: 0

Dev console has something:

image

Account mgmt Information needed Bug

Most helpful comment

I am running 0.11.1 on macOS High Sierra 10.13.6 and it is stuck

All 30 comments

I think I am having the same issue generating a new wallet account. New wallet install (never used it before) and it gets stuck on "generating account". Do I need to let the wallet sync first, even though it is in "Light" mode?

Version: 0.11.0
OS: Windows 10

capture

Thanks for reporting. While testing, I was able to reproduce the hanging window on mainnet with no-sync, but the account was still generated and viewable in the wallet. Will investigate further.

I'm having a similar issue as described by @ksnell88 , as a fresh install on Win10, when I open up Ethereum Wallet and click 'Add Account', it requests a password, then verification of the password, and then it sits on the 'Generating Account' message indefinitely in that same window. This happened regardless of the 'Sync mode' preference I had Ethereum Wallet on. No files were generated in the 'keystore' folder, and no accounts are visible upon restarting the Wallet or the computer. Below is part of the main.log file that I found may be of some use?

[2018-07-20T10:47:42.752] [ERROR] (ui: popupWindow) - Unable to load preload script: C:\Program Files\Ethereum-Wallet\resources\app.asar\modules/preloader/popupWindows.js

[2018-07-20T10:47:42.753] [ERROR] (ui: popupWindow) - Error: %1 is not a valid Win32 application.
\\?\C:\Users\user\AppData\Local\Temp\34b63e59-94da-4378-8bd8-bd38f678aa27.tmp.node
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:172:20)
    at Object.Module._extensions..node (module.js:598:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:186:18)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\Program Files\Ethereum-Wallet\resources\app.asar\node_modules\scrypt\index.js:3:20)
    at Object.<anonymous> (C:\Program Files\Ethereum-Wallet\resources\app.asar\node_modules\scrypt\index.js:388:3)

[2018-07-20T10:47:42.850] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...

Same problem...

what is interesting - It possible to create an account with Geth in command line. It works fine and lists new account. But Mist or Etherium Wallet hangs on same step.
Win 10, win firewall in shut, so I'm confused.
Could anybody help?

logs below:

consoleLogCapture.js:40 Error: %1 is not a valid Win32 application.
\?\C:\Users\AYRomanov.LANIT\AppData\Local\Temp\a0590098-b654-4fe9-8374-a650aa2d2b0c.tmp.node
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:172:20)
at Object.Module._extensions..node (module.js:598:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:186:18)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (C:\Program Files\Mist\resources\app.asarnode_modules\scrypt\index.js:3:20)
at Object. (C:\Program Files\Mist\resources\app.asarnode_modules\scrypt\index.js:388:3) @ C:\Program Files\Mist\resources\electron.asar\renderer\init.js:191:13)
(anonymous) @ consoleLogCapture.js:40

we'll have this sorted for the next release, but if you want to get a new account into Mist/Ethereum Wallet, you can generate one with MyCrypto or MyEtherWallet, then move that keystore file into your geth keystore directory (location varies based on OS).

I'm having the same issue on latest Win 10.

Can anyone give the steps required to make a MyEtherWallet to then move that keystore file to the geth keystore directory

Hi everyone, this issue was fixed in version 0.11.1. please update.

thank you for reporting!

I am running 0.11.1 on macOS High Sierra 10.13.6 and it is stuck

Hi there. Im in the same boat, and running 011.1 on windows 10.
Some kind of solution??

@jamesy0ung I think this is a macOS firewall issue. I had the same issue. I quit the app and restarted it. Upon restart it prompted me to allow incoming connections. After I allowed incoming connections and created a wallet again, it completed instantly.

Thanks @mauvity. I faced the same issue in Windows10 however it gets resolved once I allow it through firewall after restarting the wallet.

I just had the same issue on MAC OS Sierra 10.12.2 and don't have the firewall enabled so its not specifically a firewall issue. However closing the app, reopening the app and then repeating the procedure to create an account worked fine so it may just be an issue which occurs when the app is first installed.

I had reports from people that don't have firewall as well. Restarting seems to work.

It's under investigation, but it seems Geth (ethereum node) might be the culprit. It hangs with lots of CPU usage.

I have the same issue on Windows 10. Can't generate anymore wallets even on the test network. Running the latest version of Mist.

I fixed this by changing sync mode from light to fast back to light again.

Please update to Geth 1.8.13 from within Mist (option Check for node updates). I've got some positive indications it would work.

Let me know if it worked for you. Cheers

Follow SecretReceipe Suggestion, that worked for me. However it just created a trust issue for that perticular wallet. A Wallet that isnt working as intended and get fix by switching option back and foward doesnt seem to me like a viable secure option right now.

It was also hanging on "generating account..." for me (v0.11.1, Ubuntu 16.04):

image

I think it may be because I tried to create an account while it was still connecting? I restarted the app and it worked fine.

I faced same issue in Windows 10, eth ver: 0.11.1
Tried firewall off, app restart didn't work
Resolved:
Open wallet as "run as administrator"
created account immediately.

I faced same issue in Windows 10, eth ver: 0.11.1
Tried firewall off, app restart didn't work
Resolved:
Open wallet as "run as administrator"
created account immediately.

thank you! It works.

Faced the same issue. Stuck on generating wallet. First install ever, ver 0.11.1. Fresh Ubuntu 18.4. No firewalls at all.
Restarted Ethereum Wallet and it then worked.
Note: The GUI still got stuck generating wallet, but this time it created an account in the background.

Hi Guys

Any solutions to this. I am having same issue. Downloaded Ethereum wallet but its stuck on generating account.

Please suggest what to do.

Did you try right clicking on it and clicking "Run as administrator"? Other than that, make sure it is not a firewall or antivirus interfering.

I got the same issue with you guys, and it works fine after restarting the Ethereum Wallet.
Version 0.11.1

sudo open -a "Ethereum Wallet". (Essentially opening it as Admin on mac).
If you downloaded and installed the "Ethereum Wallet", apparently it restricts you to a user level accessibility.
This should allow you to generate a new account without a hick. Cheers

Having the same issue on a fresh install of 0.11.1 x64 on windows 10.
Running as administrator, clicked add account, prompts for password twice, then sits there indefinitely saying "Generating account..."
In the background, I can see it has created "Account 1" with 0.00 ether, but its the generating account... window that never closes.
No feedback to indicate whether that window is safe to close now or not.. how long do I wait for some kind of feedback from the create account process?

Close and reopen fixed it for me on windows

Indeed, also on Mac OS 10.14.3 I got this bug (Mist 0.11.1). Close and reopen and the wallet appeared.

Ditto. macOS 10.14.4, Ethereum Wallet 0.11.1. Once I quit and restart, I tried to create an account again, and it took a couple of seconds rather than the ten minutes I waited before giving up previously.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stephantual picture stephantual  路  7Comments

tomtom87 picture tomtom87  路  4Comments

ivica7 picture ivica7  路  6Comments

Scrooge69 picture Scrooge69  路  3Comments

pingram3541 picture pingram3541  路  6Comments