[Bug 25755] New: unimplemented action MigrateFeatureStates
http://bugs.winehq.org/show_bug.cgi?id=25755 Summary: unimplemented action MigrateFeatureStates Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs(a)winehq.org ReportedBy: nicholag(a)andrews.edu Created an attachment (id=32823) --> (http://bugs.winehq.org/attachment.cgi?id=32823) messages from the installation and upgrade attempt for hrblock tax software Trying to install tax software from H&R Block for 2010. The installer shows an error, but the application seems to install. Updates to the application get downloaded, but the error message prevents the update from installing. -- 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=25755 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|unimplemented action |H&R block fails to install |MigrateFeatureStates |updates --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2011-01-12 11:25:09 CST --- I don't think the lacking MigrateFeatureStates implementation is likely to be the issue. More likely: fixme:msi:MSI_OpenDatabaseW open failed r = 80030002 for L"C:\\users\\gregg\\Temp\\{DB4BE765-16E3-4E30-B847-CACF2660FF06}\\H&R" err:msi:msi_apply_patch_package failed to open patch collection L"C:\\users\\gregg\\Temp\\{DB4BE765-16E3-4E30-B847-CACF2660FF06}\\H&R" The error message 0x80030002 is STG_E_FILENOTFOUND. Possibly the problem is that the & is unescaped in the path? That's just a guess, though. -- 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=25755 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #2 from Hans Leidekker <hans(a)meelstraat.net> 2011-01-12 11:28:03 CST --- Which version of Wine is this? -- 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=25755 --- Comment #3 from Gregg Nicholas <nicholag(a)andrews.edu> 2011-01-12 12:16:06 CST --- wine is version 1.2.2-1ubuntu1~lucid1 I tried to copy the temporary files to another subdirectory. Then tried to execute msiexec with an escape character for the ampersand. Maybe I'm doing it wrong, but it still didn't work. gregg(a)oc1:~/.wine/drive_c/users/gregg/Temp/{8106B66B-EFD9-4D4E-BDED-33BFEDEF2E8A}$ ls -l total 7848 -rw-r--r-- 1 gregg gregg 13660 2011-01-12 12:52 0x0409.ini -rw-r--r-- 1 gregg gregg 8009728 2011-01-12 12:52 H&R Block Deluxe+Efile+State 2010 Update.msp -rw-r--r-- 1 gregg gregg 323 2011-01-12 12:52 _ISMSIDEL.INI -rw-r--r-- 1 gregg gregg 2733 2011-01-12 12:52 Setup.INI gregg(a)oc1:~/.wine/drive_c/TEMP$ msiexec /i ./H\&R\ Block\ Deluxe+Efile+State\ 2010\ Update.msp fixme:advapi:LookupAccountNameW (null) L"gregg" (nil) 0x32f160 (nil) 0x32f164 0x32f158 - stub fixme:advapi:LookupAccountNameW (null) L"gregg" 0x12f1b0 0x32f160 0x130820 0x32f164 0x32f158 - stub -- 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=25755 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |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=25755 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2011-01-12 13:47:53 CST --- Please try latest Wine, this may have been 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=25755 --- Comment #5 from Gregg Nicholas <nicholag(a)andrews.edu> 2011-01-12 14:48:44 CST --- upgraded to wine-1.3.11 (latest version?) It still seems to fail in the same way (to my inexperienced eye). I'm uploading a new file, containing the console error messages. -- 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=25755 --- Comment #6 from Gregg Nicholas <nicholag(a)andrews.edu> 2011-01-12 14:51:02 CST --- Created an attachment (id=32831) --> (http://bugs.winehq.org/attachment.cgi?id=32831) console messages while using wine-1.3.11 -- 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=25755 --- Comment #7 from Hans Leidekker <hans(a)meelstraat.net> 2011-01-12 15:09:09 CST --- Patches should be applied with /p not /i.
fixme:msi:msi_unimplemented_action_stub PatchFiles -> 399 ignored L"Patch" table values
The patch wants to update files by applying deltas, which is completely unimplemented. -- 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=25755 --- Comment #8 from Gregg Nicholas <nicholag(a)andrews.edu> 2011-01-12 15:25:00 CST --- Thanks for explaining about the 'delta' patching problem. Guess I'll have to find a Windows PC to do my taxes this year. -- 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=25755 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #9 from Hans Leidekker <hans(a)meelstraat.net> 2011-12-06 02:27:07 CST --- Duplicate. *** This bug has been marked as a duplicate of bug 12501 *** -- 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=25755 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Hans Leidekker <hans(a)meelstraat.net> 2011-12-06 02:27:47 CST --- Closing. -- 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=25755 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|msi |mspatcha Version|unspecified |1.2.2 CC| |focht(a)gmx.net -- 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