Search results

  1. 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/
  2. 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.
  3. 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)
  4. 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...
  5. 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/
  6. ptitSeb

    The first commercial RPG game for Linux is now Freeware

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

    The first commercial RPG game for Linux is now Freeware

    @Farox I have just added that function to box86...
  8. 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...
  9. 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?
  10. 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.
  11. 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)
  12. 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...
  13. ptitSeb

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

    BTW, the, War Chest contains actually 3 games, Alied Assault and 2 other extensios, that seems like stand-alone games, with their own executable and own "main" folder. Is there a way to play them on OpenMohaa also?
  14. ptitSeb

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

    Well, my phylosophy is, if it works on the Pandora, it should be easy on the Pyra....
  15. ptitSeb

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

    So, it's working, at least on the Pandora. There is still some work to do with the control, and the fullscreen, and the packaging, and the extraction of data from the GoG installer, and some crash at the exit that I should look into. So there yet. Speed seems correct, so that's a good news. I...
  16. ptitSeb

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

    The one you put on post #3 is taken already. Didn't find the 2nd one... Meh, I'll guess I'll manage tomorrow to get something to test.
  17. ptitSeb

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

    Are there some demo file somewhere to test that thing?
  18. ptitSeb

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

    Pyra/Pandora are Little Endian, no issue on that part. Still didn't had anyt time to look at this. I'll try tomorrow...
  19. ptitSeb

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

    It might be some "hardcoded" x86 behaviour... That might be difficult to track down. I remember have similar problems on Serious Sam...
  20. ptitSeb

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

    Ping me if you are stuck on this. But I'm confident you'll have a good build @Farox :)
Back
Top