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

Hades II black screens with working audio and in-game cursor on NVIDIA 555.42.02 #1997

Closed matte-schwartz closed 1 month ago

matte-schwartz commented 1 month ago

Please describe your issue as accurately as possible. Include screenshots or videos if relevant

Software information

Hades II appears to only show a black screen now on my setup since upgrading my NVIDIA drivers to 555.42.02. Notably, the audio and the custom in-game cursor both work, but the entire screen is pitch black except for the cursor.

image

The main culprit in my proton log appears to be a large chunk of err:vkd3d-proton:dxgi_vk_swap_chain_recreate_swapchain_in_present_task: Failed to create swapchain, vr -3. errors, which I saw has appeared in past NVIDIA issues before. Is this a VKD3D-Proton issue or should this be filed with NVIDIA instead?

System information

Log files

steam-1145350.log

HansKristian-Work commented 1 month ago

Tried VKD3D_DISABLE_EXTENSIONS=VK_KHR_present_wait,VK_KHR_present_id,VK_NV_low_latency2?

matte-schwartz commented 1 month ago

Just tried, no change in terms of how the issue presents. steam-1145350.log

matte-schwartz commented 1 month ago

fixed with: rd.driver.blacklist=amdgpu modprobe.blacklist=amdgpu in my GRUB commandline

Probably a silly laptop hardware quirk