[Bug 18811] Lexware: wine crashes during .Net 2.0 SP1 Installation

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 9 02:56:21 CDT 2009


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





--- Comment #14 from Hans Leidekker <hans at meelstraat.net>  2009-06-09 02:56:20 ---
002d:warn:msidb:write_stream_data open stream failed r = 80030005
002d:warn:msidb:STREAMS_set_row failed to write stream data: 1627

80030005 is STG_E_ACCESSDENIED

Hib's patches added support for binary streams which the sp1 installer
is trying to add via a transform. This fails because we open the package
storage (actually a copy of it) read-only.

A naive patch to open the storage read/write makes a bunch of test
fail because of sharing violations, so the proper fix is probably to
read all of it into memory, like a comment in the source says.

-- 
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