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@winehq.org ReportedBy: fcsadcfgbh@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
http://bugs.winehq.org/show_bug.cgi?id=26058
--- Comment #1 from fcsadcfgbh@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
http://bugs.winehq.org/show_bug.cgi?id=26058
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.13
http://bugs.winehq.org/show_bug.cgi?id=26058
--- Comment #2 from butraxz@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 ?
http://bugs.winehq.org/show_bug.cgi?id=26058
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #3 from hanska2@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.
https://bugs.winehq.org/show_bug.cgi?id=26058
Michal Seliga miso.seliga@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |miso.seliga@gmail.com
--- Comment #4 from Michal Seliga miso.seliga@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
https://bugs.winehq.org/show_bug.cgi?id=26058
Ken Sharp imwellcushtymelike@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
https://bugs.winehq.org/show_bug.cgi?id=26058
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |super_man@post.com
--- Comment #5 from super_man@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.
https://bugs.winehq.org/show_bug.cgi?id=26058
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #6 from winetest@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.
https://bugs.winehq.org/show_bug.cgi?id=26058
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Does the bu still occur with wine-4.5?
https://bugs.winehq.org/show_bug.cgi?id=26058
Matheus matheus.venturini@acad.ufsm.br changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matheus.venturini@acad.ufsm | |.br
--- Comment #8 from Matheus matheus.venturini@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.
https://bugs.winehq.org/show_bug.cgi?id=26058
--- Comment #9 from Matheus matheus.venturini@acad.ufsm.br --- Created attachment 74221 --> https://bugs.winehq.org/attachment.cgi?id=74221 Output with Wine 8.2