https://bugs.winehq.org/show_bug.cgi?id=52886
Bug ID: 52886 Summary: [The Council]Graphical glitches with Damavand (and system hang) Product: Wine Version: 7.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: berillions@gmail.com Distribution: ---
Created attachment 72270 --> https://bugs.winehq.org/attachment.cgi?id=72270 Output Console log
Hi,
I have the game from GoG. Tried with plain wine and with my patched wine, same issue for both.
There are graphical glitches when the game uses Damavand and my system hangs after a while. The main menu in-game has no problem. The glitch appears during the 1st cutscene at the beginning.
I attach 4 screenshots, 2 with Damavand and 2 with DXVK, in the same place in the both case.
I attach the output console log and "VKD3D_DEBUG=trace VKD3D_SHADER_DEBUG=trace WINEDEBUG=+d3d,+d3d11,+d3d_shader,+seh" log.
VKD3D trace + d3d log : https://www.mediafire.com/file/w8z6snwwcha7mrt/TheCouncil_d3dlog.7z/file
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #1 from Maxime berillions@gmail.com --- Created attachment 72271 --> https://bugs.winehq.org/attachment.cgi?id=72271 1st screenshot with Damavand
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #2 from Maxime berillions@gmail.com --- Created attachment 72272 --> https://bugs.winehq.org/attachment.cgi?id=72272 2nd screenshot with Damavand
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #3 from Maxime berillions@gmail.com --- Created attachment 72273 --> https://bugs.winehq.org/attachment.cgi?id=72273 1st screenshot with DXVK
;I forgot to precise that there are no issues with DXVK
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #4 from Maxime berillions@gmail.com --- Created attachment 72274 --> https://bugs.winehq.org/attachment.cgi?id=72274 2nd screenshot with DXVK
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #5 from Maxime berillions@gmail.com --- Created attachment 72278 --> https://bugs.winehq.org/attachment.cgi?id=72278 Vulkan Validation Layers log
https://bugs.winehq.org/show_bug.cgi?id=52886
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #6 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Damavand? Do you mean the now bundled vkd3d library or an external build?
Regards.
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #7 from Maxime berillions@gmail.com --- (In reply to Olivier F. R. Dierick from comment #6)
Hello,
Damavand? Do you mean the now bundled vkd3d library or an external build?
Regards.
This is the codename for the intern wined3d Vulkan backend from Wine/CW.
https://bugs.winehq.org/show_bug.cgi?id=52886
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |winevulkan
--- Comment #8 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Maxime from comment #7)
This is the codename for the intern wined3d Vulkan backend from Wine/CW.
Hello,
I set the component to winevulkan.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #9 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Episode 1 of The Council is free on Steam: https://store.steampowered.com/app/287630/The_Council/
Can you check if it's also affected? It could be used by devs to reproduce the issue.
--- 017c:fixme:d3d:adapter_vk_init_driver_info Failed to retrieve GPU description for device "AMD RADV NAVY_FLOUNDER" 1002:73df. ---
The log shows that you have an AMD GPU. What are the model and driver version?
Regards.
https://bugs.winehq.org/show_bug.cgi?id=52886
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Component|winevulkan |directx-d3d
--- Comment #10 from Zeb Figura z.figura12@gmail.com --- (In reply to Olivier F. R. Dierick from comment #8)
(In reply to Maxime from comment #7)
This is the codename for the intern wined3d Vulkan backend from Wine/CW.
I set the component to winevulkan.
No, "directx-d3d" is correct. The problem is almost certainly in the d3d -> Vulkan translation, not in the Vulkan win32 -> unix translation.
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #11 from Zeb Figura z.figura12@gmail.com --- Created attachment 72279 --> https://bugs.winehq.org/attachment.cgi?id=72279 vkd3d: remove broken nvidia workaround for sample_c
The attached patch should at least fix the validation warning; does it help anything?
https://bugs.winehq.org/show_bug.cgi?id=52886
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[The Council]Graphical |The Council encounters |glitches with Damavand (and |graphical glitches and |system hang) |hangs GPU with the Vulkan | |renderer
https://bugs.winehq.org/show_bug.cgi?id=52886
--- Comment #12 from Maxime berillions@gmail.com --- (In reply to Zeb Figura from comment #11)
Created attachment 72279 [details] vkd3d: remove broken nvidia workaround for sample_c
The attached patch should at least fix the validation warning; does it help anything?
As said on the Linux Gaming Dev Discord, you patch fixes the issue. Thanks ZF :-)
https://bugs.winehq.org/show_bug.cgi?id=52886
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED
--- Comment #13 from Zeb Figura z.figura12@gmail.com --- Fixed by https://source.winehq.org/git/vkd3d.git/commitdiff/9839850b87a79af8b3dbce27844fe644e40fc0c6; thanks for testing!
https://bugs.winehq.org/show_bug.cgi?id=52886
Maxime berillions@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOTOURBUG |FIXED
https://bugs.winehq.org/show_bug.cgi?id=52886
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |vkd3d Fixed by SHA1| |9839850b87a79af8b3dbce27844 | |fe644e40fc0c6 Version|7.7 |1.3 Product|Wine |vkd3d
--- Comment #14 from Zeb Figura z.figura12@gmail.com --- Moving this to the vkd3d product for tracking purposes.
https://bugs.winehq.org/show_bug.cgi?id=52886
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com --- Closing bugs fixed in 1.10.