[PATCH 2/2] setupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.

Erich E. Hoover ehoover at mymail.mines.edu
Thu Oct 4 14:08:08 CDT 2012


When PlayReady receives the SPFILENOTIFY_FILEEXTRACTED notification it
immediately tries to open the target file, copy it, and delete it.
Since we're currently holding open the file throughout this
interaction PlayReady fails its CreateFile request and does not
individualize the user's profile.  This patch closes the file before
making the notification and, together with patch 1, therefore resolves
Bug #31589 and allows individualization to complete.  However, it's
worth mentioning that Netflix users will still run into Bug #31858 and
will only be able to load a movie up to 99% (loading stops at 98%
without these patches).  Also, these patches only fully fix the
individualization procedure for Silverlight 4.x - Silverlight 5.x
users will run into Bug #31881.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-setupapi-Close-the-target-file-before-issuing-SPFILE.patch
Type: application/octet-stream
Size: 1631 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121004/5022aa81/attachment.obj>


More information about the wine-patches mailing list