https://bugs.winehq.org/show_bug.cgi?id=33763
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #12 from Zeb Figura z.figura12@gmail.com --- (In reply to Gijs Vermeulen from comment #10)
With vkd3d-git and wine-8.0-169-gaabdb15458a it crashes due to:
0178:fixme:d3dcompiler:D3DCompile2 Ignoring flags 0x1000. 0178:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4. 0178:err:d3dcompiler:D3DCompile2 Shader log: 0178:err:d3dcompiler:D3DCompile2 <anonymous>:78:171: E5000: syntax error, unexpected '[', expecting ')' 0178:err:d3dcompiler:D3DCompile2 wine: Unhandled page fault on read access to 0500004B at address 02534456 (thread 0178), starting debugger...
Changing title and moving to vkd3d.
I'd have to see the shader to be sure, but it looks like it's trying to declare a function with an array argument, which due to an oversight is currently not supported.