Tony Wasserka

Results 113 comments of Tony Wasserka

> Also related to the main issue, I am getting an out of bounds read error for data/00040138/00000002/content/00000000.cxi. Considering this is one of the supplied replacement titles, I am not...

Might be helpful to collect more packages here that don't compile with the recipe from the documentation: * freetype/2.13.2 (as mentioned in https://github.com/conan-io/conan-center-index/issues/24915#issuecomment-2363556309) * will add more if I find...

Hey, thanks for your work on Pistache, it's been quite useful :) I believe this is only an issue in old Pistache versions, such as the one currently pinned in...

Actually this build configuration was prohibited by Conan's Pistache recipe: https://github.com/conan-io/conan-center-index/blob/47ec06eaf213b77bf96c28079434b4fe4446cc46/recipes/pistache/all/conanfile.py#L65-L66 I'll push an update later today to update to Pistache 0.4.25, which resolves that issue and also allows enabling...

Fixed by https://github.com/mikage-emu/mikage-dev/commit/60c803aa4d0cebafb7a051537a4c9572e62d7fdb.

FWIW I haven't been seen any issues when linking xxhash dynamically on Ubuntu, but maybe I just got lucky. Is there a setup that reproduces the problem reliably? Before we...

I've done some more testing: I'm not hitting the glibc allocator fault hook when running a FEX build linking xxhash dynamically with a call to `XXH3_64Bits` added to `main`. I've...

There's been more investigation and discussion into this in #4411. The short summary is this: > To summarize the discussion so far, dynamic linking doesn't per se cause any memory...

> In the case where we have a working x86 cross compiler when building on arm64, and can procure a x86 rootfs but without the proper multilib integration, does X86_DEV_ROOTFS...

Realized we can achieve the same effect by using `--sysroot` and re-adding the global `/usr/include` directory for library headers, which is much cleaner than adding hardcoded include directories manually.