http://bugs.winehq.org/show_bug.cgi?id=14275
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #11 from Damjan Jovanovic damjan.jov@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?