Can't find steam app user info: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Fix for ep1)
m (Replaced content with "{{multipage}} Category:Source SDK FAQ")
Tag: Replaced
Line 1: Line 1:
{{lang|Can't find steam app user info}}
{{multipage}}
This error is due to search path problems for SDK tools. To fix the problem, copy <code>Steam\config\SteamAppData.vdf</code> to <code>sourcesdk\bin\config</code>.
[[Category:Source SDK FAQ]]


If above don't work for you try this instead.


Copy the folder called "config" from "C:\Program Files\Steam"
[[Category:Source SDK FAQ]]
Then Paste it here
 
<syntaxhighlight>
"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"
</syntaxhighlight>
 
Now that error "Can't find steam app user info" should be gone for all tools you use, like for guistudiomdl 2.2.

Revision as of 23:13, 19 October 2023