http://bugs.winehq.org/show_bug.cgi?id=35925
Bug ID: 35925 Summary: fbo bailing out on context_set_gl_context Product: Wine Version: 1.7.1 Hardware: x86-64 URL: http://appdb.winehq.org/objectManager.php?sClass=versi on&iId=30117 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: royceremer@gmail.com
This has the exact same symptom as bugid#24067, which uses the same engine, but I do not believe this is a regression. I believe bugid#26802 may be a duplicate, although it's triggered by a different engine, and there isn't enough detail in that bug for me to be certain.
Using orm=fbo, all model textures are invisible in Age of Wonders 3. Objects in the screenshots attached are only visible due to ambient occlusion and reflective effects on the surfaces.
Using orm=backbuffer makes models appear solid, but loses many effects and is slow. (picture attached)
Basically, no matter what winetricks or wine version I use, this engine will bail out here: https://github.com/mirrors/wine/blob/master/dlls/wined3d/context.c#L769 ... for completeness, I have duplicated the bug under the following additional conditions with a fresh wine prefix for each trial: ---wine1.7.1--- - d3dx9_43, d3dcompiler_43 - d3dx9_43, d3dcompiler_43, WINEARCH=win32 - d3dx9_43, d3dcompiler_43, WINEARCH=win32, force_s3tc_enable=true - d3dx9_43, d3dcompiler_43, WINEARCH=win32, force_s3tc_enable=true, glsl=disabled - d3dx11_43, d3dcompiler_43 - d3dx11_43, d3dcompiler_43, glsl=disabled - d3dx11_43, d3dcompiler_43, force_s3tc_enable=true - d3dx11_43, d3dcompiler_43, gdiplus, ddr=gdi - d3dx11_43, d3dcompiler_43, multisampling=disabled - d3dx11_43, d3dcompiler_43, multisampling=enabled - d3dx11_43, d3dcompiler_43, psm=disabled - d3dx11_43, d3dcompiler_43, psm=enabled - d3dx11_43, d3dcompiler_43, rtlm=disabled - d3dx11_43, d3dcompiler_43, rtlm=readdraw - d3dx11_43, d3dcompiler_43, strictdrawordering=enabled - d3dx11_43, d3dcompiler_43, videomemorysize=2048, vsm=hardware - d3dx11_43, d3dcompiler_43, vsm=hardware, psm=enabled - d3dx11_43, d3dcompiler_43, vsm=hardware - d3dx11_43, d3dcompiler_43, ao=enabled ---wine1.6.1--- - d3dx11_43, d3dcompiler_43 - d3dx9_43, d3dcompiler_43 - d3dx9_43, d3dcompiler_43, WINEARCH=win32 - d3dx9_43, d3dcompiler_43, WINEARCH=win32, glsl=disabled - d3dx9_43, d3dcompiler_43, glsl=disabled - d3dx9_43, d3dcompiler_43, force_s3tc_enable=true - d3dx9_43, d3dcompiler_43, gdiplus, ddr=gdi ---wine1.4.1--- - d3dx9_43, d3dcompiler_43 <--- this configuration didn't launch at all for different reasons
Setting `MESA_DEBUG=1 force_s3tc_enable=true` did not log any additional messages, even after upgrading to libtxc-dxtn-dev_1.0.1-0.3ubuntu0sarvatt+quantal from ppa:xorg-edgers... so maybe that does what I think it does?
Logs will be attached in gzip format since they have `WINEDEBUG=warn+all,trace+d3d,relay+d3d` and are over a gig (<100MB under gzip -9 though).
Additional info about my system: - libtxc-dxtn-s2tc0_0~git20110809-3 - xserver-xorg_1:7.7+1ubuntu4 - attached glxinfo for my Nvidia 550 TI (vbios 70.26.3a.00.52) - ubuntu 12.10 quantal, x86_64
http://bugs.winehq.org/show_bug.cgi?id=35925
--- Comment #1 from Royce royceremer@gmail.com --- ---'attachments'--- - wine 1.7.1 w/d3dx11_43 and fbo: https://drive.google.com/file/d/0BywCwvz3e-yreWZ3dnN4NzlWajg/edit?usp=sharin... - wine 1.7.1 w/d3dx11_43 and backbuffer: https://drive.google.com/file/d/0BywCwvz3e-yrSFZBX3BIanAtQ1U/edit?usp=sharin... - glxinfo: https://drive.google.com/file/d/0BywCwvz3e-yrVmxMeWtpTEdQYTA/edit?usp=sharin... - fbo: https://drive.google.com/file/d/0BywCwvz3e-yrY0pjTENsQXVrdlE/edit?usp=sharin... - backbuffer: https://drive.google.com/file/d/0BywCwvz3e-yrb1NWVEpPZnZkRXc/edit?usp=sharin...
I've annotated the logs with: 1) what parameters generated them at the top 2) -----------------END INSTALL, BEGIN GAME LAUNCH--------------
http://bugs.winehq.org/show_bug.cgi?id=35925
Royce royceremer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |royceremer@gmail.com See Also| |http://bugs.winehq.org/show | |_bug.cgi?id=24067, | |http://bugs.winehq.org/show | |_bug.cgi?id=26802
http://bugs.winehq.org/show_bug.cgi?id=35925
--- Comment #2 from Royce royceremer@gmail.com --- Retested with a freshly compiled wine-1.7.16 from git://source.winehq.org/git/wine.git/master commit hash f820d9723b2725d0fa8cc2012ed50a6869fdb951 winetricks d3dcompiler_43 d3dx9_43 orm=backbuffer glsl=disabled WINEDEBUG=warn+all,trace+d3d,relay+d3d MESA_DEBUG=1 force_s3tc_enable=true
This gave me unrelated launch issues which I haven't troubleshot but are logged here: https://drive.google.com/file/d/0BywCwvz3e-yrUHBFR2FMcmdHNWc/edit?usp=sharin...
http://bugs.winehq.org/show_bug.cgi?id=35925
Florian florian@fkoeberle.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |florian@fkoeberle.de
http://bugs.winehq.org/show_bug.cgi?id=35925
Michael Goetze mgoetze@mgoetze.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mgoetze@mgoetze.net
http://bugs.winehq.org/show_bug.cgi?id=35925
Anthony Mattheakakis antony256@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |antony256@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35925
Ville Aakko ville.aakko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ville.aakko@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35925
unsuspicious.fakename+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |unsuspicious.fakename+wine@ | |gmail.com
--- Comment #3 from unsuspicious.fakename+wine@gmail.com --- Problem still present in wine 1.7.35.
https://bugs.winehq.org/show_bug.cgi?id=35925
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com Summary|fbo bailing out on |Age of Wonders III (version |context_set_gl_context |<1.5) has graphical issues | |(fbo bailing out on | |context_set_gl_context)
--- Comment #4 from Béla Gyebrószki gyebro69@gmail.com --- Age of Wonders III patch v1.5 was released a few days ago. The reported graphical issues are no longer present with the new game version when orm=fbo.
Wine 1.7.41 Fedora 21 Nvidia binary drivers 340.76
https://bugs.winehq.org/show_bug.cgi?id=35925
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #5 from winetest@luukku.com --- (In reply to Béla Gyebrószki from comment #4)
Age of Wonders III patch v1.5 was released a few days ago. The reported graphical issues are no longer present with the new game version when orm=fbo.
Wine 1.7.41 Fedora 21 Nvidia binary drivers 340.76
Is it still possible to reproduce the problem somehow?
https://bugs.winehq.org/show_bug.cgi?id=35925
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- This bug is reported fixed since long time ago.
The reported graphical issues are no longer present with the new game version
Can an administrator close this bug as FIXED?
https://bugs.winehq.org/show_bug.cgi?id=35925
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #7 from Jeff Zaroyko jeffz@jeffz.name --- Reported fixed.
https://bugs.winehq.org/show_bug.cgi?id=35925
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.20.