ptitSeb

Results 2023 comments of ptitSeb

well, that means it correctly applied the parameters, that's good but it's not enough it seems. (note that the line you copy/paste is just a tiny subpart of the whole...

Nah, the root cause of the issue is before that. The SIGILL is from the `UD2` opcode, wich is designed to trigger a SIGILL. Program do that to stop execution...

That's just a warning, nothing to wory about. It's just a dynablock in a bridge that is cancelled, it will be created at next call.

You might need a profile in your `~/.box64rc`, with malloc_hack=2 and maybe strongmem=1.

Can you bisect to find the offending commit?

There is no build support for 32bits platform for now. Adding 32bits support would require many change in the memory management, so it's not planned for now.

Box86 support DXVK, but the RPI4/RPI5 probably not. You might need to use `MESA_GL_DRIVER_OVERRIDE=3.2` to force OpenGL to 3.2 for Dx9 game to work.

I don't remember those stuff. I did that some time ago and didn't touched it. I just remember it's very sensitive. I have to go back in the code to...

So, "8" is the selector used by libc for it's tls stuffs. That's why it's handled as a spacial case, to be abble to wrap libc correctly. I suppose on...

Sory, I'm not home and quite bsy this whole week, so expect slow update; I notice you are using latest stable. YOu should switch to current version (v0.2.7, lastest main),...