Install of QuickenDL 2009

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
uho
Newbie
Newbie
Posts: 4
Joined: Sat Mar 27, 2010 2:05 pm

Install of QuickenDL 2009

Post by uho »

Im' running Quicken2004 in a wine1.1.37 on a SUSE11.2. As the online tool does not work here, I decided to go to Quicken Deluxe2009. It is GOLD according to the database, on wine 1.1.31/SUSE11.1 already.

If I try to install it I always get
"
fixme:msxml:domdoc_get_parseError (0x15aa68)->(0x32f790): creating a dummy parseError
fixme:msxml:parseError_get_srcText
fixme:msxml:parseError_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented

" and a popup complains:
"This application has requested the Runtime to terminate in a unusual way".
After closing this, the log is continued:
"
wine: Unhandled exception 0x40000015 at address 0x3d650023:0x004834d3 (thread 0009), starting debugger...
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
0000001c 0
00000018 0
00000015 0
00000014 0
00000010 0
0000000f 0
00000011 mscorsvw.exe
00000017 0
00000016 0
00000013 0
00000012 0
uwe@tower:/home/INSTALL/WINDOWS/QuickenDL2009> 00000019 winedevice.exe
0000001e 0
0000001d 0
0000001b 0
0000001a 0
0000001f explorer.exe
00000020 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'

"


No difference whether it try to run from CD or HD.
Can anybody help? Many Thanks in advance.

Uwe
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: Install of QuickenDL 2009

Post by hellork »

Consider upgrading wine from git or 1.1.42, which will be out soon. A lot of installation issues have been fixed, but I've heard that even 1.1.41 is still broken with some installs.

If upgrading wine doesn't help, the AppDB doesn't mention this, but I have a hunch that installing msxml4 through winetricks ( http://wiki.winehq.org/winetricks ) would get around the installer problem. If it does, please update the AppDB entry:
http://appdb.winehq.org/objectManager.p ... n&iId=6260
and file a bug report. http://bugs.winehq.org/buglist.cgi?quic ... en+install

Additionally, Gnucash ( http://www.gnucash.org/ ) is a free and open source alternative that can import Quicken files with a little work and preparation.
James McKenzie

Install of QuickenDL 2009

Post by James McKenzie »

hellork wrote:
Consider upgrading wine from git or 1.1.42, which will be out soon. A lot of installation issues have been fixed, but I've heard that even 1.1.41 is still broken with some installs.

If upgrading wine doesn't help, the AppDB doesn't mention this, but I have a hunch that installing msxml4 through winetricks ( http://wiki.winehq.org/winetricks ) would get around the installer problem. If it does, please update the AppDB entry:
http://appdb.winehq.org/objectManager.p ... n&iId=6260
and file a bug report. http://bugs.winehq.org/buglist.cgi?quic ... en+install

Additionally, Gnucash ( http://www.gnucash.org/ ) is a free and open source alternative that can import Quicken files with a little work and preparation.

Also, if this worked at one time, it would be nice to run a regression
test to isolate which commit or commits caused the regression.

James McKenzie
uho
Newbie
Newbie
Posts: 4
Joined: Sat Mar 27, 2010 2:05 pm

Post by uho »

unfortunately, nothing changed with 1.41 and msxml4...

Uwe
uho
Newbie
Newbie
Posts: 4
Joined: Sat Mar 27, 2010 2:05 pm

Post by uho »

after upgrading to 1.1.42 it is still the same problem. One address changed, everything else is identical:

wine LxSetup.exe
fixme:msxml:domdoc_get_parseError (0x131d80)->(0x32f790): creating a dummy parseError
fixme:msxml:parseError_get_srcText (0x131f58)->(0x32f790)
fixme:msxml:parseError_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
wine: Unhandled exception 0x40000015 at address 0x3d650023:0x004834d3 (thread 0009), starting debugger...
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
00000017 0
00000015 0
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
uwe@tower:/home/INSTALL/WINDOWS/QuickenDL2009> 00000016 0
00000013 0
00000012 0
00000019 explorer.exe
0000001a 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'


Any idea, to go around?

Uwe
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

uho wrote:after upgrading to 1.1.42 it is still the same problem. One address changed, everything else is identical:
Have you tried installing native msxml with winetricks? Don't just install latest, your program might need older version then msxml4.
uho
Newbie
Newbie
Posts: 4
Joined: Sat Mar 27, 2010 2:05 pm

Post by uho »

good idea, with msxml3 (and some other tricks, indicated by the installer) the installation started. THX.

Now I need to dig into the documentation, how to do a reboot of WIN in wine since my installer requires to reboot and it promises to continue after that...

Uwe
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

uho wrote:Now I need to dig into the documentation, how to do a reboot of WIN in wine since my installer requires to reboot and it promises to continue after that...
wineboot
Locked