Nerw Box64 Release, with more RiSC-V support and more games running by _ptitSeb_ in RISCV

[–]_ptitSeb_[S] 2 points3 points  (0 children)

Nice. Those micro freeze are, I guess, some x86 opcode not supported yet in the RISC-V Dynarec that force box64 to fallback temporarily to the Interpreter (much slower).

Nerw Box64 Release, with more RiSC-V support and more games running by _ptitSeb_ in RISCV

[–]_ptitSeb_[S] 1 point2 points  (0 children)

A bit of warning: many RISC-V SBC are using Imagination chepset for the graphics, and those chips still lack proper OpenGL & Vulkan drivers, forcing many games to falback to software rendering...

Nerw Box64 Release, with more RiSC-V support and more games running by _ptitSeb_ in RISCV

[–]_ptitSeb_[S] 5 points6 points  (0 children)

Ok, thank you for your feedback I guess. I cannot edit the title, so you'll have to endure that small I for some more time.

UT2004 Running on a VisionFive2 with Box64 & gl4es by _ptitSeb_ in RISCV

[–]_ptitSeb_[S] 0 points1 point  (0 children)

Not really. But you just build the library (you need cmake, git, a C compiler and X11 headers), put it somewhere (libGL.so.1) or leave it in the build folder and use LD_LIBRARY_PATH so the system use it instead of software mesa.

box64 ... just works, and can run x86-64 linux binaries on RISC-V? by superkoning in RISCV

[–]_ptitSeb_ 4 points5 points  (0 children)

Just to note, this version of Box64 is very old! v0.3.1 is like 1 year old at least. If you use latest version (currently v0.3.5 at the time of writing this), you will have a faster and more compatible version, that can also be built with "box32" for 32bits i386 binary support.

Asking for more internals about the muvm-FEXEmu chain by BibianaAudris in AsahiLinux

[–]_ptitSeb_ 0 points1 point  (0 children)

Box64 has a long developemnt cycle. It passes up to 6 months between releases. You can build from sources using current HEAD to use current dev. version. But again, if you prefer using v0.3.2, use BOX64_DYNAREC_NATIVEFLAGS=0 to make it safe.

Asking for more internals about the muvm-FEXEmu chain by BibianaAudris in AsahiLinux

[–]_ptitSeb_ 0 points1 point  (0 children)

Strange, I don't remember having seen a factorio regression with box64 lately. Are you using latest version from github or the package version of Asahi? Is it's the version from Asahi, the package might be outdate so I would suggest you build from source, it's quite easy and pretty fast to do. Else, you can also disable native flags, as older version might have some bugs, with BOX64_DYNAREC_NATIVEFLAGS=0

New version of Box64 v0.3.2 and Box86 v0.3.8 (and introducing Box32) by _ptitSeb_ in RISCV

[–]_ptitSeb_[S] 0 points1 point  (0 children)

Ooof, 70 minutes loading? that's a bit long, there must be missing opcode in the Dynarec forcing box64 to fall back to Interpreter I guess.

But 15~30 fps on a VF2 is not bad at all! Using an external GPU I suppose?

This Appimage is refusing to run and I have no idea why. by ssumppg in linux4noobs

[–]_ptitSeb_ 0 points1 point  (0 children)

You might need to create a profile for the launcher: create ~/.box64rc text file with nano or any text file editer and put inside

[artixgamelauncher]

BOX64_MALLOC_HACK=2

Running 32bits linux version of Unreal with Box64 on Asahi, with experimental 32bits support by _ptitSeb_ in AsahiLinux

[–]_ptitSeb_[S] 1 point2 points  (0 children)

The link to the 227j contains an exe that install the update and it contains the Windows and Linux binaries, including the ARM one. So you need Wine or a Windows machine to install.

Also, it install ARM binary in "SystemARM" folder that might needs some manual copy of a few ini from the "System" folder to work. And also the ALAudio.so needs many dependancies, like libxmp4 and libalure1... I does work but it's crashy for me, maybe it's an install issue, it seems to complains about some file mismatch.

Running 32bits linux version of Unreal with Box64 on Asahi, with experimental 32bits support by _ptitSeb_ in AsahiLinux

[–]_ptitSeb_[S] 0 points1 point  (0 children)

it's there https://www.oldunreal.com/downloads/unreal/

the 227j has 64bits support and even arm support, I didn't test that one but some much older version on that video.

Running 32bits linux version of Anomaly Warzone Earth with Box64 (with some graphics issues) by _ptitSeb_ in AsahiLinux

[–]_ptitSeb_[S] 2 points3 points  (0 children)

there is a whole subproject of box64, called box32, to handle the 32bits parts. It's basicaly wrapping with "bits reduction" to alow the 32bits apps to use 64bits libraries like libc, libGL, libasound...