[Bug 12111] Bruker TopSpin: Cannot install due to an unknown administrator username

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 25 02:14:20 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12111





--- Comment #14 from Paul Vriens <Paul.Vriens.Wine at 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


-- 
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.



More information about the wine-bugs mailing list