ptitSeb

Results 2023 comments of ptitSeb

64bits linux version of Geekbench 4, 5 and 6 should run, unless the 16K pagesize gets in the ay (I haven't tried yet). Note that geekbench 6 use strongmem=3 and...

(Note that I didn't understand what that screen capture is really about)

Are you launching `geekbench6` or `geekbench_x86_64` directly? gb6 needs some strongmem emulation. Using `geekbench6` will add strongmem, but using `keekbench_x86_64` will not (because it's the same name for gb5, that...

The opcode has been added some time ago, you can update and try again/

Ah yeah, sorry, I added 64 8A opcode earlier, instead of 64 88 (I was confused by the dump that as at&t assembly style, while I'm used to the intel...

I just tested on my side (Ampere machine, running Debian testing and Wine 9.3 with new Wow64), and it just worked fine. I don't reproduce your issue on my side...

Yes, you can, but for opengl things, you need to use `--dlsym` parameter (so, something like `mangohud --dlsym ./my_game`)

ARM version is better.

I don't have issues with steam on my tests machine. I suppose there i a missing dependancies to steamwebhelper somewhere, but no idea wich one. You need to generate logs...

It's more tha that. You need to take the section from current `/etc/box64.box64rc` and replace the log=0 with log=1: ```ini [steamwebhelper] BOX64_NOSANDBOX=1 BOX64_INPROCESSGPU=1 BOX64_LOG=1 BOX64_MALLOC_HACK=2 BOX64_DYNAREC_STRONGMEM=1 ```