Hi,
First of all, I'm pretty impressed by the dev of Aeon, and want to congratulate all the dev working hard on this project.
I've encourter an issue since a week now, I try to find some workaround, but nothing work from my side. I can't synchronise to the blockchain with aeond.exe (either version 0.9.12 or 0.9.13, or even with the last 0.9.14)
The Error message is this following one :
...
Core rpc server initialized OK on port: 11181
Initializing core...
Loading blockchain...
ERROR C:\Users\Arno\Documents\GitHub\aeon-0.9.13.0\src\common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=vector too long
Can't load blockchain storage from file, generating genesis block.
ERROR C:\Users\Arno\Documents\GitHub\aeon-0.9.13.0\src\cryptonote_core\blockchain_storage.cpp:130 Failed to add genesis block to blockchain
ERROR C:\Users\Arno\Documents\GitHub\aeon-0.9.13.0\src\cryptonote_core\cryptonote_core.cpp:128 Failed to initialize blockchain storage
ERROR C:\Users\Arno\Documents\GitHub\aeon-0.9.13.0\src\daemon\daemon.cpp:191 Failed to initialize core
Mining has been stopped, 0 finished
Strange things : I haven't done any change localy, it just stop working and show me this message one days.
I don't undertand why some script try to access to a folder users name call "Arno" It's not mine for sure, looks likes some rest of a local path in the code from one dev ? It's me or it could be cleaner ?
Any idea to get throught this ?
Thanks by advance.