ptitSeb

Results 2020 comments of ptitSeb

Can you try again, check if it works (and close the ticket) or update the ticket with a new log.

install libncursesw5, with `sudo apt install libncursesw5` if you are Debian/Ubuntu (add or `libncursesw5:armhf` if you are on 64bits version).

I have added all the missing functions, but I'll need more log if it still crashes. Use `BOX86_LOG=1` env. var. to have more logs.

What happens if you don't redirect the output? You can run with `BOX86_LOG=1 BOX86_TRACE_FGILE=file.txt box86 ./mta-server` to only redirect box86 log to a file.

I always had issue with Sim 1. It seems to work on some specific Wine-stagging version, but as-is, on default wine from pi-apps, it doesn't really.

I don't think those warning are related to the the bug you describe. It sounds more like a bug in an opcode of the dynarec.

We are saying the same things. It's a bug in the emulation. Can you try to run the server without the dynarec? Use `BOX64_DYNAREC=0` env. var. when you launch the...

So, same bug without Dynarec? Oh, that will be more complicated to debug. And it's working with FEX? Good to know. I the bedrock server free to use?

(out of curiosity, did you see some speed difference between FEX and Box86?)

> The server starts muuuch faster with box64. FEX took some time to start. But playing, breaking blocks and flying is pretty much the same. It seems FEX used a...