http://bugs.winehq.org/show_bug.cgi?id=28313
Summary: Steam client installer (MSI) crashes at the end of
installation
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://cdn.steampowered.com/download/SteamInstall.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: marcus(a)jet.franken.de
Regression SHA1: ac0a7b644fa464fa640e06a6e26b2191b5a29a92
Created an attachment (id=36281)
--> (http://bugs.winehq.org/attachment.cgi?id=36281)
terminal output
In wine-1.3.27-357-gac0a7b6 several, if not all MSI-based application installer
crash (usually at the end of installation). The problem can be reproduced by
downloading and installing the Steam client (it has a reasonable download size,
1.5 MB).
This is due to the following commit:
ac0a7b644fa464fa640e06a6e26b2191b5a29a92 is the first bad commit
commit ac0a7b644fa464fa640e06a6e26b2191b5a29a92
Author: Marcus Meissner <meissner(a)suse.de>
Date: Wed Sep 7 15:48:23 2011 +0200
msi: Check for return value of GetUserName (Coverity).
:040000 040000 57680d5a0196f95c2079d6d9668be2acfec0af68
9db4b0c261fe0b19526e608b357f2700b086f436 M dlls
Reverting the patch on wine-1.3.27-357-gac0a7b6 fixed the problem.
Author of the patch added to CC.
Fedora 15 x86
gcc version 4.6.0 20110603 (Red Hat 4.6.0-10) (GCC)
--
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=27961
Summary: psdk2003 failed to install, ACTION_InstallFiles Failed
to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
My wine version is wine-1.3.25 with Hans Leidekker's patch for Bug 27957.
Use winetricks to install psdk2003, choose "Custom Install", then select the
compose "Mircosoft Windows Core SDK/Build Environment/(x86)" and "Debugging
Tools for Windows". After a long wait, the Setup failed with some logs like
below:
fixme:urlmon:DownloadBSC_OnStopBinding No cache file
err:msi:ready_media Failed to download L"C:\\users\\fracting\\Local
Settings\\Temporary Internet
Files\\Content.IE5\\GGBCDSFNPSDK-AMD64_o-common.0[0]..cab" (1627)
err:msi:ACTION_InstallFiles Failed to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
fixme:wininet:InternetLockRequestFile STUB
fixme:urlmon:DownloadBSC_OnStopBinding No cache file
err:msi:ready_media Failed to download L"C:\\users\\fracting\\Local
Settings\\Temporary Internet
Files\\Content.IE5\\C9XZA9J2PSDK-AMD64_o-common.0[0]..cab" (1627)
err:msi:ACTION_InstallFiles Failed to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
--
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=27780
Summary: Total Annihilation crashes on start.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ni1s(a)nerdshack.com
Created an attachment (id=35543)
--> (http://bugs.winehq.org/attachment.cgi?id=35543)
stdout
When I start Total Annihilation(GoG version) It crashes immediately.
--
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=27957
Summary: psdk2003 installer crash every time
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35773)
--> (http://bugs.winehq.org/attachment.cgi?id=35773)
Log: install psdk2003
Trying to install psdk2003 with winetricks:
$ winetricks -q psdk2003
--- snip ---
The wine wiki says don't post winetricks bug to wine bugzilla, but the
load_psdk2003 function shows that the only workaround is override mfc42, so I
think is ok to post it here, please let me know if I make mistake.
load_psdk2003()
{
w_call mfc42
# Note: aborts on 64 bit windows with dialog saying "don't run on WoW"
#
http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969…
w_download
http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba…
5c7dc2e1eb902b376d7797cc383fefdfc64ff9c9
w_warn "This can take up to an hour."
cd "$W_CACHE"/psdk2003
# FIXME: says it accepts /q, but that doesn't work, so script this
# with autohotkey in -q mode.
w_try $WINE PSDK-x86.exe
}
--- snip ---
When I click the next button after selecting compose to install, the installer
always crash. Does it ever work on earlier versions of Wine ?
--
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=27834
Summary: Photosynth install doesn't work
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
I was trying to test bug 15594, but it doesn't install (new version?)
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
wine: Unhandled page fault on read access to 0x00000000 at address 0x68356e0b
(thread 0021), starting debugger...
http://photosynth.nethttp://mslabs-999.vo.llnwd.net/e1/installer/PhotosynthInstall_21103171042.e…
--
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=28090
Summary: EA Origin's launcher: freezes after a couple seconds
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35973)
--> (http://bugs.winehq.org/attachment.cgi?id=35973)
relay,seh,tid bzip2 -9'ed
Noticed while testing bug 27326. Install Alice, patch wine with the patch from
bug 27326, then run Alice. You'll get a release day activation test, which
should pass (unless you're a dirty pirate ;-)), then it prompts for you to
login to EA's origin. The email box should be activated, so you can type a
character or two, but then the application will hang. Even if you don't type,
it will hang after a second or two.
Terminal has a few fixme's, but nothing obvious. I'll attach a relay,seh,tid.
Note: The login prompt here is different from the one when running Origin to
login. I think it may be only prompted when installing/activating a game. If
anyone wants to debug this, email me privately for my login info.
--
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=28110
Summary: ThunderMiniInstall.exe crash: unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@
@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36013)
--> (http://bugs.winehq.org/attachment.cgi?id=36013)
Log: ThunderMiniInstall.exe crash
1. Download ThunderMiniInstall.exe
wget http://down.sandai.net/mini/ThunderMiniInstall.exe (from
http://dl.xunlei.com/mini.html )
2. start the installer with Wine:
$ wine ThunderMiniInstall.exe
wine: Call from 0x7b83a537 to unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z,
aborting
wine: Unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
called at address 0x7b83a537 (thread 0028), starting debugger...
--
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=27425
Summary: usb-over-network-client.msi can not start
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
A free demo can be downloaded from http://www.usb-over-network.com/
$ wget http://www.usb-over-network.com/usb-over-network-client.msi
$ sha1sum usb-over-network-client.msi
a580cee5660348a80892ed008954345dddb4e3cb usb-over-network-client.msi
Install:
$ msiexec /i usb-over-network-client.msi
fixme:storage:create_storagefile Storage share mode not implemented.
After this output msiexec exit automatically.
the installer start correctly with wine1.3.21 from ubuntu ppa, but start failed
with wine-1.3.21-254-g5bf7622, a regression test shows:
880ef2bb3522aefe84faf34a00b09699c184a48d is the first bad commit
commit 880ef2bb3522aefe84faf34a00b09699c184a48d
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Jun 7 10:33:35 2011 +0200
msi: Factor out common code to execute custom action commands.
:040000 040000 7cf49eed1ff29037cd9b4fa188e488340733fec5
2e382300e4a702ba762c8f710517a741a4dc4c51 M dlls
--
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=28111
Summary: ThunderMiniInstall.exe crash: unimplemented function
msvcp71.dll.?find@?$basic_string@DU?$char_traits@D@std
@@V?$allocator@D@2@@std@@QBEIPBDI@Z
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36014)
--> (http://bugs.winehq.org/attachment.cgi?id=36014)
Log: ThunderMiniInstall.exe crash
1. Download ThunderMiniInstall.exe
wget http://down.sandai.net/mini/ThunderMiniInstall.exe (from
http://dl.xunlei.com/mini.html )
2. start the installer with Wine:
$ wine ThunderMiniInstall.exe
Then there will be more then one crash, the first crash is reported as Bug
28110.
wine: Call from 0x7b83a537 to unimplemented function
msvcp71.dll.?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z,
aborting
wine: Unimplemented function
msvcp71.dll.?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
called at address 0x7b83a537 (thread 0020), starting debugger...
Unhandled exception: unimplemented function
msvcp71.dll.?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
called in 32-bit code (0x7b83a537).
--
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=28205
Summary: (regression ? ) MSPY2010.exe crash on unimplemented
function
msvcp90.dll.??4?$basic_string@_WU?$char_traits@_W@std@
@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download MSPY2010.exe from http://www.microsoft.com/china/pinyin/
2. Start the installer with wine:
$ wine MSPY2010.exe /quiet
wine: Call from 0x7b83a537 to unimplemented function
msvcp90.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z,
aborting
The installer works in wine-1.3.26, doesn't work in wine-1.3.27
I'm not sure whether this is a regression, a bisect shows as below:
227f87fc7dd13c27f2f3c04eae4e036ce4d56bef is the first bad commit
commit 227f87fc7dd13c27f2f3c04eae4e036ce4d56bef
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Aug 25 17:20:28 2011 +0200
msvcr90: Add a WinSxS manifest resource.
:040000 040000 555c864d57fed04525a7d8ab5e4081001a55b242
4a86ece6791f7e7c665ed54f2c7ca8c222e0e966 M dlls
bisect run success
--
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.