Failed to load the default scheme file: Difference between revisions
Jump to navigation
Jump to search
Note:This error is related to the Hammer editor.
No edit summary |
(Cleanup -- This solution is outdated.) |
||
Line 1: | Line 1: | ||
{{otherlang2 | {{otherlang2 | ||
| ru = Failed_to_load_the_default_scheme_file:ru}} | | ru = Failed_to_load_the_default_scheme_file:ru}} | ||
{{cleanup|Solution provided is outdated -- Needs revision (Jan 2012)}} | |||
"Failed to load the default scheme file. The map views may be missing some visual elements" | "Failed to load the default scheme file. The map views may be missing some visual elements" | ||
{{Note|This error is related to the [[Hammer]] editor.}} | {{Note|This error is related to the [[Hammer]] editor.}} | ||
Line 29: | Line 29: | ||
#If so, just rewrite the line or erase the "//".'' | #If so, just rewrite the line or erase the "//".'' | ||
[[Category:Source SDK FAQ]] | [[Category:Source SDK FAQ]] |
Revision as of 23:06, 6 January 2012

This article or section needs to be cleaned up to conform to a higher standard of quality because:
Solution provided is outdated -- Needs revision (Jan 2012)
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page."Failed to load the default scheme file. The map views may be missing some visual elements"

Possible causes
The error is known to occur when trying to start Hammer faster using a shortcut, instead of the Source SDK GUI. Although, it can also happen when openning Hammer from the Source SDK GUI today (Sept 2009).
Possible fixes
- Get SourceScheme.res from one of the GCF files or create a mod.
- Copy it to the ...\SteamApps\username\sourcesdk\bin\resource\ folder, or to the ...\SteamApps\username\half-life 2\hl2\resource\ folder.
If this doesn't work, then you can use Filemon from sysinternal's to find out where Hammer is actually looking for this file.
Another possible fix (for Orange Box):
- Get SourceScheme.res as outlined above
- Copy it to \SteamApps\username\sourcesdk\bin\orangebox\bin\resource\
Yet another possible fix :
It is possible that you have deleted the line
"Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc."
or only added "//" before in the GameInfo.txt of your mod or game. This can cause this error or an other when you start HLMV.
- If so, just rewrite the line or erase the "//".