Hi,
With the following patch to wine-0.5 branch builds and when starting wine ~/sol.exe it goes to the second LoadBitmap and then crashes with heap memory corruption.
Ciao, Marcus
On Sun, Jul 01, 2018 at 05:09:18PM +0200, Marcus Meissner wrote:
Hi,
With the following patch to wine-0.5 branch builds and when starting wine ~/sol.exe it goes to the second LoadBitmap and then crashes with heap memory corruption.
To run, as root you need to do:
echo 0 > /proc/sys/vm/mmap_min_addr
to disable the mmap NULL page protection security feature and as the module callbacks are not yet in their own selectors.
Ciao, Marcus