[Bug 59921] New: cdak demo - hlsl_codegen.c Unreachable code reached
http://bugs.winehq.org/show_bug.cgi?id=59921 Bug ID: 59921 Summary: cdak demo - hlsl_codegen.c Unreachable code reached Product: Wine Version: 11.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: sashok.olen@gmail.com Distribution: --- Created attachment 81253 --> http://bugs.winehq.org/attachment.cgi?id=81253 shaders Link to the demo https://files.scene.org/view/parties/2010/chaosconstructions10/combined_64k_... Launching it causes this line to get spammed in output: vkd3d:0024:err:vkd3d:compute_liveness_recurse ../wine/libs/vkd3d/libs/vkd3d-shader/hlsl_codegen.c:6461: Unreachable code reached. Installing Microsoft's d3dx9_37 workarounds the issue. Shaders dumped with VKD3D_SHADER_DUMP_PATH attached -- 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=59921 Ken Sharp <imwellcushtymelike@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://files.scene.org/vie | |w/parties/2010/chaosconstru | |ctions10/combined_64k_intro | |/cdak.zip Keywords| |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.
http://bugs.winehq.org/show_bug.cgi?id=59921 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |z.figura12@gmail.com Status|UNCONFIRMED |NEW --- Comment #1 from Zeb Figura <z.figura12@gmail.com> --- Thanks for the report. The problem here is essentially that many places which iterate over code were never updated for 351d58a95b32, which adds another block to hlsl_ir_loop instructions. -- 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=59921 Henri Verbeet <hverbeet@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |hlsl Version|11.11 |2.0 Product|Wine |vkd3d -- 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=59921 --- Comment #2 from Henri Verbeet <hverbeet@gmail.com> --- 3b383c8645aa257783ecd5d14a99f7f51ac535ff was committed to upstream vkd3d for this. Does this work 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.
http://bugs.winehq.org/show_bug.cgi?id=59921 --- Comment #3 from Alexandr Oleynikov <sashok.olen@gmail.com> --- Unless there is documentation on how to compile Wine with vkd3d newer than what Wine ships with (it doesn't seem like libs/v3d3d is a git submodule I can easily update), I am not sure I can test until the changes are pulled to mainline wine. -- 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=59921 --- Comment #4 from Henri Verbeet <hverbeet@gmail.com> --- There's some documentation at https://gitlab.winehq.org/wine/vkd3d/-/wikis/Building-a-MinGW-WoW64-Wine-wit... It's perhaps a bit long, but the core of it is to make Win32/Win64 build of vkd3d using --host=x86_64-w64-mingw32/--host=i686-w64-mingw32, and then point Wine to that build using --with-system-dllpath, VKD3D_PE_CFLAGS, and VKD3D_PE_LIBS. -- 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=59921 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3b383c8645aa257783ecd5d14a9 | |9f7f51ac535ff Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Zeb Figura <z.figura12@gmail.com> --- I was able to run the demo, and I can confirm it is fixed. -- 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 (1)
-
WineHQ Bugzilla