http://bugs.winehq.org/show_bug.cgi?id=2797
------- Additional Comments From KenJackson@ieee.org 2005-16-03 14:38 ------- It puzzled me why it never failed before wine version 20050211. I just figured it out.
When I simply delete /usr/local/lib/wine/wtsapi32.dll.so, it does NOT fail.
Apparently, rather than testing the version of Windows it is running under, the application tests for the presence of wtsapi32.dll. If it's not found, it doesn't try to use it.
The stubbed version of the DLL was just added for the first time in 20050211, so that was the first opportunity the application had to fail. This isn't so much a bug as an incomplete feature that's been incomplete all along.