On Tue, May 14, 2013 at 2:11 PM,  <gamead...@127001.org> wrote:
> That path is unconnected to the error; that's the path of the source code the 
> utility was compiled from.

To find out what files Steam is trying to access, call the SteamCMD
script like so:

DEBUGGER="strace -e open,openat" ./steamcmd.sh

Other potentially interesting system calls you can specify via the -e
option are "write" and "close".

Cheers,
~~ Ondra

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to