Dash Wallet not start anymore Win 10

WirdNix

New member
1. Hello

I run my Dash Wallet without problems for a few weeks, but now when i try to open it, it´s not starting anymore.
System Win 10 Prof. 64bit
Dash Core 64bit

in the debug i have only this:

GUI: setGeometry: Unable to set geometry 5x13+640+280 on QWidgetWindow/'QLabelClassWindow'. Resulting geometry: 120x13+640+280 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
2016-11-24 10:29:57 GUI: "registerShutdownBlockReason: Successfully registered: Dash Core didn't yet exit safely..."
2016-11-24 10:29:57

***HERE WAS A LOT MORE EMPTY LINES, I DELETE FOR THE POST *****

2016-11-24 10:29:57 Dash version v0.12.0.58 (2016-06-09 19:34:11 +0200)
2016-11-24 10:29:57 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2016-11-24 10:29:57 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
2016-11-24 10:29:57 Default data directory C:\Users\Michael\AppData\Roaming\Dash
2016-11-24 10:29:57 Using data directory Z:\Program Files\Dash
2016-11-24 10:29:57 Using config file Z:\Program Files\Dash\dash.conf
2016-11-24 10:29:57 Using at most 125 connections (2048 file descriptors available)
2016-11-24 10:29:57 Using 3 threads for script verification
2016-11-24 10:29:57 Creating backup of "Z:\Program Files\Dash\wallet.dat" -> "Z:\Program Files\Dash\backups\wallet.dat.2016-11-24-10-29"
2016-11-24 10:29:57 Old backup deleted: "Z:\Program Files\Dash\backups\wallet.dat.2016-11-24-09-20"
2016-11-24 10:29:57 Using wallet wallet.dat
2016-11-24 10:29:57 init message: Verifiziere Wallet...
2016-11-24 10:29:57 CDBEnv::Open: LogDir=Z:\Program Files\Dash\database ErrorFile=Z:\Program Files\Dash\db.log
2016-11-24 10:29:57 Bound to [::]:9999
2016-11-24 10:29:57 Bound to 0.0.0.0:9999
2016-11-24 10:29:57 init message: Lade Blockindex...
2016-11-24 10:29:57 Opening LevelDB in Z:\Program Files\Dash\blocks\index
2016-11-24 10:29:57 Opened LevelDB successfully
2016-11-24 10:29:57 Opening LevelDB in Z:\Program Files\Dash\chainstate
2016-11-24 10:29:57 Opened LevelDB successfully

Any Help where nice, Yesterday the Wallet start without problems,
the only changes was Yesterday a update of NVidea driver.
I try with installing the Old driver but it´s not helping

Thanks
 
Did you try turning it off and turning it back on again? ;) I'm guessing you rebooted when you changed Nvidia drivers so it's unlikely to be the client hanging on exit, I can't see how the Nvidia driver could make a difference though, maybe it's upset something with Qt? I'm not familiar with windows but the first step is back up your wallet, then back it up again somewhere else to be doubly safe. After that I'd try re-installing the client after clearing out all configurations and remaining files but I'd suggest waiting for someone more familiar with windows to post, hopefully there's a simple solution.
 
Okay, if you are still having problems try the following :

Make backups of both your wallet.dat and the folder where your autobackups are kept and save them in a seperate location. Make those backups when the wallet is not running !

Now you have a couple of options :

You can try starting the wallet with commandline option "re-index" by adding -reindex in the shortcut, specifically in the target area of the shortcut (for example --> C:\Dash\dash-qt.exe -reindex)
You can try starting the wallet with commandline option "re-scan" by adding -rescan in the shortcut, specifically in the target area of the shortcut (for example --> C:\Dash\dash-qt.exe -rescan)

If both options do not fix your problem, you can do something a little bit more complicated and really requires you to make copies of your wallet.dat and your backup folder !!

Download the Dash blockchain for Mainnet from here : https://github.com/UdjinM6/dash-bootstrap and make sure to read the instructions on how to use the bootstrap
Delete everything in your Dash directory folder except your wallet.dat (if your wallet acts as a masternode wallet then do not delete the dash.conf & masternode.conf !!)
Place the bootstrap in your Dash Directory folder and let it fully sync

If this still does not solve your problem, try doing above with older backups from your backup folder, just rename one of those older backups to wallet.dat
and place it in the Dash folder, run the Dash wallet then with commandline option -reindex (as described above) and see if that fixes your problem.

edit :

2016-11-24 10:29:57 CDBEnv::Open: LogDir=Z:\Program Files\Dash\database ErrorFile=Z:\Program Files\Dash\db.log

This is most likely an indication that your blockchain got damaged, so i think your best solution in this case is using the bootstrap method i described above to restore your blockchain.
 
Last edited:
@stan.distortion
Thanks

Okay, if you are still having problems try the following :

Make backups of both your wallet.dat and the folder where your autobackups are kept and save them in a seperate location. Make those backups when the wallet is not running !

Now you have a couple of options :

You can try starting the wallet with commandline option "re-index" by adding -reindex in the shortcut, specifically in the target area of the shortcut (for example --> C:\Dash\dash-qt.exe -reindex)
You can try starting the wallet with commandline option "re-scan" by adding -rescan in the shortcut, specifically in the target area of the shortcut (for example --> C:\Dash\dash-qt.exe -rescan)

If both options do not fix your problem, you can do something a little bit more complicated and really requires you to make copies of your wallet.dat and your backup folder !!

Download the Dash blockchain for Mainnet from here : https://github.com/UdjinM6/dash-bootstrap and make sure to read the instructions on how to use the bootstrap
Delete everything in your Dash directory folder except your wallet.dat (if your wallet acts as a masternode wallet then do not delete the dash.conf & masternode.conf !!)
Place the bootstrap in your Dash Directory folder and let it fully sync

If this still does not solve your problem, try doing above with older backups from your backup folder, just rename one of those older backups to wallet.dat
and place it in the Dash folder, run the Dash wallet then with commandline option -reindex (as described above) and see if that fixes your problem.

edit :



This is most likely an indication that your blockchain got damaged, so i think your best solution in this case is using the bootstrap method i described above to restore your blockchain.

Thanks,
the Error was the Blockchain.
 
Back
Top