[Bug 2797] New: Missing wtsapi32.dll.WTSEnumerateSessionsA

Wine Bugs wine-bugs at winehq.org
Tue Mar 15 10:17:13 CST 2005


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

           Summary: Missing wtsapi32.dll.WTSEnumerateSessionsA
           Product: Wine
           Version: 20050310
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-misc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: KenJackson at ieee.org


Until recently I was able to run chc08.exe (Metrowerks Codewarrior C compiler
for HC08 microcontrollers), but now it fails under wine versions 20050211 and
20050310.

Wine complains about missing function wtsapi32.dll.WTSEnumerateSessionsA and says: 
err:seh:setup_exception stack overflow 0 bytes

WORK AROUND ====================

I found that I can make it work by copying WTSAPI32.DLL from a real Win2K to the
System32 directory on my fake C: drive, and adding these lines to my wine config
file:

[AppDefaults\\chc08.exe\\DllOverrides]
"wtsapi32" = "native"

[AppDefaults\\Linker.exe\\DllOverrides]
"wtsapi32" = "native"

Note: It's not clear to me what "Component" wtsapi32.dll falls under, so I'm
filing this bug under "wine-misc".

-Ken Jackson

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



More information about the wine-bugs mailing list