Trying to run Olympus on Debian 11. install.sh runs fine but trying to run ./olympus gives me the following text:
threader.lua:544: thread#3<scenes/mainmenu.lua:237 not running!
Traceback
[C]: in function 'error'
threader.lua:37: in function 'update'
threader.lua:544: in function 'update'
main.lua:707: in function 'update'
main.lua:102: in function <main.lua:99>
[C]: in function 'xpcall'```
In terminal, it says ```[sharpthread error] error loading module 'subprocess' from file './subprocess.so':
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./subprocess.so)
stack traceback:
[C]: at 0x7ae96c6a32e0
[C]: in function 'require'
sharp.lua:36: in function <sharp.lua:28>
[C]: in function 'xpcall'
sharp.lua:28: in function 'fun'
string:33: in function <string:32>
[C]: in function 'xpcall'
string:31: in main chunk```
and then, after the finders,
```[thread error] thread#0>sharp.lua:431<finder.lua:551 sharp.lua:441: Failed running (getRunningPath)(thread#0>sharp.lua:431<finder.lua:551)#0 getRunningPath: sharp thread died
[thread error] thread#3<scenes/mainmenu.lua:237 finder.lua:551: attempt to call method 'result' (a nil value)
[thread error] thread#7>sharp.lua:431<main.lua:272 sharp.lua:441: Failed running (echo)(thread#7>sharp.lua:431<main.lua:272)#1 echo: sharp thread died
ERROR
threader.lua:544: thread#3<scenes/mainmenu.lua:237 not running!
Error: threader.lua:544: thread#3<scenes/mainmenu.lua:237 not running!
stack traceback:
[string "boot.lua"]:777: in function <[string "boot.lua"]:773>
[C]: in function 'error'
threader.lua:37: in function 'update'
threader.lua:544: in function 'update'
main.lua:707: in function 'update'
[string "boot.lua"]:612: in function 'orig'
main.lua:102: in function <main.lua:99>
[C]: in function 'xpcall'```
I have libc6 version 2.31-13+deb11u5
