box86
box86 copied to clipboard
Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices
I have installed both Box86 and Box64 on my Rock Pi 4B (Armbian Sid) and then used multiarch support to install i386 mesa-utils. The expectation is that glxgears would run...
Since Steam is currently impossible to run on M1 normally due to a combination of factors, I decided to try it in a KVM setup on my M1. This makes...
Hi there, Is it possible to wrap an x86 shared library in a way such that a native ARM application could utilize it? Thanks!
cause there's nothing I can find that makes it readily available
Followup to Issue on [compatibility list](https://github.com/ptitSeb/box86-compatibility-list/issues/379) 1. Game seems to be 32-bit only - so box86 will be relevant here `file CoJ.exe CoJ.exe: MS-DOS executable PE32 executable (GUI) Intel 80386,...
This same error appears when trying to launch all the three native linux games from "Penumbra" series (Overture, Black Plague, Requiem) Error: PltResolver: Symbol XftTextExtents8(ver 0: XftTextExtents8) not found, cannot...
I have noticed that some windows exe files are failing to load in recent box86 builds but they were working fine with a box86 built from commit 75759f9b. The error...
Hello I have a raspberry pi 4 And tried a few games The 3 specific games have the same problem in the menu only Age of empires 3 Age of...
I see in cmake there is: `add_definitions(-marm -march=armv8-a+crc -mtune=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard)` but rpi 5 has Cortex-A76.
Dear ptitSeb! I'm using your software to launch a network dial program by the following command: sudo 'BOX86_LOG=1' 'BOX86_PREFER_EMULATED=1' ./rjsupplicant I used sudo because the root privilege is required by...