dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

Steam-tui can't find steamcmd #69

Closed riisikumi closed 6 months ago

riisikumi commented 11 months ago

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?

dmadisetti commented 10 months ago

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

dmadisetti commented 6 months ago

Closing