http://bugs.winehq.org/show_bug.cgi?id=9346
Summary: DirectX 9 mode issues
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roberth.sjonoy(a)gmail.com
When I run counter-strike source with dxlevel 90 with GLSL enabled,
Counter-Strike Source can't remember my graphics settings when i start up the
game, the contrast levels are very wrong and can't fixed through counter-strike
sources settings, I can't either make counter-strike source remember the
settings with dxlevel 70, only the default dxlevel which is 81.
The performance with dxlevel 90 is also much worse than in dxlevel 90 mode,
about ~10 fps less.
Occours in both wine 0.9.43 and the latest git snapshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8489
--- Comment #11 from Andrei Homescu <ahomescu(a)gmail.com> 2007-08-17 07:24:33 ---
The files are too large, I'll just copy the relevant parts here:
0.9.36
------
trace:d3d_surface:IWineGDISurfaceImpl_LockRect Lock Rect (0x34aab8) = l 0, t 0,
r -56, b 8
warn:d3d_surface:IWineGDISurfaceImpl_LockRect Invalid values in pRect !!!
0.9.43
------
trace:ddraw:IDirectDrawSurfaceImpl_Lock Lock rect: (0,0,-56,8) <= trace added
by me
warn:ddraw:IDirectDrawSurfaceImpl_Lock Trying to lock an invalid rectangle,
returning DDERR_INVALIDPARAMS
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8489
Andrei Homescu <ahomescu(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ahomescu(a)gmail.com
--- Comment #10 from Andrei Homescu <ahomescu(a)gmail.com> 2007-08-17 07:20:28 ---
I tried 0.9.36 and 0.9.43 with the D3D debug channels active and I found the
cause of the problem, sort of. BG1 tries to do a IDirectDrawSurface::Lock on an
invalid rectangle with coordinates (0,0,-56,8). The new validation code returns
DDERR_INVALIDPARAMS, the old one returned WINED3D_INVALIDCALL, which are
different values. BG crashes on the former and it works with the latter.
I will also attach the debug output for both versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=881
Mateusz Butowski <diablownik(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |diablownik(a)gmail.com
--- Comment #34 from Mateusz Butowski <diablownik(a)gmail.com> 2007-08-17 06:57:56 ---
Icewind Dale and Icewind Dale II, wine 0.9.43 - bug still present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8672
--- Comment #4 from manu <emm_tang(a)hotmail.com> 2007-08-17 05:06:50 ---
(In reply to comment #3)
> I have the same problem. I am using PCLinuxOS kernel 2.6.18.8-TEX5. I don't
> know the version of Wine but I just installed it.
>
wine version: wine-0.9.39
Actually I got the same problem with MSN 6.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
ochach <bepougou(a)no-mail.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bepougou(a)no-mail.pl
--- Comment #40 from ochach <bepougou(a)no-mail.pl> 2007-08-17 04:41:14 ---
gentoo with wine 0.9.43 and have the same problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8786
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |vitaliy(a)kievinfo.com
--- Comment #34 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-08-17 01:21:10 ---
Patch sent
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8293
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-08-17 01:17:06 ---
This should be fixed in wine-0.9.43. Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.