https://bugs.winehq.org/show_bug.cgi?id=47612
Bug ID: 47612 Summary: LizardSystems Terminal Services Manager needs Ex functions from wtsapi32.dll Product: Wine Version: 4.13 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wtsapi32 Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
The installation is successful, but when `wine tsmanager.exe` is executed, an error dialog pops up with the following message:
Cannot find import; DLL may be missing, corrupt, or wrong version File "wtsapi32.dll", function "WTSEnumerateProcessesExW" (error 0)
Nearly identical dialogs appear as stubs are progressively added for:
WTSEnumerateSessionsExW WTSOpenServerExW WTSFreeMemoryExW
After that it complains that utildll.dll is missing, but I'll save that for another bug report.