https://bugs.winehq.org/show_bug.cgi?id=55783
--- Comment #9 from Fabian Maurer dark.shadow4@web.de --- Created attachment 77584 --> https://bugs.winehq.org/attachment.cgi?id=77584 Patch to limit to 44bit VA
Your hack from comment #7 only works because it then allocates from the reserved pool first, right?
Since, according to Focht, the issue is with msxml6 only expecting 44bit virtual address space, we could also limit it (patch attached). Not sure how much that would break, how many applications depend on being able to get such big addresses?
Although I feel this will be rejected, since Win10+ doesn't have that limit and it still works.