xomachine / SteamForwarder

steam_api.dll implementation for wine. Your windows games now can interact with your linux steam! (This repo mirrors https://gitlab.com/xomachine/SteamForwarder)
MIT License
198 stars 8 forks source link

Failure to download #2

Closed sakuramboo closed 7 years ago

sakuramboo commented 7 years ago

Following your directions from a base install, these are the steps I took...

sudo apt-get install steamcmd sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine

cd ~/Games/SteamForwarder-master python3 app_install.py 205100 I get the following output sakuramboo@Betsy:~/Games/SteamForwarder-master$ python3 app_install.py 205100 Obtaining app info... http://steamdb.info/app/205100/config/ Generating manifest... Traceback (most recent call last): File "app_install.py", line 134, in with open(manifest_location, "w") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/sakuramboo/.local/share/Steam/steamapps/appmanifest_205100.acf' To get around this I put `-s /home/sakuramboo/.local/share/Steam/SteamApps`. I am not sure why your install uses steamapps in all lowercase and my has two upper case characters. Not a big issue, but since the directions didn't work, I figured I would point this out.