ptitSeb

Results 2020 comments of ptitSeb

Yes, using `BOX86_DYNAREC=0` makes box86 much slower, o it's not a proprer solution, but it's to understand if it's a problem specific to the Dynarec of box86 or a more...

Can you retry now with latest box86, and close the ticket if it works.

I'm unsure I understand your question. But, point 1: box64 exist now: https://github.com/ptitSeb/box64 point 2: box86 can already be built as library, but I think it's not what you are...

I added some precision about box64 in the readme. Box86 can be built as a lib yes. The purpose was to be able to wrap an x86 (closed source) library...

> * Awesome would be if there was an Box86 version which translates `i386` binaries into `aarch64` and was able to also use `aarch64` shared libraries for those binaries. I'm...

You can try this to get the setup recognise the system (it's not box86 fault here...) create `~/uname` (with nano or vim or your favorite text editor) with ```bash #!/bin/bash...

I'll fix the Warning later, it may be the cause of the issue. Also, there should be a `sc3u.dynamic` in the same folder. Try to use this one.

You are missing libsmpeg. Try to `sudo apt install libsmpeg0` if you are on debian/ubuntu. Also, I think this game use old OSS for sound output, I don't remember if...

Use `BOX86_LOG=1 ./sc3u.dynamic` to have more details on the missing lib.

This `openal-0.0.so` is an old version of openal. You need to grab the x86 version (look in that `lokicompat` folder full of libs you grabbed earlier), and copy the file...