[Bug 32247] New: Steam will not start
http://bugs.winehq.org/show_bug.cgi?id=32247 Bug #: 32247 Summary: Steam will not start Product: Wine Version: 1.5.17 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: jebtemporary(a)gmail.com Classification: Unclassified Regression SHA1: 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4 Created attachment 42544 --> http://bugs.winehq.org/attachment.cgi?id=42544 Console output when running Steam.exe I was using an old Debian package of Wine unstable (1.3.9, I believe), but the textures did not render properly in Portal (I will submit this as a separate bug in due course). I checked out the current git version and far from fixing the texture issue, Steam (latest version, presumably) itself now refused to start. I have done a regression test and identified the regression. My 3dfx card is reported as NVIDIA Corporation G73 [GeForce 7600 GT] -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 --- Comment #1 from jebtemporary(a)gmail.com 2012-11-18 18:11:35 CST --- Created attachment 42545 --> http://bugs.winehq.org/attachment.cgi?id=42545 Output from git bisect 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4 is the first bad commit commit 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4 Author: Matteo Bruni <mbruni(a)codeweavers.com> Date: Thu Nov 3 15:26:36 2011 +0100 wined3d: Test more thoroughly for post-pixelshader blending support, try on more texture formats. :040000 040000 4ccfbad52a0797cdd96f4efccafeac45c6ce688a 026bd6e57c4cbbf8c906eddcb43527ffdbe233f7 M dlls -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 jebtemporary(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 jebtemporary(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matteo.mystral(a)gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 --- Comment #2 from Matteo Bruni <matteo.mystral(a)gmail.com> 2012-11-19 10:01:22 CST --- It crashes in the graphics driver: "xe: nvfx_state_fb.c:162: nvfx_framebuffer_validate: Assertion `0' failed." I think the nvfx driver is now obsoleted by nv30, try to update your Mesa packages first (if you're on a 64 bit Linux, make sure to update 32 bit libs too). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #3 from joaopa <jeremielapuree(a)yahoo.fr> 2013-05-11 12:29:29 CDT --- Driver problem. This bug could be closed as UPSTREAM -- 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.
http://bugs.winehq.org/show_bug.cgi?id=32247 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |UPSTREAM --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2013-05-13 01:26:24 CDT --- (In reply to comment #2)
It crashes in the graphics driver: "xe: nvfx_state_fb.c:162: nvfx_framebuffer_validate: Assertion `0' failed."
I think the nvfx driver is now obsoleted by nv30, try to update your Mesa packages first (if you're on a 64 bit Linux, make sure to update 32 bit libs too).
Upstream -- 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.
https://bugs.winehq.org/show_bug.cgi?id=32247 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> --- (In reply to Matteo Bruni from comment #2)
It crashes in the graphics driver: "xe: nvfx_state_fb.c:162: nvfx_framebuffer_validate: Assertion `0' failed."
I think the nvfx driver is now obsoleted by nv30, try to update your Mesa packages first (if you're on a 64 bit Linux, make sure to update 32 bit libs too).
Matteo, the only thing I could find about this file: https://lists.freedesktop.org/archives/mesa-commit/2012-April/036646.html It states that the driver was removed, so could we consider this as closed? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=32247 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to Bruno Jesus from comment #5)
It states that the driver was removed, so could we consider this as closed?
I guess so. I imagine if current Mesa had issues with Steam on that kind of hardware we would have heard by now. -- 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.
participants (1)
-
wine-bugs@winehq.org