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?
RVGL on termux
- Sauss-Ente
- Posts: 38
- From: Behind the forest
Re: RVGL on termux
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).
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
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
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
- Sauss-Ente
- Posts: 38
- From: Behind the forest
Re: RVGL on termux
All files and folders in my RVGL directory:
Anything missing?
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]$