1.1.42 and Spore

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Apeiron
Newbie
Newbie
Posts: 3
Joined: Thu Apr 15, 2010 2:18 am

1.1.42 and Spore

Post by Apeiron »

I can't seem to get Spore to run. It installs fine, but trying to start it just results in an unhandled page fault (Unhandled page fault on write access to 0x00200000 at address 0xf7528946 (thread 0009)). I tried running it with 1.1.32 and 1.1.36 with the same results. I tried installing it with a vanilla wine prefix, and also through PoL, both resulting in the same outcome. I'm at a loss as to what could be the issue. Anybody have any ideas?
Apeiron
Newbie
Newbie
Posts: 3
Joined: Thu Apr 15, 2010 2:18 am

Post by Apeiron »

Might have helped if I had remembered a few things in the post:

Wine: 1.1.42 compiled from source
OS: Debian GNU/Linux 6.0 "Squeeze" (Lenny with testing)
Versions tried:
Installed with 1.1.42
Ran with 1.1.32, 1.1.36 and 1.1.42
Tried installing through PoL's script, installing DirectX, their overrides etc. as well as with a fresh prefix. Result was the same in those attempts.
Wine output:

Code: Select all

fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding
fixme:win:EnumDisplayDevicesW ((null),0,0x2928f7c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x2928afc,0x00000000), stub!
fixme:psapi:EnumPageFilesA (0x1de88d0, 0x290982c) stub
fixme:psapi:EnumPageFilesA (0x1de88d0, 0x28d4148) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x28702fc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x286fe7c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x2870188,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x286fd08,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x2870188,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x286fd08,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x286f784,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x286f304,0x00000000), stub!
fixme:winhttp:request_set_option WINHTTP_OPTION_SECURITY_FLAGS unimplemented (00003100)
wine: Unhandled page fault on write access to 0x00200000 at address 0xf754a946 (thread 0009), starting debugger...
Debugger didn't output anything.
Davvvve
Level 4
Level 4
Posts: 181
Joined: Mon Apr 27, 2009 2:37 pm

hmm

Post by Davvvve »

fixme:win:EnumDisplayDevicesW ((null),0,0x2870188,0x00000000), stub

had that one in eve . But it was in EVE client . Had to disable network and then start eve . Maby the same problem .
Apeiron
Newbie
Newbie
Posts: 3
Joined: Thu Apr 15, 2010 2:18 am

Post by Apeiron »

Wouldn't work. First launch of the game requires it to "call home" to validate. I did try nonetheless. It just popped up saying it needed and active connection, exiting when that dialog was closed.
Locked