almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
143 stars 59 forks source link

Runtime error #44

Closed UGatgithub closed 7 years ago

UGatgithub commented 7 years ago

Just had a runtime error - Etherwall does not like comma (,) instead of dot (.) runtime errpr which I can reproduce as shown in the screenshot.

UGatgithub commented 7 years ago

Related to this, how should I stop the still running geth? https://ethereum.stackexchange.com/questions/709/how-do-you-stop-a-running-geth-node/24276#24276

almindor commented 7 years ago

Hah nice find. I had something like this happen in the early days but thought I fixed it by forcing U.S. locale. Will investigate.

To stop a "lost" geth you have to kill it. In windows use system monitor and find the process and kill there.

UGatgithub commented 7 years ago

In Germany we normally use comma, not dot and so I crashed into this one. ;-)

FYI, I also added a screenshot and a question in https://github.com/almindor/etherwall/issues/37 as the currency issue repeats too often ... What I can tell is that opening cryptocompare.com in general takes quite some time here ...

almindor commented 7 years ago

Fixed in latest master. NOTE: I have simply made the input validator only accept dot as the decimal separator for now. I'll investigate more locale-friendly options later (2.1+ or so).

Closing this issue will create a new one for the locale-specific support