ptitSeb / box86

Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices
https://box86.org
MIT License
3.33k stars 228 forks source link

Tibia #131

Closed lordzim closed 2 years ago

lordzim commented 4 years ago

Tibia is a ancient MMO and would be nice to see it running on ARM Raspberry

Tibia has a Linux Client for X86, and I tried to run using box86 but it failed. BTW, I'm not a linux expert.

Tested on Raspberry Pi 4 4GB, running latest raspbian buster.

pi@raspberrypi:~/Documents/Tibia $ box86 Tibia Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096 Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/ Using default BOX86_PATH: ./:bin/ Counted 44 Env var Looking for Tibia Not an 32bits ELF (2) Error: reading elf header of ./Tibia pi@raspberrypi:~/Documents/Tibia $

Any clue? Am i doing something wrong? I followed the PiLabs Tutorial how to install Box86 on Raspberry Pi 4

ptitSeb commented 4 years ago

Try to just use ./Tibia without prefixing with "box86". If it's installed as the tuto, it will be used automatically when needed.

rajdakin commented 4 years ago

It seems you are using an x64 executable (the (2) should mean this)... box86 can ony run 32-bits executables.

lordzim commented 4 years ago

It seems you are using an x64 executable (the (2) should mean this)... box86 can ony run 32-bits executables.

You're probably right. Tibia it's a x64 executable

Grzes123456 commented 3 years ago

Tibia

ptitSeb commented 2 years ago

Use box64 for it. Closing this ticket.