RVGL on termux

Report issues or bugs in RVGL or ask for help regarding any Re-Volt topic.
User avatar
Linuxiarz
Posts: 2

RVGL on termux

Unread post by Linuxiarz » Wed Dec 04, 2024 7:43 pm

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?
User avatar
Sauss-Ente
Posts: 38
From: Behind the forest

Re: RVGL on termux

Unread post by Sauss-Ente » Sat Dec 07, 2024 6:54 am

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).
User avatar
Linuxiarz
Posts: 2

Re: RVGL on termux

Unread post by Linuxiarz » Sat Dec 07, 2024 10:35 am

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
User avatar
Sauss-Ente
Posts: 38
From: Behind the forest

Re: RVGL on termux

Unread post by Sauss-Ente » Fri Dec 27, 2024 11:04 am

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?
Post Reply