Can't find steam app user info: Difference between revisions
Jump to navigation
Jump to search
Gtamike TSGK (talk | contribs) mNo edit summary |
(badly moved multipage) |
||
(7 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
| | {{Orphan|date=January 2024}} | ||
This error is due to search path problems for SDK tools. To fix this, create a folder named "config", and inside that folder create a file named "SteamAppData.vdf" with the contents: | |||
Then | <syntaxhighlight> | ||
"SteamAppData" | |||
{ | |||
"AutoLoginUser" "common" | |||
} | |||
</syntaxhighlight> | |||
Copy the newly created folder | |||
Then paste it in these directories: | |||
<syntaxhighlight> | <syntaxhighlight> | ||
"C:\Program Files\Steam\steamapps\ | "C:\Program Files\Steam\steamapps\common\sourcesdk\bin" | ||
"C:\Program Files\Steam\steamapps\ | "C:\Program Files\Steam\steamapps\common\sourcesdk\bin\ep1\bin" | ||
"C:\Program Files\Steam\steamapps\ | "C:\Program Files\Steam\steamapps\common\sourcesdk\bin\source2007\bin" | ||
"C:\Program Files\Steam\steamapps\ | "C:\Program Files\Steam\steamapps\common\sourcesdk\bin\source2009\bin" | ||
"C:\Program Files\Steam\steamapps\ | "C:\Program Files\Steam\steamapps\common\sourcesdk\bin\orangebox\bin" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Now | Now the "Can't find steam app user info" error should be gone for all tools you use. | ||
[[Category:Source SDK FAQ]] | |||
{{stub}} |
Latest revision as of 07:01, 12 July 2024

This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by

January 2024
This error is due to search path problems for SDK tools. To fix this, create a folder named "config", and inside that folder create a file named "SteamAppData.vdf" with the contents:
"SteamAppData"
{
"AutoLoginUser" "common"
}
Copy the newly created folder Then paste it in these directories:
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\ep1\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\source2007\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\source2009\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\orangebox\bin"
Now the "Can't find steam app user info" error should be gone for all tools you use.