-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[d3d11] - CONTRA: ROGUE CORPS (1020540) - Title fails with a "Cannot create shader resource view" error. #1676
Comments
Thanks for providing the trace, I can confirm it's a bug on our end that shouldn't be too hard to fix. |
Actually - there is no useful way to fix this. The game tries to create an |
I made a hacky workaround in the contra branch. Please note that this is not a correct fix, but should get you past the crash. |
@ZereoX please test Mr. Philip's correction, I intend to buy CONTRA: ROGUE CORPS on Steam, while in the promotion. any doubt just use this command in the terminal to get this branch: |
Hi @doitsujin , I tested the
The game appears to start the playback of a video (Microsoft Media Foundation), so I confirmed that the failure is also present with Proton-5.9-GE-3-ST and on Windows 10. I've attached an update log as well as a longer API trace that includes the beginning of the video playback.
Trace:Link: https://drive.google.com/file/d/1zBhmLJyqKhzyfn9e6HEq1fUhBLUpObwx/view?usp=sharing Log:contra_rc_d3d11.log Sorry for the delayed response, I was away last week. |
DXGI_FOMRAT 103 is |
Yeah we don't support that. Considering how much of a mess YCbCr support is in both D3D11 and Vulkan, I don't think it's feasible to implement it in DXVK, especially since the whole project was not made with multiplanar formats in mind. I'll take a look, but yeah, can't promise anything. |
Hi @doitsujin, I confirmed the issue is resolved on Windows in DXVK v1.9 without any of the changes from the Note: Proton-Experimental (and 6.3-4) is still crashing in Wine immediately after the title card with DXVK v1.9. It also still requires d3dcompiler_47 to launch. I'll investigate and file a ticket on the wine side of things for that. Thanks.
|
Description:
CONTRA: ROGUE CORPS (1020540) hangs on launch prior to showing the "Konami" splash screen when using DXVK. The following error is shown repeatedly in the log until the application crashes:
This was confirmed to be occurring on both Windows 10 and Proton 5.0-9 using DXVK 1.7 (2e37825) / master (291f7e0). (Proton does require d3dcompiler_47 which can be installed by using the d3dcompiler_47 verb on Winetricks [ex: WINEPREFIX="/home/<USERNAME>/.local/share/Steam/steamapps/compatdata/1020540/pfx" winetricks d3dcompiler_47]).
Please let me know if any additional information is required or if additional testing is needed.
Software information
CONTRA: ROGUE CORPS (1020540)
System information
OS: Ubuntu 18.04.4 / Windows 10 Pro 1909
GPU: Radeon RX 580 / Nvidia GeForce GTX 1060
Driver: 20.1.2~kisak1~b / 440.100-0ubuntu0.18.04.1
Wine version: Proton 5.0-9
DXVK version: 1.7 / Master (291f7e0)
Apitrace file(s)
Log files
d3d11.log: contra_rc_d3d11.log
dxgi.log: contra_rc_dxgi.log
Tested froggi.es builds:
master - 291f7e0 (❌)
1.7 - 2e37825 (❌)
1.6 - 9c7945d (❌)
1.5.5 - 1e426cd (❌)
The text was updated successfully, but these errors were encountered: