Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: vfoolio on May 13, 2011, 11:37:52 PM



Title: bitcoin error
Post by: vfoolio on May 13, 2011, 11:37:52 PM
i get these errors when trying to load bitcoin

EXCEPTION: NSt8ios_base7failurE
CAutoFile::read : end of file
C:\Program Files (x86)\Bitcoin\bitcoin.exe in AppInit()
 
EXCEPTION: NSt8ios_base7failurE
CAutoFile::read : end of file
C:\Program Files (x86)\Bitcoin\bitcoin.exe in
CMyApp::OnUnhandledException()
 
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.

anyone know what to do?


Title: Re: bitcoin error
Post by: vfoolio on May 26, 2011, 09:12:56 PM
so does anyone know what the problem could be and how to fix it? is there a way i can contact bitcoin about this?


Title: Re: bitcoin error
Post by: bittrader on May 27, 2011, 11:31:01 PM
Go to Start->Run and type in %appdata%\bitcoin and press enter.

What files, if any, are listed? What sizes are each of them?


Title: Re: bitcoin error
Post by: noctolater on June 04, 2011, 04:08:42 PM
I am experiencing the same problem.  Here's the contents of my roaming/Bitcoin folder, as well as the last entry in the debug.log file.  Port 8333 is being forwarded correctly to the computer, in case that is a cause.  Thanks for any help, as I cannot access my bitcoins...  :-\



database      folder
.lock         0 KB
__db.001      24 KB
__db.002      496 KB
__db.003      264 KB
__db.004      96 KB
__db.005      3,912 KB
__db.006      48 KB
addr.dat      4,064 KB
blk0001.dat      125,381 KB
blkindex.dat      79,896 KB
db.log         0 KB
debug.log      5,525 KB
wallet.dat      144 KB


Bitcoin version 0.3.21-beta
OS version Windows NT 6.1 (build 7601, Service Pack 1), 64-bit edition
System default language is 60 English_United States.1252
Language file locale/en_US/LC_MESSAGES/bitcoin.mo (English (U.S.))
Default data directory C:\Users\Louis Porter\AppData\Roaming\Bitcoin
Bound to port 8333
Loading addresses...
dbenv.open strLogDir=C:\Users\Louis Porter\AppData\Roaming\Bitcoin/database strErrorFile=C:\Users\Louis Porter\AppData\Roaming\Bitcoin/db.log
Loaded 37555 addresses
 addresses               593ms
Loading block index...
LoadBlockIndex(): hashBestChain=0000000000001f30f8e6  height=119041


************************
EXCEPTION: NSt8ios_base7failureE       
CAutoFile::read : end of file       
C:\Program Files (x86)\Bitcoin\bitcoin.exe in AppInit()       



************************
EXCEPTION: NSt8ios_base7failureE       
CAutoFile::read : end of file       
C:\Program Files (x86)\Bitcoin\bitcoin.exe in CMyApp::OnUnhandledException()


Title: Re: bitcoin error
Post by: ralree on November 24, 2013, 02:55:23 AM
Get pywallet
Use the recovery features
https://github.com/jackjack-jj/pywallet

Another thing you can try is moving aside the wallet.dat file (back this up somewhere while you're at it), then moving the entire Bitcoin directory aside, and starting bitcoin again to force it to recreate the directory.  Then, close bitcoin, and move a copy of the wallet.dat back over the newly created one.  The only important file is the wallet.dat, so as long as you keep a good copy of that around, you can get the coins back.


Title: Re: bitcoin error
Post by: michagogo on November 24, 2013, 09:06:41 AM
Get pywallet
Use the recovery features
https://github.com/jackjack-jj/pywallet

Another thing you can try is moving aside the wallet.dat file (back this up somewhere while you're at it), then moving the entire Bitcoin directory aside, and starting bitcoin again to force it to recreate the directory.  Then, close bitcoin, and move a copy of the wallet.dat back over the newly created one.  The only important file is the wallet.dat, so as long as you keep a good copy of that around, you can get the coins back.

Uh, you realize this is a post from over 2 years ago, right?