Compiling Error

  • Thread starter Thread starter Nugget
  • Start date Start date
N

Nugget

Guest
I looked around on other compiling error threads but didnt see my problem so...ive been making a cs:s map for the past few days and have been no problems compiling and running my make. All of a sudden today when i tried to compile my map i get this error.(btw i use the hammer compiler)
--------------------------------

** Executing...
** Command: Change Directory
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk"


** Executing...
** Command: Copy File
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\maps\House.vmf" "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\maps\House.vmf"


** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\bin\vbsp.exe"
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\maps\House"

Valve Software - vbsp.exe (Nov 4 2004)
2 threads
materialPath: C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\materials
Loading C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\maps\House.vmf
Brush 20061: FloatPlane: bad normal
Side 0
Texture: TEST_SPEAKERS/CUWOODM


** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\bin\vvis.exe"
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\maps\House"

Valve Software - vvis.exe (Nov 4 2004)
2 threads
reading c:\program files\valve\steam\steamapps\nugget88\sourcesdk\cstrike_sample_content\maps\House.bsp
Error opening c:\program files\valve\steam\steamapps\nugget88\sourcesdk\cstrike_sample_content\maps\House.bsp

** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\bin\vrad.exe"
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\nugget88\sourcesdk\cstrike_sample_content\maps\House"

Valve Software - vrad.exe (Nov 4 2004)
----- Radiosity Simulator ----
2 threads
[Reading texlights from 'lights.rad']
[1 texlights parsed from 'lights.rad']

Loading c:\program files\valve\steam\steamapps\nugget88\sourcesdk\cstrike_sample_content\maps\House.bsp
Error opening c:\program files\valve\steam\steamapps\nugget88\sourcesdk\cstrike_sample_content\maps\House.bsp

** Executing...
** Command: ""
** Parameters: +map "House"
 
I dunno if this has anything to do with it... but you have a space before the "e" in sample... Check your folder names

cstrike_sampl e_content
 
Back
Top