Jump to content

How to fix this error with dedicated servers?


Recommended Posts

I have this problem... whenever I want to follow the quick setup guide for mac os (im on mac os) an error pops up in the terminal and it doesnt let me to fully run the chmod command... it says like this:

Error: Missing /Users/(MacUser)/steamcmd directory!

and

/Users/(MacUser)/run_dedicated_servers.sh: line 21: cd: /Users/(MacUser)/steamcmd: No such file or directory

Does anyone know how to fix this? I need to make the run_dedicated_servers.sh file runnable and I cant quite figure out how

 

Link to comment
Share on other sites

16 hours ago, MonsterMonquey said:

Error: Missing /Users/(MacUser)/steamcmd directory!

This sounds like you either the /Users/(MacUser)/steamcmd directory doesn't exist, or the script doesn't have the necessary permissions.

try these commands:

touch /Users/(MacUser)/steamcmd
chmod +rw /Users/(MacUser)/steamcmd

For making the run_dedicated_servers.sh file executable you can just use

chmod +x run_dedicated_servers.sh

This has to be entered in the same directory as the shell script. Alternatively you can add the path in front of the file.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...