http://bugs.winehq.org/show_bug.cgi?id=14275 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #11 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2009-01-03 09:19:07 --- You can mlock() memory even if you're not root. But the default maximum seems to be only 32 kilobytes which is much less than the 0x00100010 (1 Megabyte) the application wants.
From the mlock man page: "Since Linux 2.6.9, no limits are placed on the amount of memory that a privileged process can lock and the RLIMIT_MEMLOCK soft resource limit instead defines a limit on how much memory an unprivileged process may lock."
Try with a higher RLIMIT_MEMLOCK? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.