REDRIVER2 icon indicating copy to clipboard operation
REDRIVER2 copied to clipboard

Compiled REDRIVER2 file does not run under Linux

Open igorhoop opened this issue 1 year ago • 4 comments

I use Linux Mint. I downloaded the archive REDRIVER2_Linux_Release.tar.gz.

Next, I executed a bash script to convert resources, everything was OK here. But when REDRIVER 2 starts, it writes me an error:

bash: ./REDRIVER2: No such file or directory

The file definitely exists, but Linux Mint does not want to execute it. The same problem with Ubuntu.

igorhoop avatar Feb 04 '24 07:02 igorhoop

It requires 32 bit libraries installed in the system. Check it with ldd.

SoapyMan avatar Feb 04 '24 08:02 SoapyMan

I tried it:

hoop@hoop-PC:~/REDRIVER2$ ldd REDRIVER2 
	not a dynamic executable
hoop@hoop-PC:~/REDRIVER2$ file REDRIVER2 
REDRIVER2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=f8109635d978bfb4a98baa4d422e1bf417f6118d, for GNU/Linux 3.2.0, stripped

igorhoop avatar Feb 04 '24 08:02 igorhoop

Encountered this on my Steam Deck with with the flatpak installation as well, that one fails in start.sh at line 41 with the same error.

JohnEdwa avatar Feb 04 '24 16:02 JohnEdwa

It seems that the problem with 32-bit libraries was solved by this installation:

sudo apt-get install ia32-libs

But it still fails to launch. The script was _convert_cd_fmv_xa.sh executed and copied all the necessary files to the DRIVER2 directory. The catalog began to weigh 1.5 GB. However, an error occurs during startup REDRIVER:

Cannot initialize REDRIVER2
Game files not found by folder 'DRIVER2\'

I began to think that the binary is looking for a path in the DRIVER\ directory - it tries to use reverse slash, as in Windows, and therefore does not find my directory DRIVER2

igorhoop avatar Feb 09 '24 13:02 igorhoop

I'm experiencing the same issue (Game files not found by folder 'DRIVER2\'). Building from source or using the flatpak package have no difference. BTW: running Arch.

enipklacus avatar Mar 01 '24 16:03 enipklacus

The problem has been resolved. I used a launcher for Windows (Launcher.exe) to export files from the PS1 image.

Then I moved this directory with files to Linux, and everything works.

Conclusion: the script _convert_cd_fmv_xa.sh is not working correctly

igorhoop avatar Mar 13 '24 14:03 igorhoop