[Bug 23810] 16-bit setup program can't find its files

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 27 21:14:17 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23810


Andrew Nguyen <arethusa26 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #3 from Andrew Nguyen <arethusa26 at gmail.com>  2010-07-27 21:14:17 ---
The installer does:

trace:int21:INT21_CreateFile CreateFile called: function=3d, action=01,
access/share=0002, create flags=0000,
file=Z:\home\arethusa\DOWN~NTG\cwkit\Sample\cwf.exe.
trace:file:CreateFileW L"Z:\\home\\arethusa\\DOWN~NTG\\cwkit\\Sample\\cwf.exe"
GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE  creation 3
attributes 0x0
...
warn:file:CreateFileW Unable to create file
L"Z:\\home\\arethusa\\DOWN~NTG\\cwkit\\Sample\\cwf.exe" (status c0000022)
trace:file:CreateFileW returning 0xffffffff
trace:int21:DOSVM_Int21Handler failed, error 5

CWF.EXE has the permissions:

-r-xr-xr-x. 1 arethusa arethusa 372992 1995-06-11 21:00 CWF.EXE

Probably the application expects the old (circa Win9x) behavior of CreateFile
where requesting write access succeeds on read-only media. After changing the
permissions of the files, the installer gets further, hanging at "Creating
Program Group".

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list