HGL
helpful-purple

Rocket Leauge crashes on Launch

I'm new to linux and am using Pop!_OS 22.04 LTS x86_64 with a i9-9900K and a RTX2080 Super After I installed heroic games on the POP Os store i logged into Epic Games and intalled rocket leauge. When I now click PLAY NOW, the game crashes. I believe I had an error message like not having wine installed. I install proton form github but it doesnt work with the custom path in heroic. I installed wine and proton in wine manager. Still doesnt work -> I Believe somehow it's still trying to use the version from the github download? Log: https://paste.debian.net/1273784/
No description
4 Replies
helpful-purple
helpful-purpleOP3y ago
I also saw in game defaults that I needed to select a version:
No description
helpful-purple
helpful-purpleOP3y ago
I tried wine and proton but both do not work
CommandMC
CommandMC3y ago
Warning, Command line -d3d11 set, but D3D11 is not supported on this machine. Will fallback to older API.
You're missing GPU drivers. Run
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y nvidia-driver-525 libvulkan1 libvulkan1:i386
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y nvidia-driver-525 libvulkan1 libvulkan1:i386
to install those
helpful-purple
helpful-purpleOP3y ago
This works! I had no idea they were not installed xD Thanks a lot man i''d be lost without you, i think this also explains why the other games barely ran ... Have a nice day and much love

Did you find this page helpful?