Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SteamCMD needs a subfolder called steamapps #1184

Closed
Gamewalker opened this issue Jun 9, 2021 · 3 comments
Closed

SteamCMD needs a subfolder called steamapps #1184

Gamewalker opened this issue Jun 9, 2021 · 3 comments

Comments

@Gamewalker
Copy link

Steam released a new update and install directory now needs a subfolder called steamapps.
If you dont have a subfolder called steamapps, you will get an error:
ERROR! Failed to install app '376030' (Disk write failure)

@NightDragon1
Copy link

Can confirm the issue. just fixed my docker image to create it.

@Gamewalker Gamewalker changed the title SteamCMD need a subfolder called steamapps SteamCMD needs a subfolder called steamapps Jun 9, 2021
@isaiasvallejos
Copy link

isaiasvallejos commented Jun 10, 2021

I had this problem yesterday, I solved it as follows:

  • I run the steamcmd install command without ark-server-tools (you can get the install command by running ark-server-tools install --verbose).
  • In the install command, I removed the force_install_dir flag, allowing steamcmd to install ARK normally on steamapps folder.
  • Then in my instance config file on ark-server-tools, I changed the arkserverroot parameter to the ARK path inside the steamapps folder.
    The value will be something like that: /home/root/Steam/steamapps/common/Ark Survival Shooter Game (of course you will need to check the current path on your server)

I hope it helps.

@Gamewalker
Copy link
Author

Its enought to start, wait for the error to occur and create a 'steamapps' folder under your staging folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants