ptitSeb
ptitSeb
ah, well, it's something else now. But no idea what. I would have to test myself to debug, but I don't think bedrock server is free to download?
After some analysis, I think the crash is due to the lack of vDSO emulation. I'll try to add that later.
> `Error: Unsupported libc Syscall 0x78 (120)` > I have a question: why do you wrap syscalls manually, one at a time, when requested? wouldn't it be faster to add...
yes, until I wrap the library in box64 so the arm64 version can be used.
You are using ANDROID profile?
Mmmm, ok, I add a test for that `STB_GNU_UNIQUE` define and define it if not found.
reduced performances compare to what?
I'm not sure what is happening, but `06` is not a valid opcode in 64bits. And `18 0F` makes little sense too. But `0F 84 1F 01 00` makes sense,...
There was a bug in the CMakeList and the Pagesize if not selected automaticaly. Use `ccmake` to enable "PAGE16K" option. Or update box64 and build it from scratch again for...