https://bugs.winehq.org/show_bug.cgi?id=52715
--- Comment #11 from Austin English austinenglish@gmail.com --- (In reply to Fabian Maurer from comment #8)
Created attachment 75726 [details] 16k page hacks
Attaching the hacks I used to get 16k pages working.
Environment:
- Asahi Linux Fedora on M1 Mac Mini
- llvm-mingw-20231128
You'll also need to set 16k pages for the PE binaries: export CROSSLDFLAGS="-Wl,-section-alignment=16384"
Thanks. These also work for me using debian on m1.
FWIW, I tried winetest afterward: 72 failures (a significant number of those are related to missing gecko/mono, bug 43938).