box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices

Results 484 box64 issues
Sort by recently updated
recently updated
newest added

Now that RISC-V dynarec supports vector instructions, will AVX be emulated with scalar instructions?

It appears that steam is encountering difficulties starting when using older versions of Box64. After testing several versions, including those around commit (https://github.com/ptitSeb/box64/commit/912622bf1f3db7f3cba32b44f4f1c106e3fb7dbf), I observed that Steam consistently hangs with...

The furthest I’ve been able to get is by running `krun box64 ~/box64/tests/bash` then steam after installing it from the rpm https://download1.rpmfusion.org/nonfree/el/updates/7/x86_64/s/ with this command `sudo rpm -i steam-1.0.0.78-1.el7.i686.rpm —nodeps...

I am developing a Python application that installs and manages a Windows program. The app is distributed through a prebuilt binary created from PyInstaller. I built the latest box64 source...

I'm trying to run a dedicated corekeeper server on a headless OCI ARM instance. It will reproducibly segfault on attempt. I am not sure what is causing the segfault. Environment:...

regression
cpu_arm

I can find `/usr/lib/libhidapi-hidraw.so.0` using `find / -name libhidapi-hidraw.so.0` ```sh # find / -name libhidapi-hidraw.so.0 /usr/lib/libhidapi-hidraw.so.0 ``` but running box64 results in the error `Error loading needed lib libhidapi-hidraw.so.0`.

Hardware: Pi4 Try to run the game Console output: pi@raspberrypi:~/games/Divinity_Original/game $ ./runner.sh Box64 with Dynarec v0.1.3 84626f0 built on Jul 28 2021 15:59:05 Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ Using default BOX64_PATH:...

Hello everyone. I'm trying to use Box86 to run a non game App from Linux, for Intel Arch (64 Bit) on Termux Proot Distro. I'm getting this error: `Error: PltResolver:...

Box64 with Dynarec v0.3.1 9eaaaaa In my game launching log, the cpu is not detected/recognized correctly, eg, ```bash rico [ /opt/games/keeperrl ]$ ./box64-start.sh Dynarec for ARM64, with extension: ASIMD AES...

cpu_arm

I have been asked by my employer to install box64 for our developers to use. I do not use it myself. When doing so I discovered that its build system...