pocketnetteam / pocketnet.core

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
115 stars 28 forks source link

21.2 beta never finishes install #566

Closed graebeerd closed 1 year ago

graebeerd commented 1 year ago

It looked like I was off chain after successfully installing 21.2 and running for two days so downloaded a snapshot and extracted and overwrote existing files. Rebooted after extraction, started 21.2 and it crashed (on two attempts) returning the error you see in the attached jpeg and debug.log file.

Edition Windows 11 Pro Version 22H2 Installed on ‎5/‎16/‎2022 OS build 22624.1391 Experience Windows Feature Experience Pack 1000.22639.1000.0 24 GB RAM

21 2beta debug_21.2.txt

andyoknen commented 1 year ago

I'm confused that you overwritten existing files with new files from the snapshot instead of deleting existing data and unpacking the snapshot. The fact is that leveldb databases consist of many files and simply overwriting the entire directory can severely disrupt the structure of the database.

graebeerd commented 1 year ago

You're right, just installed the latest release without any problems and will, if needed, not overwrite next time. Thank You