ptitSeb

Results 2023 comments of ptitSeb

The guide seems fine, but the `install_steam.sh` from box86 is bit rough, and does not support many OS, so it might have just skipped the install "dependancies" for the armhf...

I guess libpng16 as been deprecated for a newer version? Just remove it from the command so the other packages install.

We'd love to support that, but don't have the bandwidth internally. If you provide a pull request with the fix, we'll gladly merge it.

can you try to diff the result of the failing test with the reference? For the build folder, do something like ```bash git diff --no-index test07.out ../tests/ref07.txt ```

Ah ok. Looks like some issue with `printf` (or a variant) wrapping!

Also, did you built with the `PPC64LE` cmake flags?

> You are running a 32-bit application on box64, which is designed by default for 64-bit applications. The steam client is 32-bit, even though steam is designed to support 64-bit...

It still might be a driver issue. You can try with fastround=0, fastnan=0 and `DYNAREC_SSE_FLUSHTO0=1` see if it change something. Else, it might be turnip missing something...

Ok, I added that symbol. Hopefully it works (it's a tricky one).

you might need `BOX64_MALLOC_HACK=2` also. Those are environement variable. Put it in front of you binary when you launch it, or create / edit `~/.box64` and add a section with...