ptitSeb / box86

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

Butcher 2d game not work #93

Open gercapo opened 4 years ago

gercapo commented 4 years ago

pi@raspberrypi:~/GOG Games/Butcher/game $ box86 Butcher.x86 Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/ Using default BOX86_PATH: ./:bin/ Counted 59 Env var Looking for Butcher.x86 Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) librt.so.1 Using native(wrapped) libGL.so.1 Using native(wrapped) libX11.so.6 Using native(wrapped) libXcursor.so.1 Using native(wrapped) libXrandr.so.2 Using native(wrapped) libXext.so.6 Using native(wrapped) libxcb.so.1 Using native(wrapped) libXau.so.6 Using native(wrapped) libXdmcp.so.6 Using native(wrapped) libXrender.so.1 Using emulated /usr/lib/i386-linux-gnu/libstdc++.so.6 Using native(wrapped) libm.so.6 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux.so.2 Using emulated /usr/lib/i386-linux-gnu/libgcc_s.so.1 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT @0xb60be19c (0x6b506) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_386_JMP_SLOT @0xb60be478 (0x6c076) Error: Symbol sigreturn not found, cannot apply R_386_JMP_SLOT @0x9adb294 (0x8053566) Set current directory to /home/pi/GOG Games/Butcher/game Found path: /home/pi/GOG Games/Butcher/game/Butcher.x86 Using emulated /home/pi/GOG Games/Butcher/game/Butcher_Data/Mono/x86/libmono.so Error: Global Symbol data_start not found, cannot apply R_386_GLOB_DAT @0xae7ffb68 ((nil)) Error: Global Symbol __data_start not found, cannot apply R_386_GLOB_DAT @0xae7ffd44 ((nil)) Mono path[0] = '/home/pi/GOG Games/Butcher/game/Butcher_Data/Managed' Mono path[1] = '/home/pi/GOG Games/Butcher/game/Butcher_Data/Mono' Mono config path = '/home/pi/GOG Games/Butcher/game/Butcher_Data/Mono/etc' Receiving unhandled NULL exception Warning: call to partially implemented dl_iterate_phdr(0x8d7578c, 0xbec63eb4) Abortado

ptitSeb commented 4 years ago

This seems to be a Unity game, and this is not supported for now, sorry.

ptitSeb commented 1 year ago

It should work now. I don't have the game so cannot test.

Please test again with latest box86 sources.