protonscr

Rainbow colored screen Unreal Engine 4 or 4.2x

dxvkclosed
doitsujin/dxvk#2744 · opened 2022-07-22 by jackbingow · updated 2022-07-26 · 21 comments · github
Jjackbingow 2022-07-22 github

Any Unreal game causes
Rainbow colored screen Unreal Engine 4 or 4.2x

Software information

Stray lowest settings
Gta vice city definitve edition lowest settings(gta vice city definitive edition(dx11) without dxvk has no graphical glitches.)

System information

  • GPU:AMD Radeon 530
  • Driver:19.12.3(update making vulkan to not work)
  • Wine version: None Windows 7
  • DXVK version: lastest 1.10.2

Apitrace file(s)

  • Put a link here

Log files

screenshot

BBlisto91 2022-07-22 github

Windows 7 is not supported. Windows AMD drivers are known to have issues and need to be up to date with the latest version.
Nothing can be done here sadly.

Jjackbingow 2022-07-22 github

cannot update vulkan stops working. 20.3.1 also work.Any newer driver only directx 11 work.
has any one expirienced this glitch on any unreal engine.
gta vice city definitive edition without dxvk has no graphical glitches.

KK0bin maintainer 2022-07-22 github

Windows 7 is 13 years old and GPU vendors have dropped driver support for it. You really need to update to Windows 10 or switch to Linux. This is clearly a driver bug, so there's nothing we can do about this either way.

Jjackbingow 2022-07-23 github

I have ubuntu 20.03. is there dx11 wrapper only to emulate missing functions?
where i can find dxvk.conf that disables everything ?
Nfs heat works without artefacts.
how to force use of intel card(i have laptop)?

BBlisto91 2022-07-23 github

dxvk includes vulkan translators for dx11. It's the d3d11 and dxgi files.
If you are using wine just install dxvk with the setup script. See the readme.
If you are using lutris, bottles or steam proton then dxvk should already be included.

Jjackbingow 2022-07-23 github

On Nvidia GPU on old laptop there is no issue . Could be vulkan version 1.2 nvidia versus 1.1 AMD?
Nvidia drivers updates is not dependent on intel as AMD driver.
first dxvk version to support vulkan 1.2? so i can download older version.
This on Windows 7

BBlisto91 2022-07-23 github

Don't think so. 1.10.2 should work afaik and if there were any missing vulkan extensions or similar it would say in the log.
It mostly just looks like amds windows 7 drivers are not working as they should. Or something other on windows 7 in combination. Not sure.
amd's windows drivers have always been a bit iffy together with dxvk so it's always recommended to get the latest ones available and those arent on windows 7. The latest legacy release is mostly just a security update and doesn't include any of the past bug fixes afaik.
Also note that windows isn't a directly supported platform by dxvk. It's more if a bonus if it works, but the devs usually don't go out of their way to fix windows specific issues unless they are easy fixes.

Jjackbingow 2022-07-23 github

will it work on ubuntu 16 or 18?

BBlisto91 2022-07-23 github

I don't see why not as long as the drivers aren't too old. Tho i'd probably stick to a newer version if possible to be sure everything is up to date.
But i'm not too familiar with ubuntu so you should probably ask in some ubuntu community

Edit: listen to K0bin below as they probably know better. Use latest stable if you can usually indeed.

KK0bin maintainer 2022-07-24 github

No.

It will work in Ubuntu 22.

Jjackbingow 2022-07-24 github

@K0bin I did read about dxvk will upgrade(to newer vulkan version),but i was asking about older versions?
How turn off all dx11 options one by one?.how to turn off Postprocessing effects in dxvk.
could be color conversion of textures be an issue VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT?
compared logs ubuntu/win 7 this is difference:
info: VK_EXT_4444_formats
VK_EXT_custom_border_color
VK_KHR_buffer_device_address
VK_FORMAT_A2B10G10R10_UNORM_PACK32(win) vs VK_FORMAT_B8G8R8A8_UNORM(linux)
Could this be an issue and these 4 are reason for distorted colors?

KK0bin maintainer 2022-07-24 github

Those aren't options you can turn off and there's absolutely nothing you can do to make it work except for updating your OS to something recent.

Jjackbingow 2022-07-24 github

@K0bin I did read about dxvk will upgrade(to newer vulkan version),but i was asking about older versions of dxvk?
On ubuntu 20 work without issues but will work on ubuntu 16 or 18. Oldest dxvk version which gpu driver version need?

KK0bin maintainer 2022-07-24 github

I did read about dxvk will upgrade(to newer vulkan version),but i was asking about older versions of dxvk?

That's future DXVK versions, not the one you tried. Your graphics driver is simply broken and you'll have to update your OS to install one that's fixed.

Jjackbingow 2022-07-24 github

@K0bin issue is windows bug. On ubuntu 20 game works without issue. But asking about downgrading to ubuntu(have recovery partition with ubuntu 16) in case won't boot?
Where can find info about mesa RADV version history and compatibility of each version of ubuntu/linux kernel version?

KK0bin maintainer 2022-07-24 github

Ubuntu 16 is not gonna work. Why can't you just use an OS that's not 5 years old?

Jjackbingow 2022-07-26 github

Ubuntu 18 i read support vulkan 1.1 in amd driver for linux. So Ubuntu 18 is oldest dxvk will work?

KK0bin maintainer 2022-07-26 github

No. The Vulkan version is pretty meaningless and DXVK will soon require Vulkan 1.3.

Use Ubuntu 22.

Jjackbingow 2022-07-26 github

@K0bin if you don't understand .What are driver requirements of dxvk 0.7?.need to test.upgrade may be buggy on old OS. want to test if bug would also appear on old linux.
in dxvk.conf how to do detail debug log?
Perhaps my issue is UAV?

BBlisto91 2022-07-26 github

Can't really say much else than to install it and try then.
For amdvlk or amdgpu-pro (very close to the windows driver so the same applies there) it is always VERY MUCH recommended to get the latest drivers as said since they've had random rainbow puke and other issues from time to time in the past and they aren't getting much specific support in dxvk. They also aren't the recommend driver to use on linux. Radv is, which has nothing to do with amd's own driver.
I don't think dxvk have kept track of the minimum amdvlk / amdgpu-pro driver supported because it generally doesn't get too much focus and because of the issues above.

Mmisyltoad 2022-07-26 github

@jackbingow We do not support anything below the latest stable release of Mesa. You are going to need to either get an updated driver somehow or upgrade your OS.
Asking "what's the oldest version that works?" is just looking to either run terribly or cause issues.
Using 8 year old drivers for a game released a month ago is going to give you a bad time. There is no way around that.

Nothing extracted yet.