Recent content by ptitSeb

  1. ptitSeb

    Box86 - Linux Userspace x86 Emulator

    New release of box64 v0.3.4 (not box86 released, not enough changes to justify one at this point) https://box86.org/2025/03/new-box64-v0-3-4-released/
  2. ptitSeb

    Box86 - Linux Userspace x86 Emulator

    A few official CPU extensions are used (for example "flagm" and "flagm2", but nothing Apple specifi :) .
  3. ptitSeb

    Box86 - Linux Userspace x86 Emulator

    New version released for Box86 and Box64 https://box86.org/2024/12/new-version-of-box64-v0-3-2-and-box86-v0-3-8/
  4. ptitSeb

    Box86 - Linux Userspace x86 Emulator

    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/
  5. ptitSeb

    The first commercial RPG game for Linux is now Freeware

    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.
  6. ptitSeb

    The first commercial RPG game for Linux is now Freeware

    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)
  7. ptitSeb

    The first commercial RPG game for Linux is now Freeware

    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...
  8. ptitSeb

    Box86 - Linux Userspace x86 Emulator

    New blog entry on box86.org, with some RiSC-V details for those interested in this architecture https://box86.org/2024/08/box64-and-risc-v-in-2024/
  9. ptitSeb

    The first commercial RPG game for Linux is now Freeware

    @Farox the my_stat issue should be fixed now in box86.
  10. ptitSeb

    The first commercial RPG game for Linux is now Freeware

    @Farox I have just added that function to box86...
  11. ptitSeb

    The first commercial RPG game for Linux is now Freeware

    Looks like thereis a missing wrapped function "XDrawImageString16" that needs to be added to box86. I'll add it soon. 1724596288 Yes and no. You can use old lib from other OS, but some libs are wrapped and the arm version will be used. Especialy for glibc, the arm version will be used no matter...
  12. ptitSeb

    Medal of Honor: Allied Assault War Chest on Pyra/OpenPandora?

    Clang (an old version) can be available on the OpenPandora, but I don't really maintain it anymore... Why would Clang be needed?
  13. ptitSeb

    Medal of Honor: Allied Assault War Chest on Pyra/OpenPandora?

    I'm in holyday for now, I'll have a look at that next week. I did updated the source code 2 weeks ago and it build without issue. I'll update and start debugging next week.
  14. ptitSeb

    Box86 - Linux Userspace x86 Emulator

    New Box64 v0.3.0 release: https://box86.org/2024/07/new-box64-v0-3-0-released/ (no box86 release this time, almost no changes there, so no version tagged)
  15. ptitSeb

    Medal of Honor: Allied Assault War Chest on Pyra/OpenPandora?

    Actually, I have an issue at level change: I did a test run on the tutorial, and once finished, it crashed when unload/loading level. I have to debug that. I have finished key mlapping and full screen (only using config files for now), but haven't published because of the crash...
Back
Top