Bitcoin Forum
May 25, 2024, 09:47:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin-qt crashes after start up  (Read 567 times)
JayCoin (OP)
Sr. Member
****
Offline Offline

Activity: 409
Merit: 251


Crypt'n Since 2011


View Profile WWW
September 18, 2017, 01:24:50 AM
Last edit: September 18, 2017, 01:37:53 AM by JayCoin
 #1

Installed new version of bitcoin-qt 0.15.0 on windows 10 64-bit and now it crashes every time i start it after it finishes loading the blockchain.

last few lines of debug:

2017-09-18 01:16:35 Bound to [::]:8333
2017-09-18 01:16:35 upnp thread start
2017-09-18 01:16:35 Bound to 0.0.0.0:8333
2017-09-18 01:16:35 init message: Loading P2P addresses...
2017-09-18 01:16:36 Loaded 63020 addresses from peers.dat  448ms
2017-09-18 01:16:36 init message: Loading banlist...
2017-09-18 01:16:36 init message: Starting network threads...
2017-09-18 01:16:36 dnsseed thread start
2017-09-18 01:16:36 addcon thread start
2017-09-18 01:16:36 opencon thread start
2017-09-18 01:16:36 msghand thread start
2017-09-18 01:16:36 net thread start
2017-09-18 01:16:36 init message: Done loading
2017-09-18 01:16:36 GUI: Platform customization: "windows"
2017-09-18 01:16:36 GUI: PaymentServer::LoadRootCAs: Loaded  58  root certificates

What to do next?

EDIT:

This is the debug in visual studio:

Unhandled exception at 0x000000000134450C in bitcoin-qt.exe: 0xC0000005: Access violation writing location 0x0000000002600FF8.

Assebly Stack:
000000000134450C  call        qword ptr [21FE014h] 


Hello There!
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3402
Merit: 6657


Just writing some code


View Profile WWW
September 18, 2017, 02:11:48 AM
 #2

Open up the registry editor (type regedit.exe in the start menu and run the program) and go to Computer\HKEY_CURRENT_USER\Software\Bitcoin\Bitcoin-Qt. Then click File > Export and export those registry keys to a file and post the contents of that file here. Those registry keys correspond to the GUI settings for Bitcoin Core. Then start Bitcoin Core with the -resetguisettings command line option (add it to the target for your shortcut) or add that option to your bitcoin.conf temporarily. This will clear any and all GUI settings that you have, and because it will, I need to see what you had previously to help debug this problem which is why you need to export them first with regedit (I think I know what the problem is, I just want to be sure).

JayCoin (OP)
Sr. Member
****
Offline Offline

Activity: 409
Merit: 251


Crypt'n Since 2011


View Profile WWW
September 19, 2017, 12:23:24 AM
 #3

Yep. That worked.

Thanks.

Here is the registration entry before I reset the GUI settings.

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Bitcoin\Bitcoin-Qt]
"strDataDir"="D:\\blockChains\\bitcoindata"
"fRestartRequired"="false"
"fMinimizeToTray"="true"
"fMinimizeOnClose"="true"
"nDisplayUnit"=dword:00000000
"bDisplayAddresses"="false"
"strThirdPartyTxUrls"=""
"fCoinControlFeatures"="true"
"nDatabaseCache"=hex(b):2c,01,00,00,00,00,00,00
"nThreadsScriptVerif"=dword:00000000
"nTransactionFee"=hex(b):e8,03,00,00,00,00,00,00
"bSpendZeroConfChange"="true"
"fUseUPnP"="true"
"fUseProxy"="false"
"addrProxy"="127.0.0.1:9050"
"nSocksVersion"=dword:00000005
"language"=""
"nOptionsDialogWindowPos"="@Point(680 340)"
"nOptionsDialogWindowSize"="@Size(560 400)"
"nWindowPos"="@Point(-847 0)"
"nWindowSize"="@Size(838 978)"
"nRPCConsoleWindowPos"="@Point(-796 273)"
"nRPCConsoleWindowSize"="@Size(652 629)"
"nHelpMessageDialogWindowPos"="@Point(560 340)"
"nHelpMessageDialogWindowSize"="@Size(800 400)"
"fListen"="true"
"fFeeSectionMinimized"="false"
"nFeeRadio"=dword:00000000
"nCustomFeeRadio"=dword:00000001
"nSmartFeeSliderPosition"=dword:00000013
"fPayOnlyMinFee"="false"
"fSendFreeTransactions"="true"
"nCoinControlMode"="true"
"nCoinControlSortColumn"=dword:00000009
"nCoinControlSortOrder"=dword:00000001
"fUseSeparateProxyTor"="false"
"addrSeparateProxyTor"="127.0.0.1:9050"
"nSettingsVersion"=dword:000249f0
"fHideTrayIcon"="false"
"consoleFontSize"=dword:00000009
"fReset"="false"

Hello There!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!