masterxsoft

Results 4 comments of masterxsoft

I'm also waiting for support, I have a lot of EM4305 lying here

this works both in commandline & explorer, i don't think that this couses the problem

i already tried this and got same error message: "Exception in main() - Failed to open database D:\bytecoin\/blockchain in mdb_env_open 112 There is not enough space on the disk."

think the problem ocours in DBlmdb.cpp, if i change: ::mdb_env_set_mapsize(db_env.handle, max_db_size), "mdb_env_set_mapsize " to lmdb_check(::mdb_env_set_mapsize(db_env.handle, 5 * 1024 * 1024 * 1024), "mdb_env_set_mapsize "); it works