byteball / obyte-gui-wallet

Unstoppable money
https://obyte.org
MIT License
423 stars 167 forks source link

Appimage fails to launch #648

Open MickRussell opened 2 years ago

MickRussell commented 2 years ago

Output from terminal: Obyte: ../deps/rocksdb/rocksdb/db/version_edit.h:396: void rocksdb::VersionEdit::AddFile(int, uint64_t, uint32_t, uint64_t, const rocksdb::InternalKey&, const rocksdb::InternalKey&, const SequenceNumber&, const SequenceNumber&, bool, uint64_t, uint64_t, uint64_t, const string&, const string&): Assertion `smallest_seqno <= largest_seqno' failed. Aborted (core dumped)

System: Linux MInt 20.1 5.15.0-33-generic #34~20.04.1-Ubuntu SMP Thu May 19 15:51:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

tonyofbyteball commented 2 years ago

Was it 4.0.0 wallet?

MickRussell commented 2 years ago

Yes, the latest appimage

tonyofbyteball commented 2 years ago

Did the previous version work?

MickRussell commented 2 years ago

yes

tonyofbyteball commented 2 years ago

I made a fresh install of Linux Mint 20.1 on a virtual machine, downloaded the wallet, and it worked fine. Not sure what causes the crash for you. I'm afraid we have few options to investigate the crash and I'd recommend that you build the wallet from sources following the instructions at https://github.com/byteball/obyte-gui-wallet. It should be easy on Linux.

Trotadorcillo commented 2 years ago

I have the same issue in ubuntu 20.04, previously not found messages for byteball-light.sqlite-shm and byteball-light.sqlite-wal are displayed. Just in case it gives some insight.

pmiklos commented 2 years ago

I get the same on Ubuntu 20.04. It seems it breaks existing wallets of which database was created with an earlier Obyte wallet version, maybe the error is not present if you try a new installation where the database is created with the rocksdb packaged in the new wallet.