http://bugs.winehq.org/show_bug.cgi?id=21871
Summary: err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603 Product: Wine Version: 1.1.39 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: giuseppe.bottiglieri@gmail.com
Trying to install Nokia Ovi Suite on wine 1.1.39 with Kubuntu Karmic i get this error in the Konsole:
fixme:advapi:LookupAccountNameW (null) L"bra" (nil) 0x142e044 (nil) 0x142e048 0x142e03c - stub fixme:advapi:LookupAccountNameW (null) L"bra" 0xb5757e0 0x142e044 0xb58b6d8 0x142e048 0x142e03c - stub err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603
http://bugs.winehq.org/show_bug.cgi?id=21871
--- Comment #1 from Austin English austinenglish@gmail.com 2010-02-26 10:40:40 --- Please attach a +relay,+msi trace.
http://bugs.winehq.org/show_bug.cgi?id=21871
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|err:msi:ITERATE_Actions |Nokia Ovi Suite installer |Execution halted, action |fails |L"LaunchConditions" | |returned 1603 |
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-02-26 12:12:34 --- Also, is this downloadable anywhere?
http://bugs.winehq.org/show_bug.cgi?id=21871
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |NEW URL| |http://nds1.nokia.com/files | |/support/global/phones/soft | |ware/Nokia_Ovi_Suite_webins | |taller_ALL.exe CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |msi Ever Confirmed|0 |1
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-02-27 03:12:48 ---
confirming. This could very well be a duplicate of http://bugs.winehq.org/show_bug.cgi?id=15968 but i'm not 100 % sure. You can extract the files from the executable with "7za x". I then had a look with orca at the the msifile. In the upgrade table VersionMax and language are missing for the row that the insta;ller fails on. I'll attach a hack that allowed me to complete the installer.
http://bugs.winehq.org/show_bug.cgi?id=21871
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-02-27 03:14:02 --- Created an attachment (id=26513) --> (http://bugs.winehq.org/attachment.cgi?id=26513) hack
http://bugs.winehq.org/show_bug.cgi?id=21871
--- Comment #5 from Giuseppe Bottiglieri giuseppe.bottiglieri@gmail.com 2010-03-21 08:38:24 --- why does this patch is not implemented?
http://bugs.winehq.org/show_bug.cgi?id=21871
--- Comment #6 from Giuseppe Bottiglieri giuseppe.bottiglieri@gmail.com 2010-03-23 08:40:56 --- mmm... I applied this hack on the last wine versione (with git), but nothing is changed.
http://bugs.winehq.org/show_bug.cgi?id=21871
--- Comment #7 from Giuseppe Bottiglieri giuseppe.bottiglieri@gmail.com 2010-04-08 04:04:14 --- ok with the hack i can install Ovi Nokia, but the linking with the nokia mobile phone doesn't work, i am trying with libusb.
http://bugs.winehq.org/show_bug.cgi?id=21871
Thomas Nielsen thnielsen@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thnielsen@novell.com
--- Comment #8 from Thomas Nielsen thnielsen@novell.com 2010-04-21 03:19:56 --- hi Same problem in wine-1.1.43.tar.bz2 2010-04-16 and for the blind people, would it be possible to have the hack from comment #4 for wine-1.1.43.tar.bz2. I agree, it "should" be simple to adapt by hand - but ahem - I am not exactly a developer.
http://bugs.winehq.org/show_bug.cgi?id=21871
--- Comment #9 from Thomas Nielsen thnielsen@novell.com 2010-04-21 06:50:07 --- (self-)correction - the diff above only fails on the last section:
@@ -181,7 +185,7 @@ static UINT ITERATE_FindRelatedProducts(MSIRECORD *rec, LPVOID param) index ++; continue; } - + skip3: action_property = MSI_RecordGetString(rec,7); append_productcode(package,action_property,productid); ui_actiondata(package,szFindRelatedProducts,uirow);
which is a shame because the reason is minor. On the more recent code in :
wine-1.1.43.tar.bz2
the lines :
append_productcode(package,action_property,productid); ui_actiondata(package,szFindRelatedProducts,uirow);
has changed to:
append_productcode(package, action_property, productid); MSI_RecordSetStringW(uirow, 1, productid); ui_actiondata(package, szFindRelatedProducts, uirow);
Which makes the last section in the diff file fail. So for the unstoppable - download the source, apply the diff, let it fail on one section, and manually add the
skip3:
statement save, make, make install Then Ovi will install - now then to make it connect to a phone :-)
http://bugs.winehq.org/show_bug.cgi?id=21871
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-05-25 14:07:48 --- installs fine for me in current git. Probably fixed by 598a25de82ca6c86340c8bffbaaef2d8a432cd99, as this bug was rather similar (but i think not exact dupe) of http://bugs.winehq.org/show_bug.cgi?id=15968
http://bugs.winehq.org/show_bug.cgi?id=21871
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2010-05-28 12:51:19 --- Closing bugs fixed in 1.2-rc2.