"winetricks msxml4" hangs on wine 1.1.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
malcolm
Newbie
Newbie
Posts: 2
Joined: Tue Jul 22, 2008 7:25 am

"winetricks msxml4" hangs on wine 1.1.1

Post by malcolm »

Hi,

I'm trying to get the Australian eTax 2008 program running under wine 1.1.1 on Debian Etch

According to AppDB I need to install msxml4 using winetricks:

http://appdb.winehq.org/objectManager.p ... 9&sAllBugs

Alas, once I've clicked "Next >" on the MS XML installer wizard, the dialog disappears and msiexec just sits there burning CPU.

Any suggestions?

Console output:

Code: Select all

malcolm@thebaine:~$ ./winetricks msxml4
Executing wine msiexec /i /home/malcolm/.winetrickscache/msxml4.msi
fixme:advapi:LookupAccountNameW (null) L"malcolm" (nil) 0x33e974 (nil) 0x33e96c 0x33e970 - stub
fixme:advapi:LookupAccountNameW (null) L"malcolm" 0x12a8f0 0x33e974 0x12a720 0x33e96c 0x33e970 - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
Note: command 'wine msiexec /i /home/malcolm/.winetrickscache/msxml4.msi' returned status 1.  Aborting.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

There was a regression in 1.1.1, http://bugs.winehq.org/show_bug.cgi?id=14523 .
malcolm
Newbie
Newbie
Posts: 2
Joined: Tue Jul 22, 2008 7:25 am

sigh

Post by malcolm »

Just my luck... thanks for the quick reply!
Locked