http://bugs.winehq.org/show_bug.cgi?id=12111
--- Comment #14 from Paul Vriens Paul.Vriens.Wine@gmail.com 2008-03-25 02:14:20 --- I had a look at our NetUserGetInfo that returns:
trace:netapi32:NetUserGetInfo User L"amla" is unknown.
The problem is actually mentioned in access.c. We don't handle real user databases currently. Only users that are added via NetUserAdd will be able to be used with NetUserGetInfo. (A small test proves this.)
Some ways (I can think of) to fix this:
a) load at least the current user when netapi32 is loaded b) start using a real user database