Running bitcoin-qt 0.8.6-beta on Windows 8 64bit
I'm running bticoin-qt with -datadir option set to external hard drive.
File: table/table_builder.cc Line: 97 Expression: r->options.comparator->Compare(key, Slice(r->last_key)) > 0
Running bitcoin-qt 0.8.6-beta on Windows 8 64bit
I'm running bticoin-qt with -datadir option set to external hard drive.
File: table/table_builder.cc Line: 97 Expression: r->options.comparator->Compare(key, Slice(r->last_key)) > 0
Looks like a leveldb corruption. Was there an unclean shutdown/unmount or power failure or so?
Running with -reindex should solve it.
Thanks, that fixed mine that has been down for months. Would be great if they had an error handler catch that error and go into -reindex automatically, maybe with a messagebox notifying the user of the incorrect shutdown.