2

I'm playing with Wine on Raspbian Jessie. I just installed from source but executing wine returns:

Warning: memory above 0x80000000 doesn't seem to be accessible.
Wine requires a 3G/1G user/kernel memory split to work properly.
wine: failed to map the shared user data: c0000018

From here, it seems recompiling the kernel with 3G/1G memory might help.

Since I've never did kernel compilation I would like some more motivation in order to go that way. May someone confirm the kernel compilation approach works well? Or perhaps suggest another approach?

KcFnMi
  • 5,516
  • 10
  • 62
  • 136

1 Answers1

0

Exagear is shipped with a special build of wine that supports 2g/2g memory split. You should use only this build of wine, not the one from apt-get.

Andrey Rogov
  • 169
  • 5