-
Notifications
You must be signed in to change notification settings - Fork 130
Page Size
Note: There were some adjustments regarding other page sizes in Wine lately, please retest with Hangover 10.6 or later to see if it works now, otherwise:
Hangover needs a 4k page size (as is the default on x86 and x86_64) to run. This page aims to list some possibilities:
The Pi5 by default uses a kernel with 16k page size. It's possible to switch back to a 4k page size kernel by adding
kernel=kernel8.img to config.txt
see also https://github.com/raspberrypi/bookworm-feedback/issues/107
Asahi Linux ships with 16k page size by default. Their solution is to use muvm.
Might be as easy as unpacking the debian11 package somewhere and run muvm /path/to/wine
I just can't test as I don't have the hardware.
see also #97
There might be other situations and a generic solution would be great. For example some ARM64 server hardware uses 64k pages. I have no way to test it, but muvm from Asahi Linux (see above) might be a generic solution.