Difference between revisions of "Debug.log"

From DeFiChain-Wiki
Line 11: Line 11:
 
Possible error messages:
 
Possible error messages:
  
* [[Wallet.dat corrupt salvage failed|Wallet.dat corrupt, salvage failed]]
+
== Wallet.dat corrupt, salvage failed ==
  
<blockquote></blockquote>
+
 
 +
Detailed error message:<blockquote>init message: Verifying wallet(s)...
 +
 
 +
Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
 +
 
 +
Using wallet C:/Users\"Username"\Download\DeFiChain Wallets\Wallet.dat
 +
 
 +
BerkeleyEnvironment::Open: LogDir=C:/Users\"Username"\Download\DeFiChain Wallets\database ErrorFile=C:/Users\"Username"\Download\DeFiChain Wallets\db.log
 +
 
 +
Failed to rename Wallet.dat to Wallet.dat.1614585866.bak
 +
 
 +
Error: Wallet.dat corrupt, salvage failed
 +
 
 +
Shutdown: In progress...
 +
 
 +
scheduler thread interrupt
 +
 
 +
Shutdown: done</blockquote>Solution:
 +
 
 +
# Restart the computer
 +
# Move the folder mentioned above to another location. In this example above: C:/Users\"Username"\Download\DeFiChain Wallets\
 +
# Launch the DeFiChain app<blockquote></blockquote>

Revision as of 10:41, 10 March 2021

If the DeFiChain App Wallet does not work properly, it can be helpful to check the debug.log file for error messages.


Windows:

  1. Go to C:/Users\"username"\AppData\Roaming\DeFi Blockchain
  2. Open the debug.log
  3. Read the error message at the end of the file and try to find and fix the error.


Possible error messages:

Wallet.dat corrupt, salvage failed

Detailed error message:

init message: Verifying wallet(s)...

Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)

Using wallet C:/Users\"Username"\Download\DeFiChain Wallets\Wallet.dat

BerkeleyEnvironment::Open: LogDir=C:/Users\"Username"\Download\DeFiChain Wallets\database ErrorFile=C:/Users\"Username"\Download\DeFiChain Wallets\db.log

Failed to rename Wallet.dat to Wallet.dat.1614585866.bak

Error: Wallet.dat corrupt, salvage failed

Shutdown: In progress...

scheduler thread interrupt

Shutdown: done

Solution:

  1. Restart the computer
  2. Move the folder mentioned above to another location. In this example above: C:/Users\"Username"\Download\DeFiChain Wallets\
  3. Launch the DeFiChain app