I’m trying to setup Cake wallet on bazzite linux but i keep running into consistent SQLite FFI errors. i tried both flatpak and portable tar.xz version but after the installation it shows the same error and i can’t seem to find a fix.
Is there anything i should try or someone can help me?
My issue may be similar to OP. I’m trying to upgrade my Flatpak version on CachyOS Linux. Here are some snippets from the log:
SqliteFfiException(error, Invalid argument(s): Couldn't resolve native function 'sqlite3_initialize' in 'package:sqlite3/src/ffi/bindings.dart' : Failed to load dynamic library 'libsqlite3.so': Failed to load dynamic library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory.)
I’m upgrading from a working instance of 6.2.0 to 6.3.0. I’m using Cake_Wallet_v6.3.0_Linux.flatpak
Or it does find them but can’t load them for some obscure reason, like wrong cpu architecture but I doubt that’s the issue. It could be some new Linux protection blocking it.