vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.
Apache License 2.0
196 stars 74 forks source link

beta2 crashes on windows after restoring wallet #174

Closed DavidBurkett closed 5 years ago

DavidBurkett commented 5 years ago

Running windows 10. Restored from seed. Took a couple minutes, and then crashed. Now when I open it, I enter my password, press enter, and it crashes. Can't find the logs, or I would attach them.

jaspervdm commented 5 years ago

Thanks for reporting! That's weird. I just did a restore from a seed on Windows 10 and it worked without issue. To see logs, set environment variable RUST_LOG to DEBUG and run with --daemon flag

DavidBurkett commented 5 years ago

It was just using the old node. I double-clicked the exe, rather than running it from command prompt, so I didn't see the:

The Grin Node in use (version 1.x.x series) is outdated and incompatible with this wallet version.
Please update the node to version 2.0.0 or later and try again.

Pro-tip: For windows, it's recommended to do a system("pause"), or however it's done in rust, before terminating, unless the user specifically requested to quit.