ptitSeb
ptitSeb
Or maybe use LOG=2, to get even more details
The only thing I see is the missing `libunwind.so.8`. You need to put x86_64 version of that lib in a place where box64 can find it. It's not the first...
What is the system you install on term? Debian family works. The one based on musl will not work.
the setjmp structures have different implementation on Android than on Linux basicaly. For now, build on Linux a system. Building on something else is not supported.
I guess the OS is old and doesn't have those 2 "non portable" thread functions. I'm try to do some workaround later, but there are not emulable and missing them...
yes, just use `BOX64_LD_LIBRARY_PATH`pointing the chroot. Also, note that box64 is only for x86_64 programs. x86 (32bits) needs box86.
I will start making box64 dynarec more portable, with the first objective to get a risc-v dynarec port there too. I'll happily work on ppc64le dynarec when things are in...
I have to honor the sponsorship on the RiscV side, so I want to start to have RiscV Dynarec implementation already in good shape before starting something else. Hopefully, after...
GTK 3 is not wrapped yet on box64. It's planned for this version, but not yet there.
StarCraft is a 32bits, so it needs a 32bits subsystem. Without box86, you cannot run it with box for now, sorry. Wine do like linux, it use the 32bits subsystem...