http://bugs.winehq.org/show_bug.cgi?id=3178 ------- Additional Comments From dank(a)kegel.com 2006-30-04 21:49 ------- I just installed mdac 2.7 with plain wine, no MS dlls. The wine came from Mike McCormack's public tree, and one tiny extra kludge patch was required: --- a/dlls/ntdll/nt.c +++ b/dlls/ntdll/nt.c @@ -203,7 +203,7 @@ NTSTATUS WINAPI NtQueryInformationToken( switch (tokeninfoclass) { case TokenGroups: - len = sizeof(TOKEN_GROUPS); + len = sizeof(TOKEN_GROUPS) + 400; /* WAG */ When wine-0.9.13 is released (mid-may?), please see if that fixes your problem -- and please don't use sidenet, plain wine should be able to install ie6 and mdac by then. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.