For those interested, I was at WineConf last weekend: it was a very nice event!
I did a quick talk, along with 3 other, on Wine and ARM64 emulation.
You can find the slides and videos of all the talsk there: https://gitlab.winehq.org/wine/wine/-/wikis/WineConf/WineConf-2025
For those with 64bits devices, there a new Box64 release: https://box86.org/2025/06/new-box64-v0-3-6-released/ with a new video:
Again, it's only box64, so nothing new for Pyra/Pandora owner here.
New blog post entry on box86.org, on more RISC-V optimization and the implementation of Vector extensions.
https://box86.org/2024/10/optimizing-the-risc-v-backend/
But box86 still cannot (wine will do the same as what the game does her: createa 16bits selector and let the code go). 16bits is quite different to the flat 32bits mode. The emulation part would be very different, it's a lot of work.
Yeah, I'm afraid it's a 16bits game under the hood, wich is a no-go for now on box86 :( (and it's really a niche feature, so not sure I'll tackle this one one day)
Probably. I'm usure what emulate libc5 would really mean. If it's different behaviour of function, or adding back removed function? or something else?
1724745235
the message "FatalAppExit: DPMI failure" is an application message, not a box86 one, but not sure why it happens. But if this is a...