• 0 Posts
  • 1 Comment
Joined 10 months ago
cake
Cake day: November 10th, 2023

help-circle
  • This solution would only make sense if the problem (Adrenalin crashing/failing to launch) was caused by the game detection part of Adrenalin throwing an unhandled exception when trying to access the Epic Games Launcher folder. Perhaps the permissions/ownership of the folder were changed to restrict who can access the Logs folder, and the game detection routine does not fail gracefully if it can’t access the folder properly. That would be bad programming practice, since you never can rely on files on the filesystem being there at all times and under all configurations.

    And if that is the case, then some other software that also requires privileged access for their folders would also cause that.

    A bad thing to try in this case: Try starting Adrenalin with Administrator privileges. This should not be done for normal usage, and since Adrenalin has a lot of attack surface, it should not be a real solution.

    I don’t have this problem, although I have several different launchers installed.