with open(versions_path, “r”) as dxvk_version_file:
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/gibran/.local/share/lutris/runtime/dxvk/dxvk_versions.json’
please help me
with open(versions_path, “r”) as dxvk_version_file:
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/gibran/.local/share/lutris/runtime/dxvk/dxvk_versions.json’
please help me
Run this wget https://cdn.discordapp.com/attachments/538903130704838656/796102070825779250/dxvk_versions.json -P $HOME/.local/share/lutris/runtime/dxvk
.
Copied solution from HERE.
Best regards.
open a terminal and type this command:
wget https://cdn.discordapp.com/attachments/538903130704838656/796102070825779250/dxvk_versions.json -P $HOME/.local/share/lutris/runtime/dxvk
Should resolve your issue.