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

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(badly moved multipage)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{otherlang2
{{LanguageBar}}
| ru = Can't_find_steam_app_user_info:ru}}
{{Orphan|date=January 2024}}
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"
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 Paste it here
<syntaxhighlight>
"SteamAppData"
{
"AutoLoginUser" "common"
}
</syntaxhighlight>
 
Copy the newly created folder
Then paste it in these directories:


<syntaxhighlight>
<syntaxhighlight>
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\ep1"
"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\source2007\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\source2009\bin"
"C:\Program Files\Steam\steamapps\common\sourcesdk\bin\source2009\bin"
Line 17: Line 22:
</syntaxhighlight>
</syntaxhighlight>


Now that error "Can't find steam app user info" should be gone for all tools you use, like for guistudiomdl 2.2.
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

English (en)Русский (ru)Translate (Translate)


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.


Stub

This article or section is a stub. You can help by expanding it.