Aug. 1, 2026
7:16 a.m.
Updated. The placement is now limited to the 0x7ff6...-0x7ff8... range Windows uses for executables. Without the upper bound the image ended up at the very top of the address space, which is where DLLs are mapped instead. Verified with a minimal executable linked with `--dynamicbase --high-entropy-va` and the same preferred base as the game: it maps at 0x140000000 on master and at 0x7ff600000000 with this change. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11547#note_147552