Page 1 of 1
RVGL on termux
Posted: Wed Dec 04, 2024 7:43 pm
by Linuxiarz
I have a problem with running RVGL on termux. I downloaded all libs, and after launching in native linux termux:x11, i have an error :
/rvgl: line 40: ./rvgl.arm64: cannot execute: required file not found
Did anyone have this problem? How to fix this?
Re: RVGL on termux
Posted: Sat Dec 07, 2024 6:54 am
by Sauss-Ente
There are four executeables in my RVGL folder on Linux.
rvgl.armhf
rvgl.arm64
rvgl.64
rvgl.32
Check your folder, if everything is there!
How did you try to start RVGL?
Try using "./rvgl" on the command line (which executes the shell script, which basically picks the right version for your computer).
Re: RVGL on termux
Posted: Sat Dec 07, 2024 10:35 am
by Linuxiarz
I tried to run all files rvgl, rvgl.arm64, rvgl armhf.
rvgl.arm64 is the right one on my device, but the problem is that rvgl.arm64 cannot find other required packages. Maybe it searches wrong directory. Is there any error log?
Edit: I tried ./rvgl.arm64 instead of bash rvgl.arm64, exit code is 127
Re: RVGL on termux
Posted: Fri Dec 27, 2024 11:04 am
by Sauss-Ente
All files and folders in my RVGL directory:
Code: Select all
adra[rvgl]$ ls
alsoft_log game_gauge_replay.rpl lib rvgl shaders
cache gamecontrollerdb.txt licenses rvgl.32 strings
cars gamecontrollerdb_204.txt models rvgl.64 times
cups gamecontrollerdb_205.txt packs rvgl.arm64 wavs
edit gfx profiles rvgl.armhf
fix_cases icons redbook rvgl_changelog.txt
gallery levels replays setup
adra[rvgl]$
Anything missing?