[Wine] Wine requires a 3G/1G user/kernel memory split to work prope

Gert van den Berg wine-users at mohag.net
Fri Aug 1 16:52:48 CDT 2008


On Fri, Aug 1, 2008 at 9:47 PM, NuMan <wineforum-user at winehq.org> wrote:
> Everytime i start wine i get this error:
>
> Code:
> Warning: Memory above 0x80000000 doesn't seem to be accessible.
> Wine requires a 3G/1G user/kernel memory split to work properly.
>
> Any help?

It is caused by the VMSPLIT kernel option having an incorrect value.

The configuration options should be as below.

$ zcat /proc/config.gz |grep VMSPLIT
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
# CONFIG_VMSPLIT_1G is not set

If you have compiled your kernel yourself, recompile it with the
options as above. If your kernel came from your distro, their forums
are probably the best place to enquire about a kernel with the right
settings.



More information about the wine-users mailing list