#Olympus keeps crashing with a blue lua screen.

38 messages · Page 1 of 1 (latest)

limber cobalt
#

I am experiencing the same error log.

quick sparrow
#

i have the same issue

mighty vigil
#

that looks like a crash from not having lsqlite3

brave fractal
#

I have figured out i'm missing the lsqlite3 library

#

but i cant figure out how to build/download it

limber cobalt
#

I have some experience with build systems so after I eat I will take a look.

quick sparrow
brave fractal
#

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

quick sparrow
#

are you running debian 10 or 9?

brave fractal
#

how do i check

#

10.13

quick sparrow
#

oh

#

that has an old ass glibc

brave fractal
#

should i just build a new glibc?

quick sparrow
#

and upgrading glibc is a pain cuz you can break your system, as it depends on glibc

brave fractal
#

oh

quick sparrow
#

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

brave fractal
#

i think glibc is backwards-compatible

#

at least someone says that on stackexchange

quick sparrow
#

yeah but good luck installing it

brave fractal
#

can i recompile olympus with my glibc version?

quick sparrow
#

so my suggestion is copying your files to another disk

brave fractal
#

so i cant fix it without updating my system

quick sparrow
#

then export your settings with dconf dump > settings.ini and loading with dconf load < settings.ini

quick sparrow
brave fractal
#

i cant be bothered

#

its annoying it worked before

#

but that was a old version

quick sparrow
#

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

brave fractal
#

thanks for the help

limber cobalt
#

Yeah I'm going to wait for a dev to wake up and come online to see if there is a better fix

quick sparrow
#

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

mighty vigil