https://bugs.winehq.org/show_bug.cgi?id=42188 Michael Müller <michael(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Component|-unknown |dos --- Comment #1 from Michael Müller <michael(a)fds-team.de> --- Your problem is not a Wine Staging regression and therefore belongs to the Wine product. Actually, it is not a real Wine bug either, but a configuration problem. The memory allocation is implemented in Wine, but your kernel denies allocating memory in this area. For security reasons, recent kernels define a minimum memory address for allocations. The limit can be changed through /proc/sys/vm/mmap_min_addr. When setting the value to zero, the error message should go away. When using SELinux, you also need to allow low area memory allocations for Wine, otherwise you will run into the same problem again. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.