gui throws runtime failure
After running about ~15 minutes, neo-gui throws an error seemly related to leveldb. Does anyone have any idea?
NEO version: 2.9.6871 neo-gui: latest commit a6810512fc46dc42e99ea4d794e0eb3023a3240b leveldb: latest commit a55f445b9cdbbefcdc823c52666efec0cca50ae2
Screenshot
Did you copied libleveldb.dll ? https://github.com/neo-project/neo-gui/blob/master/README.md
I did copy libleveldb.dll otherwise neo-gui won't even launch.
On Fri, Oct 26, 2018 at 12:55 AM Shargon [email protected] wrote:
You need to copy libleveldb.dll https://github.com/neo-project/neo-gui/blob/master/README.md
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/neo-project/neo-gui/issues/264#issuecomment-433321062, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOldZtn54ih6j9zPuO-TslZ0RyAwavAks5uor_4gaJpZM4X7SX6 .
Same problem for me (#287 )
- leveldb cloned from the master branch here -> https://github.com/erikzhang/leveldb (pretty old last commit actually)
- compiled from source as dll in both x64 and x86
- copied libleveldb.dll to /bin/Debug/x64 and /bin/Debug/x86 respectively.
Same outcome
@lock9 Issue was caused by leveldb, and from leveldb Github. I found the same issue. And there is no way to reproduce the problem now. link here: https://github.com/google/leveldb/issues/40
I will try to find some solution.
@Lichen9618 this doesn't seem to affect neo-cli, why is that? 🤔 It is important for us to know that.
Old, if remains, please re-open