HGL
xenial-black
Rocket League not launching on EndeavourOS
I have installed all the dependencies for Arch related distros, also using the latest Wine version, any guidance is appreciated, thanks in advance. 🙂
9 Replies
useful-bronze•2y ago
DXVK 2.x requires Vulkan 1.3, which your hardware does not support. You you can install DXVK 1.x into the prefix manually, or just disable DXVK altogether. A future version of Heroic will make installation of DXVK 1.x automatic for older hardware, but thaat hasn't landed yet.
xenial-blackOP•2y ago
Unticked
Auto Install/Update DXVK on Prefix
and the game launched, but the game has a lot of stutter. By any chance do you know where can I find documentation on how to add a specific DXVK into the prefix?useful-bronze•2y ago
It's not difficult, fortunately. Run Winetricks (the game settings in Heroic have an option to do this), and in the Winetricks UI first select "Select the default wineprefix", following by "Install a Windows DLL or component". All historical versions of DXVK can then be found in the list. You'd want
dxvk1103
, likely.xenial-blackOP•2y ago
Trying to open the Wine prefix with winetricks in Heroic gives me this error:
Error: spawn /home/dieguito/.config/heroic/tools/winetricks ENOENT
Should I reinstall Heroic/Winetricks altogether?useful-bronze•2y ago
Strange. I don't know, I'm afraid.
xenial-blackOP•2y ago
No worries, appreciate the help, J. I'll see what I can find.
Update: didn't find any workaround for that error, sticking to disabling DXVK altogether.
useful-bronze•2y ago
That's really strange. And you're certainly you installed all the dependencies as linked to in the readme post here?
metropolitan-bronze•2y ago
some people say you could just install winetricks normally then tell heroic to use the winetricks normal path
from :
https://www.reddit.com/r/linuxquestions/comments/13bgvtt/how_to_install_winetricks_for_heroic_games/
reddit
r/linuxquestions - how to install winetricks for heroic games launc...
3 votes and 3 comments so far on Reddit
Heroic downloads Winetricks from https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks, for some reason this URL is blocked on some DNSs/with some ISPs. Opening https://github.com/Winetricks/winetricks/blob/master/src/winetricks and manually downloading from there might work; afterwards, place the file into the folder mentioned in the error message (
/home/dieguito/.config/heroic/tools/
) and make it executable (chmod +x /home/dieguito/.config/heroic/tools/winetricks
)