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@winehq.org ReportedBy: KenJackson@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