https://bugs.winehq.org/show_bug.cgi?id=52715
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- This is indeed due to the page size. The "wine" binary is compiled with "-Wl,-z,max-page-size=0x1000". Remove that, and it doesn't segfault. It doesn't work still, but at least it doesn't crash instantly.