Quickbooks 8.1 lockup

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Sound1
Level 1
Level 1
Posts: 6
Joined: Wed Apr 23, 2008 10:18 am

Quickbooks 8.1 lockup

Post by Sound1 »

Using Ubuntu 8.04, Wine 1.1.3

Application is Quickbooks 8.1. I have succesfully run this app in 7.04 with older wine version.

I'm finding that the menu's with arrow up & down seem to crash Quickbooks and wine. Not using the arrows but when you go all the way to the top or bottom. A restart is then needed to get Quickbooks to open up again.

Any ideas? As I say this worked great previously until I brought a new machine and new install.

I would really don't want to use windows. I love wine! Help Please?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Quickbooks 8.1 lockup

Post by austin987 »

On Wed, Aug 27, 2008 at 11:08 PM, Sound1 <[email protected]> wrote:
Using Ubuntu 8.04, Wine 1.1.3

Application is Quickbooks 8.1. I have succesfully run this app in 7.04 with older wine version.

I'm finding that the menu's with arrow up & down seem to crash Quickbooks and wine. Not using the arrows but when you go all the way to the top or bottom. A restart is then needed to get Quickbooks to open up again.

Any ideas? As I say this worked great previously until I brought a new machine and new install.

I would really don't want to use windows. I love wine! Help Please?





Please run a regression test:
http://wiki.winehq.org/RegressionTesting
Sound1
Level 1
Level 1
Posts: 6
Joined: Wed Apr 23, 2008 10:18 am

Post by Sound1 »

Thanks for the reply. I will give it a go.

I haven't really done a lot of compileing etc.

Standby for more......
Sound1
Level 1
Level 1
Posts: 6
Joined: Wed Apr 23, 2008 10:18 am

Compileing problems

Post by Sound1 »

Well so far I've gotten to a point where when I tell it to 'make' to doesn't seem to want to do it.

I'm following the instructions from http://wiki.winehq.org/WineOn64bit it just outputs this:
stuartw@stuartw-desktop wine-git$ make
make: *** No targets specified and no makefile found. Stop.
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Re: Compileing problems

Post by jeffz »

Sound1 wrote:Well so far I've gotten to a point where when I tell it to 'make' to doesn't seem to want to do it.

I'm following the instructions from http://wiki.winehq.org/WineOn64bit it just outputs this:
stuartw@stuartw-desktop wine-git$ make
make: *** No targets specified and no makefile found. Stop.
This suggests you haven't run configure (which the instructions say to do) then you can run make
Locked