problems with games

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ann
Newbie
Newbie
Posts: 3
Joined: Tue Dec 30, 2008 2:38 pm

problems with games

Post by ann »

I've bought my 12 yr old son a used laptop (Dell Latitude D600) and convinced him to use a version of linux unstead of Windows. The laptop came with PCLinuxOS release 2007.

He really wants to be able to run some of his games, so I used the Synaptic Package Manager to install Wine. The version available for PCLinuxOS was Wine 0.9.58.

So far I've tried two games, and I've struck out on both. The installations seems to go fine, but the games don't play.

Star Wars: The Video Game
------------------------------------
$ wine ./LegoStarwars.exe
wine: Unhandled page fault on write access to 0xfffffffc at address 0x38c3bac (thread 0022), starting debugger...
Unhandled exception: page fault on write access to 0xfffffffc in 32-bit code (0x038c3bac).
Register dump:
.....

Harry Potter: Quidditch World Cup
------------------------------------
$wine ./QWC.exe
A gui pops up which says "A debugger has been detected: Unload the debugger and try again".

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

problems with games

Post by austin987 »

On Tue, Dec 30, 2008 at 8:16 PM, ann <[email protected]> wrote:
I've bought my 12 yr old son a used laptop (Dell Latitude D600) and convinced him to use a version of linux unstead of Windows. The laptop came with PCLinuxOS release 2007.

He really wants to be able to run some of his games, so I used the Synaptic Package Manager to install Wine. The version available for PCLinuxOS was Wine 0.9.58.
Wow that's old...Upgrade.
So far I've tried two games, and I've struck out on both. The installations seems to go fine, but the games don't play.

Star Wars: The Video Game
------------------------------------
$ wine ./LegoStarwars.exe
wine: Unhandled page fault on write access to 0xfffffffc at address 0x38c3bac (thread 0022), starting debugger...
Unhandled exception: page fault on write access to 0xfffffffc in 32-bit code (0x038c3bac).
Register dump:
.....

Harry Potter: Quidditch World Cup
------------------------------------
$wine ./QWC.exe
A gui pops up which says "A debugger has been detected: Unload the debugger and try again".
Sounds like some copy protection...Depending on what kind it is,
might/might now work in wine.

--
-Austin
Andrew Fenn

problems with games

Post by Andrew Fenn »

Star Wars: The Video Game
------------------------------------
$ wine ./LegoStarwars.exe
By the name I assume you mean the following game which according to
this link works past version 1.1.11

http://appdb.winehq.org/objectManager.p ... &iId=12828
Harry Potter: Quidditch World Cup
------------------------------------
The following link shows that this game works in 1.2

http://appdb.winehq.org/objectManager.p ... &iId=13082

Perhaps you should try using a much newer version of wine and
hopefully you'll have more luck.

Regards,
Andrew
ann
Newbie
Newbie
Posts: 3
Joined: Tue Dec 30, 2008 2:38 pm

Post by ann »

I'd like to try a newer version of Wine than the 0.9.58 available through through the Synaptic package manager, but couldn't find one for PCLinuxOS. Will one of the newer version built for another Linux release work?

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

problems with games

Post by austin987 »

On Tue, Dec 30, 2008 at 9:16 PM, ann <[email protected]> wrote:
I'd like to try a newer version of Wine than the 0.9.58 available through through the Synaptic package manager, but couldn't find one for PCLinuxOS. Will one of the newer version built for another Linux release work?

- Ann





It's based off mandriva, so might try that.

--
-Austin
ann
Newbie
Newbie
Posts: 3
Joined: Tue Dec 30, 2008 2:38 pm

Post by ann »

never mind - For a variety of reasons, I'm going to ditch the PCLinuxOS that is on the system and install Ubuntu instead. Thanks everyone.

- Ann
Locked