box64
box64 copied to clipboard
Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
I'm using an Oracle Cloud server with ARM64, and I compiled box64 with $ cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPAGE64K=1 When I try to start the server, it just stalls after...
Hello, Thank you for the work you put into this. I want to run a Don't Starve Together Server with mods. Running DST without mods is working fine so far....
Hi, first of all thanks a lot for this project! As part of attempting to use linux on an Apple M1 laptop, I'm trying to run Appgate SDP v6.0.1 through...
Hardware Snapdragon 8xx clang 14. /home/box64/src/elfs/elfloader.c:992:38: error: use of undeclared identifier 'STB_GNU_UNIQUE' if(!to_add || (bind==STB_GNU_UNIQUE && FindGlobalSymbol(maplib, symname, -1, NULL))) ^ /home/box64/src/elfs/elfloader.c:1029:34: error: use of undeclared identifier 'STB_GNU_UNIQUE' if(!to_add ||...
Heya, I'm trying to build box64 on Termux but I'm getting this issue: https://haste.powercord.dev/onekanefav Any information you need I'll be happy to acquire!
BOX64_LD_LIBRARY_PATH=/opt/EAGLE/eagle-9.6.2/CROSS_LIBS/ ./box64 /opt/EAGLE/eagle-9.6.2/eagle (i created the cross libs directory to solve my issue with lib errors libstdc++6 and libgcc.) (Ive also tried with BOX64_EMULATED_LIBS=libssl.so.1:libcrypto.so.1 , and also tried libssl.so.1.1, and...
ut2004-bin-linux-amd64 was previously working on RPI4 (Bullseye). Suddenly it started crashing (below). In case it matters, Raspberry Pi OS started pushing a new Mesa with Vulkan 1.2 support. ``` pi@pi:~/games/ut2004/System...
ARM64 kernel supports 3 kinds of page sizes: 4K, 16K and 64K, and it's an option when building kernel. RHEL-derivatives uses 64K page, most embedded things use 4K and Apple...
I am trying to emulate twingate client for vpn on an arm64 machine, and twingate only has x86 binaries. I am using box64 version from AUR: https://aur.archlinux.org/packages/box64 Initial setup works...
First off I want to say that this project is amazing, thank you for your effort. I have been experiencing some issues while running box64 in a proot (Ubuntu 22.04...