HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.75k stars 183 forks source link

Horizon Zero Dawn GOG crashes on start #2022

Closed ianare closed 1 week ago

ianare commented 1 week ago

Trying to run Horizon Zero Dawn from GOG, the game doesn't run at all, I just get a dialog box asking to send a bug report.

When I run the game using Wine DLLs (not vkd3d-proton), I get a loading screen displayed then crash with the following fixme messages:

vkd3d:0130:fixme:d3d12_command_list_ResourceBarrier Aliasing barriers not implemented yet.
vkd3d:0130:fixme:d3d12_command_list_DiscardResource iface 00000000130856D0, resource 00000000131DEA20, region 0000000000000000 stub!

With vkd3d-proton I don't even get the loading screen.

Software information

System information

Log files

game.log vulkaninfo.log

mbriar commented 1 week ago

You need to install DXVK to the prefix as well because vkd3d-proton relies on DXVK's dxgi.dll

ianare commented 1 week ago

That did it, thank you so much for the quick reply!