System cannot find file specifed error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(linkage)
m (→‎top: clean up, added orphan tag)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Orphan|date=January 2024}}
This error appears when the map compile has failed due to an error, or the current game configuration is not set up correctly.
This error appears when the map compile has failed due to an error, or the current game configuration is not set up correctly.


# Check the error log in the Hammer Process Window to make sure there are no other [[:Category:Compile Errors|errors]] that may have caused the compile to fail. If a compile fails, no [[BSP|.BSP file]] for the map is written, and the game will not launch correctly.
# Check the error log in the Hammer Process Window to make sure there are no other [[:Category:Compile errors|errors]] that may have caused the compile to fail. If a compile fails, no [[BSP|.BSP file]] for the map is written, and the game will not launch correctly.
# If there are no other [[:Category:Compile Errors|compile errors]], you can try to [[Reset the Source SDK Game Configuration|reset the Source SDK game configuration]].
# If there are no other compile errors, you can try to [[Reset the Source SDK Game Configuration|reset the Source SDK game configuration]].


[[Category:Level Design FAQ]][[Category:Compile Errors]]
[[Category:Level Design FAQ]]
[[Category:Compile errors]]

Latest revision as of 22:55, 21 January 2024

This error appears when the map compile has failed due to an error, or the current game configuration is not set up correctly.

  1. Check the error log in the Hammer Process Window to make sure there are no other errors that may have caused the compile to fail. If a compile fails, no .BSP file for the map is written, and the game will not launch correctly.
  2. If there are no other compile errors, you can try to reset the Source SDK game configuration.