Wine and Quicken

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Wine and Quicken

Post by viper1965 »

Hello,

I am running Ubuntu 8.04. off of an external HD. in the File Browser, Ubuntu sees the internal HD, and I can navigate to the Quicken executable. I installed wine and went into Configure it and clicked Add Application. I can see the Program Files folder, but when I go into it, all I can see is the Common Files and Internet Explorer folders. Why can't I see executables? How can I try Quicken in Wine? Vista is on the internal HD.


Thanks,

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

Wine and Quicken

Post by austin987 »

On Mon, Oct 20, 2008 at 12:06 AM, viper1965 <[email protected]> wrote:
Hello,

I am running Ubuntu 8.04. off of an external HD. in the File Browser, Ubuntu sees the internal HD, and I can navigate to the Quicken executable. I installed wine and went into Configure it and clicked Add Application. I can see the Program Files folder, but when I go into it, all I can see is the Common Files and Internet Explorer folders. Why can't I see executables? How can I try Quicken in Wine? Vista is on the internal HD.


Thanks,

Ralph





http://wiki.winehq.org/FAQ#head-497f1a2 ... 2c7767afa2

--
-Austin
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Thank you, austin987! I was able to install Quicken, but it won't run. I tried running it by clicking it from the Wine-->Programs menu, and from the desktop - nothing. Is this a .DLL problem?

Thanks,

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

Wine and Quicken

Post by austin987 »

On Fri, Nov 7, 2008 at 2:58 PM, viper1965 <[email protected]> wrote:
Thank you, austin987! I was able to install Quicken, but it won't run. I tried running it by clicking it from the Wine-->Programs menu, and from the desktop - nothing. Is this a .DLL problem?

Thanks,

Viper1965





Attach terminal output.

--
-Austin
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Hi, Austin,

