[Bug 26058] New: Thief: Deadly Shadows - Some texture problems & very many messages 'Texture wrapping not yet supported'
http://bugs.winehq.org/show_bug.cgi?id=26058 Summary: Thief: Deadly Shadows - Some texture problems & very many messages 'Texture wrapping not yet supported' Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: fcsadcfgbh(a)mail.ru Created an attachment (id=33227) --> (http://bugs.winehq.org/attachment.cgi?id=33227) Look at the tree & at player's figure * There are very many messages like this 'fixme:d3d:state_wrap (WINED3DRS_WRAP0) Texture wrapping not yet supported.' in console while playing Thief: Deadly shadows * There are problems with textures of trees. Maybe there are also problems with textures of people - I don't know if they must be so as they are. See attached screenshot of game Wine version: git from 10 february 2011 OS: Debian Squeeze Videocard: Notebook with Nvidia GeForce 8200M with latest drivers (NVIDIA-Linux-x86_64-260.19.36.run) from www.nvidia.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=26058 --- Comment #1 from fcsadcfgbh(a)mail.ru 2011-02-10 08:04:23 CST --- Created an attachment (id=33228) --> (http://bugs.winehq.org/attachment.cgi?id=33228) Console output Beginning of very long console output -- 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=26058 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.13 -- 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=26058 --- Comment #2 from butraxz(a)gmail.com 2013-08-05 12:47:42 CDT --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. Is this still an issue with 1.7.0 or higher ? -- 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=26058 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #3 from hanska2(a)luukku.com --- I think that the bug is still there http://source.winehq.org/git/wine.git/blob/c654b7be68fc978e532cf6f2a8881b5d0... 1696 static void state_wrap(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id) 1697 { 1698 if (state->render_states[WINED3D_RS_WRAP0] 1699 || state->render_states[WINED3D_RS_WRAP1] 1700 || state->render_states[WINED3D_RS_WRAP2] 1701 || state->render_states[WINED3D_RS_WRAP3] 1702 || state->render_states[WINED3D_RS_WRAP4] 1703 || state->render_states[WINED3D_RS_WRAP5] 1704 || state->render_states[WINED3D_RS_WRAP6] 1705 || state->render_states[WINED3D_RS_WRAP7] 1706 || state->render_states[WINED3D_RS_WRAP8] 1707 || state->render_states[WINED3D_RS_WRAP9] 1708 || state->render_states[WINED3D_RS_WRAP10] 1709 || state->render_states[WINED3D_RS_WRAP11] 1710 || state->render_states[WINED3D_RS_WRAP12] 1711 || state->render_states[WINED3D_RS_WRAP13] 1712 || state->render_states[WINED3D_RS_WRAP14] 1713 || state->render_states[WINED3D_RS_WRAP15]) 1714 FIXME("(WINED3D_RS_WRAP0) Texture wrapping not yet supported.\n"); 1715 } That's the only place I could find that error message. -- 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=26058 Michal Seliga <miso.seliga(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miso.seliga(a)gmail.com --- Comment #4 from Michal Seliga <miso.seliga(a)gmail.com> --- many messages "texture warpping not yet supported" are shown also in demo Future Confused by procreation which can be downloaded from ftp://ftp.scene.org/pub/parties/2002/abstract02/demo/01.zip -- 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=26058 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |ftp://ftp.scene.org/pub/par | |ties/2002/abstract02/demo/0 | |1.zip Severity|normal |minor -- 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=26058 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |super_man(a)post.com --- Comment #5 from super_man(a)post.com --- This bug should be actually fixed. There is no download of thief, but texture warp messages should be silenced in up to date wine. see here http://source.winehq.org/git/wine.git/blob/5e6f35ffbd8795da71c6fd6cb8adc84bf... The once condition. Cant test the texture issues without a game/download. -- 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=26058 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #6 from winetest(a)luukku.com --- (In reply to Michal Seliga from comment #4)
many messages "texture warpping not yet supported" are shown also in demo Future Confused by procreation which can be downloaded from ftp://ftp.scene.org/pub/parties/2002/abstract02/demo/01.zip
The warp message spam should be fixed now (see earlier source code clips). I only tried shortly and I get the message once and another test and I let it run longer and I get a spam of fixme:d3d:state_cullmode Unrecognized cull mode 0. so much that I can't see any other console output. This bug is reported back 2011 and the OP didnt respond later. Unless someone is willing to dig some full game or demo somewhere this bug is abandoned on the part of texture issues but texture wrapping spam should be fixed 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.
https://bugs.winehq.org/show_bug.cgi?id=26058 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #7 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bu still occur with wine-4.5? -- 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=26058 Matheus <matheus.venturini(a)acad.ufsm.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matheus.venturini(a)acad.ufsm | |.br --- Comment #8 from Matheus <matheus.venturini(a)acad.ufsm.br> --- It still occurs in 8.2. The Thief: Deadly Shadows demo can be downloaded here: https://www.fileplanet.com/archive/p-55975/Thief-Deadly-Shadows-Demo (executable Thief - Deadly Shadows Demo/System/t3.exe). To play select New game and then click the Start mission button. There are many other errors that get spammed in the output like "015c:err:d3d:wined3d_device_cleanup Leftover resource 053C9610 with type WINED3D_RTYPE_BUFFER (0x1)" but I'm not informed enough to know if that's particularly important. I'm attaching the output. -- 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=26058 --- Comment #9 from Matheus <matheus.venturini(a)acad.ufsm.br> --- Created attachment 74221 --> https://bugs.winehq.org/attachment.cgi?id=74221 Output with Wine 8.2 -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla