[Bug 26493] New: iMesh: Fails to install
http://bugs.winehq.org/show_bug.cgi?id=26493 Summary: iMesh: Fails to install Product: Wine Version: 1.3.16 Platform: x86 URL: http://download.cdn.imesh.com/r/cdn/0/iMeshV10pl.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=33729) --> (http://bugs.winehq.org/attachment.cgi?id=33729) Terminal output on Wine 1.3.16 Steps to reproduce: 1) remove ~/.wine 2) winetricks gecko 3) wine iMeshV10pl.exe 4) Default installation Behaviour: Installer exits silently Expected behaviour: Installer should finish without error. -- 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=26493 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer -- 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=26493 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2011-03-20 09:50:11 CDT --- How about a +msi log? -- 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=26493 --- Comment #2 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-03-20 10:30:00 CDT --- Created an attachment (id=33733) --> (http://bugs.winehq.org/attachment.cgi?id=33733) WINEDEBUG=+msi on Wine 1.3.16 -- 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=26493 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2011-03-20 10:47:30 CDT --- The few lines before the failure seem to be trace:msi:MSIREG_OpenClassesUpgradeCodesKey L"#UPGEADECODE#" trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `ActionText` WHERE `Action` = 'PublishProduct'" 0x16cdaa4 trace:msi:MSI_ParseSQL Parse returned 1 trace:msi:MSI_ProcessMessage 4000000 trace:msi:MSI_ProcessMessage 0x5c8030 (nil) (nil) 7fdf 10 L"Action ended 16:28:53: PublishProduct. Return value 1627." ... err:msi:ITERATE_Actions Execution halted, action L"PublishProduct" returned 1627 Assigning component msi on the guess that an sql parse error is msi-related. -- 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=26493 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2011-03-20 15:09:17 CDT --- (In reply to comment #3)
The few lines before the failure seem to be
trace:msi:MSIREG_OpenClassesUpgradeCodesKey L"#UPGEADECODE#" trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `ActionText` WHERE `Action` = 'PublishProduct'" 0x16cdaa4 trace:msi:MSI_ParseSQL Parse returned 1 trace:msi:MSI_ProcessMessage 4000000 trace:msi:MSI_ProcessMessage 0x5c8030 (nil) (nil) 7fdf 10 L"Action ended 16:28:53: PublishProduct. Return value 1627." ... err:msi:ITERATE_Actions Execution halted, action L"PublishProduct" returned 1627
Assigning component msi on the guess that an sql parse error is msi-related.
The parse error is harmless, it fails because of the bogus upgrade code which we should ignore. -- 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=26493 --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2011-03-20 15:11:01 CDT --- Created an attachment (id=33735) --> (http://bugs.winehq.org/attachment.cgi?id=33735) msi: Ignore invalid upgrade codes in the PublishProduct action. Fix. -- 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=26493 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #6 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-03-30 15:07:20 CDT --- Fixed in wine-1.3.16-213-gda4ed47. Thanks Hans! -- 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=26493 --- Comment #7 from Hans Leidekker <hans(a)meelstraat.net> 2011-03-30 15:10:10 CDT --- (In reply to comment #6)
Fixed in wine-1.3.16-213-gda4ed47. Thanks Hans!
Thank you for the bug report. The commit that fixed it is e82a4896f39bea9d5d31de93813ba7b9d468bc32. -- 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=26493 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2011-04-01 12:40:11 CDT --- Closing bugs fixed in 1.3.17. -- 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=26493 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e82a4896f39bea9d5d31de93813 | |ba7b9d468bc32 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26493 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net URL|http://download.cdn.imesh.c |https://web.archive.org/web |om/r/cdn/0/iMeshV10pl.exe |/20210204093115/http://dl15 | |.afterdawn.com/download/912 | |5c111c334701765d1894676f80e | |35/601bbec0/0-m/iMeshV10.01 | |.exe Summary|iMesh: Fails to install |iMesh 10.x fails to install -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla