http://bugs.winehq.org/show_bug.cgi?id=3794
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2005-13-11 06:34 ------- More of my somewhat wild guesses. As app uses lots of unicode comparitions:
| 0009:Call kernel32.CompareStringW(00000000,00000001,7fb2fa5c L"USERPROFILEh\000b",0000000b,7fb2fa44 L"SystemDrivehUSERPROFILEh\000b",0000000b) ret=0068ae42 | 0009:Ret kernel32.CompareStringW() retval=00000003 ret=0068ae42
I suggest adding +nls flag.
As there are lots of calls to NtAllocateVirtualMemory() and NtFreeVirtualMemory(), maybe adding +virtual flag also would help.
And I'd put at least 2000 lines in the log.