-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appimage fails to launch #648
Comments
Was it 4.0.0 wallet? |
Yes, the latest appimage |
Did the previous version work? |
yes |
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. |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: