Okay, I found how to fix this problem and realized that it was more likely an amdvlk problem than dxvk. How to make sure nothing dies:
Specify at startup variables for changing the driver to RADV
AMD_VULKAN_ICD = "RADV" VK_ICD_FILENAMES = "/ usr / share / vulkan / icd.d / radeon_icd.i686.json: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json"
The first is needed in order to explicitly say that the settings for RADV are used, the second is needed if (as it was for me), the first did not work.
Nothing extracted yet.
Software information
As far as I understand, all games with dx11 support, while problems with dx9 are not necessary.
What games are currently breaking my system:
Kenshi - In the choice, if I specify my video card with the RadV driver and this will fix the problem, in other cases it writes "Unknown AMD GPU" and the driver kills my system.
Saints Row the Third - Breaks the system
Nier Automata - Breaks the system, but you can select the RadV driver here, although that doesn't fix anything.
Warframe - There were problems for a while, but it fixed on its own
LoL - Fixed on its own.
System information
Apitrace file(s)
https://pastebin.com/jCN8jEJU
https://pastebin.com/ePAtQHJ3
I cannot provide dmesg logs because my system freezes and the screen goes blank when I launch the application. I'll try to find a way to capture it somehow soon.
There are no problems in the 5.13.x kernel and now I am using it.