https://bugs.winehq.org/show_bug.cgi?id=52715 Dustin Hacker <ldhacker2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ldhacker2(a)gmail.com --- Comment #3 from Dustin Hacker <ldhacker2(a)gmail.com> --- I was able to get it not to segfault by changing every instance of -max-page-size=0x1000 to -max-page-size=0x4000 in the ./configure script. Also, I changed a few instances of the page zero size to 0x4000 as well. The ./configure setup that I use is: ./configure --host=aarch64-linux-gnu host_alias=aarch64-linux-gnu --without-freetype --without-x --enable-win64 I got the ./configure info from https://wiki.winehq.org/ARM64 aand modified it to be for aarch64. Now it runs without segfault, but I get he following error on trying to run an .exe: wine: failed to load /usr/local/lib/wine/aarch64-windows/ntdll.dll error c000007b 0024:err:environ:run_wineboot failed to start wineboot c00000e5 wine: failed to load /usr/local/lib/wine/aarch64-windows/ntdll.dll error c000007b -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.