[Bug 23048] Unreal Tournament 3 fails and locks up

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 13 06:23:17 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23048





--- Comment #9 from Rico <kgbricola at web.de>  2010-06-13 06:23:16 ---
The problem doesn't seem to happen on NVIDIA 8800GTS (195.36.24).

According to http://www.opengl.org/sdk/docs/man/xhtml/glPointSize.xml
GL_INVALID_VALUE is generated if psize is <= 0. But according to
http://www.gnu.org/s/libc/manual/html_node/Infinity-and-NaN.html NaN is not
smaller nor equal nor bigger than 0 and the driver shouldn't spit out an err.
So this looks like a driver bug, doesn't it?

We could check for a isnan(pointSize.f) and set the pointSize.f=1.0 or
something to make the driver happy.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list