HGL
adverse-sapphire
The Evil Within shows that it launches but it does not pop up on my screen and stops after 2 seconds
i have switched to proton-GE and i did download all the required dependencies from https://github.com/lutris/docs/blob/2b116519c5b67254733234f36ab33a60f14f1358/WineDependencies.md yet it did not help. any thought on why?
GitHub
docs/WineDependencies.md at 2b116519c5b67254733234f36ab33a60f14f135...
Contribute to lutris/docs development by creating an account on GitHub.
Solution:Jump to solution
The issue here is that you installed the game into a folder the Flatpak version of Heroic can't access. By default it can only see
~/Games/Heroic
, /mnt/
, /run/media/
, and/media
. To resolve this, you'd have to modify the Flatpak's permissions or simply install into one of those folders instead (potentially changing mount points of other drives)
The heroic-games-launcher
package in the AUR is not official. Please use heroic-games-launcher-bin
instead. Also, never ever run pacman -Sy
/ yay -Sy
without also updating your system (u
flag)...3 Replies
adverse-sapphireOP•3mo ago
also the whole log, not sure if it is of any help but please let it be 🙏
adverse-sapphireOP•3mo ago
if anyoen has the same issue i fixed it myselkf
i just switched to native launcher
looks like that helped
yay -Sy heroic-games-launcher
Solution
The issue here is that you installed the game into a folder the Flatpak version of Heroic can't access. By default it can only see
~/Games/Heroic
, /mnt/
, /run/media/
, and/media
. To resolve this, you'd have to modify the Flatpak's permissions or simply install into one of those folders instead (potentially changing mount points of other drives)
The heroic-games-launcher
package in the AUR is not official. Please use heroic-games-launcher-bin
instead. Also, never ever run pacman -Sy
/ yay -Sy
without also updating your system (u
flag)