http://bugs.winehq.org/show_bug.cgi?id=25910
Summary: Notepad tries to open a file using wrong sharing mode Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: exclusion@gmail.com
Notepad can't open file, that was opened in another program for writing, while Windows notepad can do it. Difference is in call to CreateFileW.
Wine notepad: trace:file:CreateFileW L"D:\Pr\Trillian\users\default\logs\ICQ\xxxxxx.log" GENERIC_READ FILE_SHARE_READ creation 3 attributes 0x80
Windows notepad: trace:file:CreateFileW L"D:\Pr\Trillian\users\default\logs\ICQ\xxxxxx.log" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x80
In particular, I can't open contact history in Trillian (IM client) while Message window of the contact is open (and the log file is opened for writing).
http://bugs.winehq.org/show_bug.cgi?id=25910
--- Comment #1 from Alexander LAW exclusion@gmail.com 2011-01-27 23:52:31 CST --- Created an attachment (id=33022) --> (http://bugs.winehq.org/attachment.cgi?id=33022) Proposed patch for the issue
http://bugs.winehq.org/show_bug.cgi?id=25910
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch
--- Comment #2 from Austin English austinenglish@gmail.com 2011-01-28 00:24:21 CST --- Patches should be sent to wine-patches@winehq.org.
http://bugs.winehq.org/show_bug.cgi?id=25910
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-01-28 13:26:48 CST --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=a8308dd017541e9dd2ceca...
http://bugs.winehq.org/show_bug.cgi?id=25910
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-02-04 13:21:03 CST --- Closing bugs fixed in 1.3.13.
http://bugs.winehq.org/show_bug.cgi?id=25910
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x
http://bugs.winehq.org/show_bug.cgi?id=25910
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |---