Building & Co. Game. Select Pixel Format error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Maksim
Newbie
Newbie
Posts: 3
Joined: Tue Jul 13, 2010 1:16 pm

Building & Co. Game. Select Pixel Format error

Post by Maksim »

Hi!
Sorry for my bad English.

I'm currently using Wine 1.2.RC7.
OS: FreeBSD 8.0 x32.
VGA: NVidia GeForce 8400 GS 512MB

I'm delete ~/.wine, run followed command:
winetricks vcrun2008 controlpad vcrun2005 msi2 vcrun6
I've tried to run "Building & Co" from a terminal the error message box is:
Ogre throwed an exception:

SelectPixelFormat failed
Application will shutdown
[OK]
And terminal log stop on the followed message:
Added resource location '1033/Data/Models/Construction' of type 'FileSystem' to resource group 'General'
*** Starting Win32GL Subsystem ***
GLRenderSystem::createRenderWindow "Building & Co", 1024x768 fullscreen miscParams: FSAA=0 colourDepth=16 vsync=false
Created Win32Window 'Building & Co' : 1024x768, 16bpp
*-*-* OGRE Shutdown
After I'm press "OK" application shut down.
Any solution?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

I tried the demo, available from
http://www.gamershell.com/download_22143.shtml
It ran just fine in wine-1.2rc7 with no winetricks whatsoever.
I used windowed mode, and both 16 and 32 bit color. (Though
I expected 16 bit color to fail, it didn't. Maybe it would on fullscreen.)

Can you try that version of the game (or is that what you tried)?

The error log you showed made me think that perhaps you chose
16 bit video when the game started, btw. Try 32 bit instead?
Maksim
Newbie
Newbie
Posts: 3
Joined: Tue Jul 13, 2010 1:16 pm

Post by Maksim »

I'm tried demo too. I've some error both 16 and 24 bits. GeForce 8400 GS not support 32 bits. ((( The game running under Windows XP SP2 using the some hardware.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Maksim wrote:I'm tried demo too. I've some error both 16 and 24 bits.
What your X is configured to?
Maksim
Newbie
Newbie
Posts: 3
Joined: Tue Jul 13, 2010 1:16 pm

Post by Maksim »

I'm deinstall "ports/x11/nvidia-driver" and install "ports/x11/nvidia-driver-173". All work fine.
Thanks everybody for response.
Locked