Starting with running 32bit applications on a 64bit kernel fails with the message listed in the title. Running strace results this: mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 EPERM (Operation not permitted) A workaround is to set vm.mmap_min_addr=0. Bug Link to Arch Linux Bugtracker: https://bugs.archlinux.org/task/55954?project=5&string=wine Wine's Bug: https://bugs.winehq.org/show_bug.cgi?id=43963
Created attachment 273407 [details] kernel config