Quicken 2009 (german) and wine 1.1.25

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Hinnerk
Newbie
Newbie
Posts: 3
Joined: Mon Jul 13, 2009 4:35 pm

Quicken 2009 (german) and wine 1.1.25

Post by Hinnerk »

Hello all,

I'm a Wine newbie who tried to get Quicken 2009 (german) installed on a openSUSE 11.1 box.

This is what I did according to the guy who succeeded in getting it up and running:

1) Start with a fresh Wine Profile
2) Follow the Gecko trick (not sure if needed was done for another app) http://wiki.winehq.org/Gecko
3) From winetricks install corefonts and vcrun6
4) From winetricks install msxml6 and IE6 (not sure if needed was done for another app)
5) From your installation media change directory to DISK1 and run wine ISetup.exe (though I think the file is LxSetup.exe)

Here is the output after starting the installation:

blackbeauty:/media/Quicken 2009 # wine LxSetup.exe
ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dsnoop.c:593:(snd_pcm_dsnoop_open) unable to open slave
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer
fixme:msxml:domdoc_get_parseError (0x1403e8)->(0x32f7e0): creating a dummy parseError
fixme:msxml:parseError_get_srcText
fixme:msxml:parseError_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
wine: Unhandled exception 0x40000015 at address 0x4834d3 (thread 0009), starting debugger...
blackbeauty:/media/Quicken 2009 # 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
00000015 0
00000014 0
00000010 0
0000000f 0
00000011
00000017 0
00000016 0
00000013 0
00000012 0
00000018
00000019 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'

#####

Can someone please help?

Thanks in advance,

Hinnerk
Hinnerk
Newbie
Newbie
Posts: 3
Joined: Mon Jul 13, 2009 4:35 pm

Post by Hinnerk »

Might this problem be related to sound cards? If it helps, I'm running KDE 3.5.10 and amarok 1.4.10

Hinnerk
Hinnerk
Newbie
Newbie
Posts: 3
Joined: Mon Jul 13, 2009 4:35 pm

Post by Hinnerk »

Ok, looks like I'm on my own here. At least I can utilise this forum for documenting my progress. ;)

Disabled ALL sound with winecfg. This made the first part of my error messages disappear. Now this is what's left:

Got a alert windows with a MS C++ runtime error when starting the installation program LxSetup.exe.

Additionally this is to read at the console:

blackbeauty:/media/Quicken 2009 # wine LxSetup.exe
fixme:msxml:domdoc_get_parseError (0x139830)->(0x32f7e0): creating a dummy parseError
fixme:msxml:parseError_get_srcText
fixme:msxml:parseError_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
wine: Unhandled exception 0x40000015 at address 0x4834d3 (thread 0009), starting debugger...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Hinnerk wrote:blackbeauty:/media/Quicken 2009 # wine LxSetup.exe
Make sure that mount is not mounted with "noexec" option.
gernot
Newbie
Newbie
Posts: 1
Joined: Tue Jul 21, 2009 11:24 am

Post by gernot »

Hi,
i tried as well to install the German version of Quicken 2009.
But running the lxsetup.exe i only received followng error:

err:module:import_dll Library FlashPlayerControl.dll (which is needed by L"C:\\quickencd\\lxsetup.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\quickencd\\lxsetup.exe" failed, status c0000135

any hint on what could went wrong?

Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Quicken 2009 (german) and wine 1.1.25

Post by austin987 »

On Tue, Jul 21, 2009 at 11:29 AM, gernot<[email protected]> wrote:
Hi,
i tried as well to install the German version of Quicken 2009.
But running the lxsetup.exe i only received followng error:

err:module:import_dll Library FlashPlayerControl.dll (which is needed by L"C:\\quickencd\\lxsetup.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\quickencd\\lxsetup.exe" failed, status c0000135
Apparently it needs flash. Try 'winetricks flash'.

--
-Austin
Locked