You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the game via the launcher I receive the error "env: ‘steam’: No such file or directory"
I've installed Steam from Flatpak and used this github page to download the launcher.
This issue is the same as #171. #154 Did not solve the problem.
I dug around the files for a while, I think I found a solution. I had to edit the search paths on steam_utils.hpp so it had a direct path to the steam folder. I'm not too sure if it is a proper or reliable solution, but it fixed the problem on my end as of now.
The text was updated successfully, but these errors were encountered:
When launching the game via the launcher I receive the error "env: ‘steam’: No such file or directory"
I've installed Steam from Flatpak and used this github page to download the launcher.
This issue is the same as #171.
#154 Did not solve the problem.
I dug around the files for a while, I think I found a solution. I had to edit the search paths on steam_utils.hpp so it had a direct path to the steam folder. I'm not too sure if it is a proper or reliable solution, but it fixed the problem on my end as of now.
The text was updated successfully, but these errors were encountered: