BitShares Forum

Main => Technical Support => Topic started by: uruncle on March 02, 2015, 07:00:59 pm

Title: Critical error: 10001
Post by: uruncle on March 02, 2015, 07:00:59 pm
I'm getting Critical error 10001 when I start the client. I believe I use version 0.5.1. I'm using Win7 64bit. When I run bitshares_client.exe I get:

Code: [Select]
10001 level_map_open_failure: level_map open failure
Failure opening database: C:/Users/kristian/AppData/Roaming/BitShares/peers.leveldb
Status: Corruption: error in middle of record
    {"db":"C:/Users/kristian/AppData/Roaming/BitShares/peers.leveldb","msg":"Corruption: error in middle of record"}
    p2p  level_pod_map.hpp:64 bts::db::level_pod_map<unsigned int,struct bts::net::potential_peer_record>::open

    {"dir":"C:/Users/kristian/AppData/Roaming/BitShares/peers.leveldb","create":true,"cache_size":0}
    p2p  level_pod_map.hpp:69 bts::db::level_pod_map<unsigned int,struct bts::net::potential_peer_record>::open
Title: Re: Critical error: 10001
Post by: vikram on March 02, 2015, 07:12:44 pm
Please upgrade to the latest version 0.6.2 available here: https://bitshares.org/resources/downloads
Title: Re: Critical error: 10001
Post by: uruncle on March 02, 2015, 10:00:12 pm
That did the trick. Thank you!