Graphics problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kongstad
Newbie
Newbie
Posts: 2
Joined: Sat Jun 05, 2010 6:15 am

Graphics problem

Post by kongstad »

Hi

I have a problem with a teletubbies game from BBC.

It installs and runs, but the colour map seems all wrong.

When I run in fullscreen with 24 bit colours, they are dark, red=black blue=red etc.

I tried going to 16 bit, but this makes them mostly black. Going to 8 bit will make the game not start.

I tried starting in windowed mode, but this has the same effect as 16 bit, mostly black.

I've scoured this forum, but I cannot find a fix for this.

I've uploaded a screenshot on
http://picasaweb.google.com/lh/photo/Xv ... directlink

Somehow I think there may be a simple fix for this, but it eludes me.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Graphics problem

Post by dimesio »

kongstad wrote:Hi

I have a problem with a teletubbies game from BBC.

It installs and runs, but the colour map seems all wrong.
What version of Wine? If it's not the latest development release, upgrade. If that doesn't fix it, post console output.
kongstad
Newbie
Newbie
Posts: 2
Joined: Sat Jun 05, 2010 6:15 am

Post by kongstad »

I use wine-1.2-rc2 on ubuntu 10.4 64bit

When run from the console I get the output showed at the bottom.

The game uses directx, during install it
wants to install directx6, which I of course declined

I tried a WINEDEBUG=d3d, but I couldn't see any problems in the trace, and it got real long real guick.

fixme:win:EnumDisplayDevicesW ((null),0,0x32eb50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e508,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ecac,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1c1ba8,0x1c1ac8): stub
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream (0xe539f0/0xe539f0)->(0x1693d4,{a35ff56a-9fda-11d0-8fdf-00c04fd9189d},0,(nil)) partial stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream (0xe539f0/0xe539f0)->((nil),{a35ff56b-9fda-11d0-8fdf-00c04fd9189d},1,(nil)) partial stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream (0xe55300/0xe55300)->(0x1693d4,{a35ff56a-9fda-11d0-8fdf-00c04fd9189d},0,(nil)) partial stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream (0xe55300/0xe55300)->((nil),{a35ff56b-9fda-11d0-8fdf-00c04fd9189d},1,(nil)) partial stub!
fixme:amstream:IDirectDrawMediaStreamImpl_CreateSample (0x1f74b8)->((nil),(nil),1,0x6e0d98) stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream (0x1f7898/0x1f7898)->(0x1693d4,{a35ff56a-9fda-11d0-8fdf-00c04fd9189d},0,(nil)) partial stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream (0x1f7898/0x1f7898)->((nil),{a35ff56b-9fda-11d0-8fdf-00c04fd9189d},1,(nil)) partial stub!
fixme:amstream:IDirectDrawMediaStreamImpl_CreateSample (0xe55300)->((nil),(nil),1,0x6e0de8) stub!
Locked