ralph@ralph-laptop:~$ wine qw.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MFC80.DLL (which is needed by L"Z:\\home\\ralph\\qw.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\\home\\ralph\\qw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\ralph\\qw.exe" failed, status c0000135
ralph@ralph-laptop:~$

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

Wine and Quicken

Post by austin987 »

On Fri, Nov 7, 2008 at 10:27 PM, viper1965 <[email protected]> wrote:
Hi, Austin,

ralph@ralph-laptop:~$ wine qw.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MFC80.DLL (which is needed by L"Z:\\home\\ralph\\qw.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\\home\\ralph\\qw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\ralph\\qw.exe" failed, status c0000135
ralph@ralph-laptop:~$

Ralph





$ wget kegel.com/wine/winetricks && sh winetricks vcrun2005

--
-Austin
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Hi, Austin,

Before doing wget kegel.com/wine/winetricks && sh winetricks vcrun2005, I got winetricks, and installed MFC40.DLL, and still got the same errors. I did sh winetricks vcrun2005, same errors. Am I running wine qw.exe from the wrong directory? qw.exe is in /home/ralph

Thank you,

Ralph
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

viper1965 wrote:Hi, Austin,

Before doing wget kegel.com/wine/winetricks && sh winetricks vcrun2005, I got winetricks, and installed MFC40.DLL, and still got the same errors. I did sh winetricks vcrun2005, same errors. Am I running wine qw.exe from the wrong directory? qw.exe is in /home/ralph
Windows programs normally install themselves to a subdirectory of Program Files. It sounds like something went wrong with your install.
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

What should I do? I'm a Linux newbe.

Thanks,

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

Post by vitamin »

viper1965 wrote:What should I do?
Install it properly.
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

What can I do differently?

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

Wine and Quicken

Post by austin987 »

On Sat, Nov 8, 2008 at 6:47 PM, viper1965 <[email protected]> wrote:
What can I do differently?

Ralph





$ rm -rf ~/.wine

and reinstall quicken

--
-Austin
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Hi, Austin,

I did that, and got this when I typed wine qw.exe:
wine: could not load L"C:\\windows\\system32\\qw.exe": Module not found. I copied qw.exe to .wine/drive_c/windows/system32, tried wine qw.exe from there, and got the errors I always get.

Could it be that quicken just won't work? Notepad and regedit work.


Thanks,

Ralph
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I did that, and got this when I typed wine qw.exe:
wine: could not load L"C:\\windows\\system32\\qw.exe": Module not found. I copied qw.exe to .wine/drive_c/windows/system32, tried wine qw.exe from there, and got the errors I always get.
What directory did the installer put qw.exe in, and did you cd to that directory before trying to run it?
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Hi, dimesio,

The installer put qw.exe in /home/ralph/.wine/drive_c. I did change to that directory and typed wine qw.exe. I got the same errors.


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

Wine and Quicken

Post by austin987 »

On Sun, Nov 9, 2008 at 5:16 PM, viper1965 <[email protected]> wrote:
Hi, dimesio,

The installer put qw.exe in /home/ralph/.wine/drive_c.
I find that hard to believe.

Is there a demo available? What version of Quicken?
--
-Austin
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Hi, Austin,

I did locate qw.exe, and that's what was returned. It is Qucken 2009 starter edition. I've never seen a demo.

Thanks,

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

Wine and Quicken

Post by austin987 »

On Sun, Nov 9, 2008 at 6:16 PM, viper1965 <[email protected]> wrote:
Hi, Austin,

I did locate qw.exe, and that's what was returned. It is Qucken 2009 starter edition.

Thanks,

Ralph





So to be clear:

$ rm -rf ~/.wine
$ wine quicken_setup.exe

installs qw.exe in ~/.wine/drive_c
?

Are you changing any setup defaults? Does it do the same in Windows?

--
-Austin
viper1965
Level 2
Level 2
Posts: 10
Joined: Sat Oct 18, 2008 5:13 pm

Post by viper1965 »

Hi, Austin,

The wine help link said that you can just double click the installer to start it, and that's what I've been doing. Should I be using terminal? If so, how do I reference the CD in terminal?

Double clicking the installer does install qw.exe to ~/.wine/drive_c. I have not changed any defaults. I believe that in Windows, the installer installs qw.exe to Program Files\Quicken.

Yes, I have done rm -rf ~/.wine

Thanks,

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

Wine and Quicken

Post by austin987 »

On Sun, Nov 9, 2008 at 11:17 PM, viper1965 <[email protected]> wrote:
Hi, Austin,

The wine help link said that you can just double click the installer to start it, and that's what I've been doing. Should I be using terminal? If so, how do I reference the CD in terminal?

Double clicking the installer does install qw.exe to ~/.wine/drive_c. I have not changed any defaults. I believe that in Windows, the installer installs qw.exe to Program Files\Quicken.

Yes, I have done rm -rf ~/.wine

Thanks,

Ralph





Then either it's a bug in wine or you're doing something
screwy...e-mail me and I'll see if I can help you better.

--
-Austin
James McKenzie

Wine and Quicken

Post by James McKenzie »

Austin English wrote:
On Sun, Nov 9, 2008 at 11:17 PM, viper1965 <[email protected]> wrote:
Hi, Austin,

The wine help link said that you can just double click the installer to start it, and that's what I've been doing. Should I be using terminal? If so, how do I reference the CD in terminal?

Double clicking the installer does install qw.exe to ~/.wine/drive_c. I have not changed any defaults. I believe that in Windows, the installer installs qw.exe to Program Files\Quicken.

Yes, I have done rm -rf ~/.wine

Thanks,

Ralph






Then either it's a bug in wine or you're doing something
screwy...e-mail me and I'll see if I can help you better.

Austin:

I'm wondering if Quicken 2009 requires installation of .NET 2 or .NET
3. If .NET is not installed before installing Quicken, this could cause
the problems experienced here, but I've never seen anything like this
before.

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

Wine and Quicken

Post by austin987 »

On Mon, Nov 10, 2008 at 9:01 PM, James McKenzie
<[email protected]> wrote:
Austin English wrote:
On Sun, Nov 9, 2008 at 11:17 PM, viper1965 <[email protected]> wrote:
Hi, Austin,

The wine help link said that you can just double click the installer to start it, and that's what I've been doing. Should I be using terminal? If so, how do I reference the CD in terminal?

Double clicking the installer does install qw.exe to ~/.wine/drive_c. I have not changed any defaults. I believe that in Windows, the installer installs qw.exe to Program Files\Quicken.

Yes, I have done rm -rf ~/.wine

Thanks,

Ralph






Then either it's a bug in wine or you're doing something
screwy...e-mail me and I'll see if I can help you better.

Austin:

I'm wondering if Quicken 2009 requires installation of .NET 2 or .NET
3. If .NET is not installed before installing Quicken, this could cause
the problems experienced here, but I've never seen anything like this
before.

James McKenzie

Possibly, but I HIGHLY doubt that .net 2/3 would cause the installer
to install to C:\. That's the much bigger issue.

--
-Austin
wblairm
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 8:42 pm

Quicken 2008

Post by wblairm »

Hey Austin, I am having problem with Quicken 2008 as well. It installs properly. It even runs. However, after selecting a data file, Quicken immediately closes, all trace of it gone. Ideas?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine and Quicken

Post by austin987 »

On Tue, Jan 27, 2009 at 3:11 PM, wblairm <[email protected]> wrote:
Hey Austin, I am having problem with Quicken 2008 as well. It installs properly. It even runs. However, after selecting a data file, Quicken immediately closes, all trace of it gone. Ideas?





Terminal output?

--
-Austin
wblairm
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 8:42 pm

Quicken 2008

Post by wblairm »

I downloaded and installed the newest Wine and Bordeaux. I tried to reinstall Quicken. It said it would have to remove the old version first. It died during the uninstall process. Try to re-install gives same message.

The Quicken 2008 - Install Wizard reports:

Quicken Failed to install - Exit Code 1627.

There is tons of Quicken stuff left in the registry. I wished I had saved a registry....
Locked