ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.34k stars 856 forks source link

Bad system call (running Luvi) - missing syscall 425. #2288

Open Lort533 opened 7 months ago

Lort533 commented 7 months ago

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 with Bad system call. I've used dmesg, and it responded with 19(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

emkey1 commented 7 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.