Closed pdobacz closed 8 years ago
update: since today I am getting the same issue on Windows
update: I just noticed on explorer, that this DB 22880 mentioned in the error message seems to have been the last which got anchored to BTC http://explorer.factom.org/dblock/7bd9704ec9e8e5238fe7669cc235b56c109052e7a8be4281b2a985922c24e038
in case there is a connection there
We are aware of the issue and we are releasing a new version of the code today that will fix the problem. You can fix the problem right away on your end if you git pull the latest master branch on all our repos, and clear your database (.factom/ldb .factom/data) otherwise you can get the installer for the new version (0.3.5) when we publish it today
Thank you for pointing this out.
if you pull and compile from source today, it will pull the fix.
to work around in the short term, delete the files in the .factom/ldb folder. this will cause the blockchain to be downloaded again and will get you to current state. the crash only happens when you restart. if you want to restart, close factomd when there are less 20,000 blocks in .factom/data/000...0d, then copy the .factom directory. when you restart it will start from <20,000, which is ok.
we are releasing binaries today which will fix the issue, so workaround will not be needed.
Yep, confirmed, v0.3.5 works fine on Ubuntu&Windows. Thank you!
I get the following crash, when trying to run the daemon
When I remove my
~/.factom
it runs fine, until it syncs, after which I am unable to restart anymore.Version:
I am using the binaries retrieved from the "howto" page. I am not experiencing this on Windows.