http://bugs.winehq.org/show_bug.cgi?id=4709
------- Additional Comments From jxzheng@gmail.com 2006-08-03 12:07 ------- I tried the new patch, and sure enough, a new function is asked: LsaEnumerateAccountsWithUserRight. I know which exe is causing this, and I know that the error originate from a DLL linked by the exe: wwwnt34i.dll. This is a winbatch dll. Unfortunately, both files contain no reference to the named functions that errored before. My hunch is that maybe wwnt34i.dll uses a clever loop to enumerate all the functions in ADVAPI32.dll for the batch script to use? Btw, the dll file is compressed with a irreversible method, so I'm not 100% if some of the symbols actually got compressed.