Open Lort533 opened 11 months ago
I will guess that you are running the Appstore version of iSH. The TestFlight should hopefully have open spots. If it does, then register and download the latest iSH beta from there. You should be able to at least get further with that version.
Basically I'm trying to get Luvit running on iSH, and I've been trying to build Luvit using a script from
luvit-bin
repo on GitHub, but it has stopped on running Luvi (not a typo). When I try to run./luvi
, it responds withBad system call
. I've useddmesg
, and it responded with19(luvi) missing syscall 425
. That's all I know.About Luvit, and why I'm talking about Luvi instead - Luvit is based on three things: Lit, Luvi and Luvit. Luvi is compiled first, then it's used to make Lit, and Lit is used to make Luvit. Install script stops at the point where Luvi is already compiled, and script tries to run Luvi, but it can't due to bad system call. I've compiled it from this script: https://github.com/truemedian/luvit-bin