I'm trying to use the program on Fedora, which doesn't allow the user to install steamcmd directly from a repository. I have steamcmd installed under home/username/Steam and I've added home/username/.cargo/bin to my PATH, but I still get this error when using the steam-tui command:
Fatal Error in client thread:
An error occurred spawning the steamcmd process. Do you have it installed?
Os { code: 2, kind: NotFound, message: "No such file or directory" }
What happens when you have home/username/Steam in the path? and then launch steam-tui? If you can run steamcmd from terminal, you should be able to run steam-tui
I'm trying to use the program on Fedora, which doesn't allow the user to install steamcmd directly from a repository. I have steamcmd installed under home/username/Steam and I've added home/username/.cargo/bin to my PATH, but I still get this error when using the steam-tui command:
Fatal Error in client thread: An error occurred spawning the steamcmd process. Do you have it installed? Os { code: 2, kind: NotFound, message: "No such file or directory" }
What could the issue be?