Map compile error

lilneo

Newbie
Joined
Jan 14, 2010
Messages
5
Reaction score
0
Okay so up until now, the map was compiling perfectly fine. Working great, I was so happy that it was finally working after so many months of being mad at Hammer Editor. But it's come back, here is my compile log:

Code:
** Executing...
** Command: "c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk\bin\ep1\bin\vbsp.exe"
** Parameters: -game "c:\program files (x86)\steam\steamapps\lilneo782\counter-strike source\cstrike" "C:\Program Files (x86)\Steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7"

Valve Software - vbsp.exe (Dec 11 2006)
1 threads
materialPath: c:\program files (x86)\steam\steamapps\lilneo782\counter-strike source\cstrike\materials
Loading C:\Program Files (x86)\Steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.vmf
fixing up env_cubemap materials on brush sides...
ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (1)
ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (0)
Processing areas...done (0)
Building Faces...done (0)
Chop Details...done (0)
Find Visible Detail Sides...done (0)
Merging details...done (0)
FixTjuncs...
PruneNodes...
WriteBSP...
done (0)
writing C:\Program Files (x86)\Steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.prt...Brush 0: FloatPlane: bad normal
Side 0
Texture: Not a Parse error!


** Executing...
** Command: "c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk\bin\ep1\bin\vvis.exe"
** Parameters: -game "c:\program files (x86)\steam\steamapps\lilneo782\counter-strike source\cstrike" -fast "C:\Program Files (x86)\Steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7"

Valve Software - vvis.exe (Nov  8 2007)
fastvis = true
1 threads
reading c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.bsp
Error opening c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.bsp

** Executing...
** Command: "c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk\bin\ep1\bin\vrad.exe"
** Parameters:  -game "c:\program files (x86)\steam\steamapps\lilneo782\counter-strike source\cstrike" -noextra "C:\Program Files (x86)\Steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7"

Valve Software - vrad.exe SSE (Nov  8 2007)
----- Radiosity Simulator ----
1 threads
[Reading texlights from 'lights.rad']
[1 texlights parsed from 'lights.rad']

Loading c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.bsp
Error opening c:\program files (x86)\steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.bsp

** Executing...
** Command: Copy File
** Parameters: "C:\Program Files (x86)\Steam\steamapps\lilneo782\sourcesdk_content\cstrike\mapsrc\map7.bsp" "c:\program files (x86)\steam\steamapps\lilneo782\counter-strike source\cstrike\maps\map7.bsp"

The command failed. Windows reported the error:
  "The system cannot find the file specified."

Please help :\
~lilneo
 
Back
Top