[Bug 20103] New: Wrong temp folder created/passed back.
http://bugs.winehq.org/show_bug.cgi?id=20103 Summary: Wrong temp folder created/passed back. Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: msi AssignedTo: wine-bugs(a)winehq.org ReportedBy: cattynebulart(a)gmail.com When I try to install the new beyond the sword patch (3.19) I get an error like; fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for L"\\C:\\windows\\temp\\{086B718C-78A8-4F85-857B-EAFD6658B6E2}\\{32E4F0D2-C135-475E-A841-1D59A0D22989}\\vcredist.msi" Which makes sense as the folder creates in c:\windows\temp is '{A6DDB50F-18CA-4500-9968-D7EB5069AD42}' so it wouldn't be able to open the non-existent temp folder '{086B718C-78A8-4F85-857B-EAFD6658B6E2}'. I am using Ubuntu 9.04, and using the debs provided by winehq. The full log in case it helps; fixme:storage:StgCreateDocfile Storage share mode not implemented. fixme:reg:GetNativeSystemInfo (0x321a04) using GetSystemInfo() fixme:urlmon:DownloadBSC_OnStopBinding No cache file fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for L"\\C:\\windows\\temp\\{086B718C-78A8-4F85-857B-EAFD6658B6E2}\\{32E4F0D2-C135-475E-A841-1D59A0D22989}\\vcredist.msi" -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown Summary|Wrong temp folder |Beyond the Sword patch 3.19 |created/passed back. |fails to install Severity|major |normal -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 GEL <grimleaper1983(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grimleaper1983(a)gmail.com --- Comment #1 from GEL <grimleaper1983(a)gmail.com> 2009-10-15 09:35:12 --- Same problem here as below, however installer *does* creates the required directory (and files, including vcredist.msi) but is unable to open them: rr:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination fixme:urlmon:DownloadBSC_OnStopBinding No cache file fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for L"\\C:\\windows\\temp\\{17426663-840B-43D4-AC15-009D276D532E}\\{32E4F0D2-C135-475E-A841-1D59A0D22989}\\vcredist.msi" Once the installer fails these files are deleted. Trying to directly run vcredist.msi yields the following error $ msiexec /i vcredist.msi fixme:advapi:LookupAccountNameW (null) L"graham" (nil) 0x32f784 (nil) 0x32f788 0x32f77c - stub fixme:advapi:LookupAccountNameW (null) L"graham" 0x1542d8 0x32f784 0x154bc8 0x32f788 0x32f77c - stub fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders" fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values Using ubuntu 9.10, wine 1.1.31. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 --- Comment #2 from GEL <grimleaper1983(a)gmail.com> 2009-10-17 05:47:08 --- The problem was DirectX9 related and nothing to do with vcredist.msi The installer is looking for DXSetup.exe in the wrong place and cannot find it. Since installing this patch has worked for others (and indeed has worked for me once on a previous wine directory) I guess if things are set up correctly this isn't a fault with the patch. Work-around: empty the windows/temp folder. Start the patch. Once installer is initialised (don't start the install) go to a terminal and back to windows/temp directory. You will see two folders with random names. One contains a folder Disk1 containing the extracted files setup files for the patch and another contains some the directory {32E4F0D2-C135-475E-A841-1D59A0D22989} with some installation files (including DXSetup.exe). cd to Disk1 folder and link the previous folder: cd ~/.wine/windows/temp/ cd \{7755C1F9-76C8-458F-976C-5BD4B0BA886C\}/Disk1 ln -s ../../\{596BAEFF-FBDB-4FD7-8491-4C235C0FC5E4\}/\{32E4F0D2-C135-475E-A841-1D59A0D22989\} DirectX9 When the patch closes most of the temporary data will be lost so it's important to do this while the installer is running. Continue with installation as usual. One still needs the dll overrides listed in numerous other threads. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #3 from Wylda <wylda(a)volny.cz> 2010-03-06 07:48:08 --- I just installed patch Civ4 BTS without any problem in wine-1.1.40. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #4 from Xavier Vachon <xvachon(a)gmail.com> 2010-10-22 15:32:20 CDT --- I am able too to patch the game without any overrides in current git (1.3.5). This is fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |xerox_xerox2000(a)yahoo.co.uk Resolution| |FIXED --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2010-10-22 15:38:56 CDT --- reported fixed -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20103 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-10-29 12:55:39 CDT --- Closing bugs fixed in 1.3.6. -- 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.
participants (1)
-
wine-bugs@winehq.org