Prince of Persia Big BUG

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Prince of Persia Big BUG

Post by Berillions »

Hello,

Sorry for my English but i'm french.

I have a big Bug when I want to play at Prince of Persia : the Sand of Time on Debian Lenny. The graphism is horrible, I can't play. Look at this image :
.http://www.hiboox.fr/go/images/jeu-vide ... 8.jpg.html

I don't understand why I have this problem because when i launch PoP on Ubuntu 9.04, i can play, the graphism is good. I have installed correctly Wine and Directx9 (and vcrun2005 and her SP1)

On Wine Regedit, i have this reglage :

Code: Select all

"DirectDrawRenderer"="Direct3D"
"Multisampling"="enabled"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="enabled"
"UseGLSL"="enabled"
"VertexShaderMode"="hardware"
"VideoMemorySize"="512"
I need help, i want to play at PoP.

Thanks,

PS: I have an ATI 4850Hd with catalyst 9.5 driver.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Prince of Persia Big BUG

Post by austin987 »

On Mon, Jun 8, 2009 at 2:17 PM, Berillions<[email protected]> wrote:
Hello,

Sorry for my English but i'm french.

I have a big Bug when I want to play at Prince of Persia : the Sand of Time on Debian Lenny. The graphism is horrible, I can't play. Look at this image :
.http://www.hiboox.fr/go/images/jeu-vide ... 8.jpg.html

I don't understand why I have this problem because when i launch PoP on Ubuntu 9.04, i can play, the graphism is good. I have installed correctly Wine and Directx9 (and vcrun2005 and her SP1)
"OffscreenRenderingMode"="fbo"

change this to 'backbuffer'.



--
-Austin
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Re: Prince of Persia Big BUG

Post by Daemon »

I have installed correctly Wine and Directx9 (and vcrun2005 and her SP1)
Never install DirectX over Wine unless it's a helper _.dll.
On Wine Regedit, i have this reglage :
"DirectDrawRenderer"="Direct3D"
"Multisampling"="enabled"
Change to:
"DirectDrawRenderer"="opengl"
"Multisampling"="disabled"

Multisampling isn't supported anyway even if you set it to 'enabled'. At least last time I checked. http://wiki.winehq.org/UsefulRegistryKeys
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Re: Prince of Persia Big BUG

Post by Berillions »

Daemon wrote: Never install DirectX over Wine unless it's a helper _.dll.
Ok, but the game need Directx9 to work correctly no?

I made changes, unsuccessfully. I have always a graphism bug.. :cry:
Locked