ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.89k stars 285 forks source link

GTA Connected #513

Open QuintenQVD0 opened 1 year ago

QuintenQVD0 commented 1 year ago

Download the server binary from here: https://gtaconnected.com/downloads/ tar xvf GTAC-Server-Linux-1.5.2.tar.gz chmod +x Server box64 ./Server

root@raspberrypi:/home/pi/gtac# ./Server
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Cores:4
Params database has 11 entries
Box64 with Dynarec v0.2.1 f4652257 built on Dec  4 2022 06:38:43
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 19 Env var
Looking for ./Server
Rename process to "Server"
Using emulated libmozjs-68.so
Using native(wrapped) libssl.so.1
Using native(wrapped) libcrypto.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libz.so.1
Error: PltResolver: Symbol OPENSSL_load_builtin_modules(ver 2: OPENSSL_load_builtin_modules@OPENSSL_1_1_0) not found, cannot apply R_X86_64_JUMP_SLOT 0x7f9e261ef8 (0x7f9e076df6) in /home/pi/gtac/Server
LukeShortCloud commented 1 week ago

OPENSSL_load_builtin_modules is still not wrapped so this is probably still an issue.