#Olympus keeps crashing with a blue lua screen.
38 messages · Page 1 of 1 (latest)
i have the same issue
that looks like a crash from not having lsqlite3
I have figured out i'm missing the lsqlite3 library
but i cant figure out how to build/download it
I have some experience with build systems so after I eat I will take a look.
Okay so i gotta use sudo luarocks install lsqlite3 but i get Installing https://luarocks.org/lsqlite3-0.9.5-1.src.rock
lsqlite3.c:34:10: fatal error: lua.h: No such file or directory
34 | #include "lua.h"
| ^~~~~~~
compilation terminated.
Error: Build error: Failed compiling object lsqlite3.o```
sudo apt install liblua5.1-devfixed it
Now the error is
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./subprocess.so)```
when running olympus
old glibc
are you running debian 10 or 9?
should i just build a new glibc?
and upgrading glibc is a pain cuz you can break your system, as it depends on glibc
oh
so if you know what you are doing you can plug the usb stick in and try to upgrade glibc, alternatively (what i used) is changing distros
yeah but good luck installing it
can i recompile olympus with my glibc version?
so my suggestion is copying your files to another disk
so i cant fix it without updating my system
then export your settings with dconf dump > settings.ini and loading with dconf load < settings.ini
everything is fixable without updating, but i think updating is the best way
so if you want to have the same packages you gotta run 'sudo dpkg-query -f '${binary:Package}\n' -W > packages_list.txt' to create a list with all your packages and then use 'sudo xargs -a packages_list.txt apt install' to get them back on the new system
thanks for the help
Yeah I'm going to wait for a dev to wake up and come online to see if there is a better fix
and that hopefully should be it to have everything as it was before the distro change
my reccomendations on distros is another debian based distro, but not debian, as it takes hundreds of years for the testing team to fix minor bugs and assure it works flawless, and by that time everything is outdated
for future reference please don't delete the first post in these threads, it prevents us from marking them as resolved