https://bugs.winehq.org/show_bug.cgi?id=45202
Bug ID: 45202 Summary: Stories Path of Destinies - multicolored textures Product: Wine Version: 3.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: andrey.goosev@gmail.com Distribution: ---
Created attachment 61415 --> https://bugs.winehq.org/attachment.cgi?id=61415 screenshot
Mainly floor textures are multicolored.
https://bugs.winehq.org/show_bug.cgi?id=45202
--- Comment #1 from Andrey Gusev andrey.goosev@gmail.com --- Created attachment 61416 --> https://bugs.winehq.org/attachment.cgi?id=61416 +d3d_shader
https://bugs.winehq.org/show_bug.cgi?id=45202
Toni tonix64@inventati.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tonix64@inventati.org
--- Comment #2 from Toni tonix64@inventati.org --- Not sure if it's related to the symptom but in the log I see several:
'error C1031: swizzle mask element not present in operand "y"' (where operand is y/z/w)
related to GL_TESS_CONTROL_SHADER type shaders, resulting in shader programs 'not successfully linked'.
https://bugs.winehq.org/show_bug.cgi?id=45202
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=45202
--- Comment #3 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Toni from comment #2)
Not sure if it's related to the symptom but in the log I see several:
'error C1031: swizzle mask element not present in operand "y"' (where operand is y/z/w)
related to GL_TESS_CONTROL_SHADER type shaders, resulting in shader programs 'not successfully linked'.
Probably due to e.g.:
R0.y = intBitsToFloat(gl_InvocationID.y << 0x1);
which, for reference, is the (mis)translation of:
ishl r[0].y, vOutputControlPointID, l(1)
https://bugs.winehq.org/show_bug.cgi?id=45202
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #4 from Józef Kucia joseph.kucia@gmail.com --- Created attachment 62029 --> https://bugs.winehq.org/attachment.cgi?id=62029 Patch
Please try this patch.
https://bugs.winehq.org/show_bug.cgi?id=45202
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |joseph.kucia@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=45202
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Stories Path of Destinies - |Stories: The Path of |multicolored textures |Destinies - multicolored | |textures
--- Comment #5 from Andrey Gusev andrey.goosev@gmail.com --- Still the same just without these lines:
err:d3d:wined3d_debug_callback 0x75612c0: "GL_INVALID_OPERATION error generated. <program> object is not successfully linked, or is not a program object.". err:d3d:wined3d_debug_callback 0x75612c0: "GL_INVALID_OPERATION error generated. <program> has not been linked, or is not a program object.".
https://bugs.winehq.org/show_bug.cgi?id=45202
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|joseph.kucia@gmail.com |wine-bugs@winehq.org
--- Comment #6 from Józef Kucia joseph.kucia@gmail.com --- (In reply to Andrey Gusev from comment #5)
Still the same just without these lines:
Ok, the shader compilation issue may be unrelated.
Could you attach +d3d_shader log with the patch applied?
https://bugs.winehq.org/show_bug.cgi?id=45202
--- Comment #7 from Józef Kucia joseph.kucia@gmail.com --- The shader compilation error should be fixed by https://source.winehq.org/git/wine.git/?a=commit;h=64be1974584811e6d747cad24...
https://bugs.winehq.org/show_bug.cgi?id=45202
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #8 from Andrey Gusev andrey.goosev@gmail.com --- Works fine with wine-6.10-140-gc1b80538b3d
https://bugs.winehq.org/show_bug.cgi?id=45202
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.11.