http://bugs.winehq.com/show_bug.cgi?id=1469
------- Additional Comments From juan@virtual-orbis.com 2003-25-05 05:13 ------- Created an attachment (id=262) --> (http://bugs.winehq.com/attachment.cgi?id=262&action=view) --debugmsg +relay,+file output of winzip7.0(SR-1) INSTALLER under wine-2003-0508 (+CVS as of May22)
Please use the same text search as above, then compare both:
wine-20030408 (good): 0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7 0009:Ret kernel32.FindFirstFileA() retval=403d7c02 ret=004010a7
wine-20030508 (bad) 0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7 0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7 ^^^^^^^^ As you can see, FindFistFileA() is ever returning a value of ffffffff (check the other instances of FindFirstFileA and you will find the same error:
bad: (as of wine-20030508 & CVS-May22) 0009:Call kernel32.FindFirstFileA(406d22f4 "X:\",406d2198) ret=004010a7 0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
should be: (as of wine-20030408) 0009:Call kernel32.FindFirstFileA(406d22f4 "X:\",406d2198) ret=004010a7 0009:Ret kernel32.FindFirstFileA() retval=403d77c2 ret=004010a7