Compile Error!


oxygencube
06-24-2006, 04:53 PM
Can anybody help me out... I have a version that compiles just fine, but when I try to change some things the new version does not compile.

This is what I am getting.

================================================== ====

** Executing...
** Command: "c:\program files\valve\steam\steamapps\oxygencube\sourcesdk\b in\vbsp.exe"
** Parameters: -game "c:\program files\valve\steam\steamapps\oxygencube\day of defeat source\dod" "C:\Program Files\Valve\Steam\SteamApps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3"

Valve Software - vbsp.exe (Jan 2 2006)
1 threads
materialPath: c:\program files\valve\steam\steamapps\oxygencube\day of defeat source\dod\materials
Loading C:\Program Files\Valve\Steam\SteamApps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3.vmf
Brush 115, Side 1: duplicate plane
Brush 115, Side 2: duplicate plane
Brush 115, Side 3: duplicate plane
Brush 115: bounds out of range
Brush 115: bounds out of range
fixing up env_cubemap materials on brush sides...
ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (0)
ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (0)
Processing areas...done (0)
Building Faces...done (0)
FixTjuncs...
PruneNodes...
WriteBSP...
HashVec: point outside valid range

** Executing...
** Command: "c:\program files\valve\steam\steamapps\oxygencube\sourcesdk\b in\vvis.exe"
** Parameters: -game "c:\program files\valve\steam\steamapps\oxygencube\day of defeat source\dod" "C:\Program Files\Valve\Steam\SteamApps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3"

Valve Software - vvis.exe (Jan 2 2006)
1 threads
reading c:\program files\valve\steam\steamapps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3.bsp
Error opening c:\program files\valve\steam\steamapps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3.bsp

** Executing...
** Command: "c:\program files\valve\steam\steamapps\oxygencube\sourcesdk\b in\vrad.exe"
** Parameters: -game "c:\program files\valve\steam\steamapps\oxygencube\day of defeat source\dod" -noextra "C:\Program Files\Valve\Steam\SteamApps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3"

Valve Software - vrad.exe SSE (Jan 16 2006)
----- Radiosity Simulator ----
1 threads
[Reading texlights from 'lights.rad']
[39 texlights parsed from 'lights.rad']

Loading c:\program files\valve\steam\steamapps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3.bsp
Error opening c:\program files\valve\steam\steamapps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3.bsp

** Executing...
** Command: Copy File
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\oxygencube\sourcesdk_c ontent\dod\mapsrc\dod_JTF2_Snipe_Off_b3.bsp" "c:\program files\valve\steam\steamapps\oxygencube\day of defeat source\dod\maps\dod_JTF2_Snipe_Off_b3.bsp"

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

=================================================

Thanks to anybody that can help.


-oxy

bazooka
06-24-2006, 05:11 PM
Well, obviously Brush 115 has problems. Ctrl-Shift-G to find it by it's number. "HashVec: point outside valid range" is stopping the vbsp process so vvis and vrad aren't even running. It's probably because of brush 115.

oxygencube
06-25-2006, 05:57 PM
That was it. Thank you so much for your help, you rock!

Day of Defeat Forum Archive created by Neil Jedrzejewski.

This in an partial archive of the old Day of Defeat forums orignally hosted by Valve Software LLC.
Material has been archived for the purpose of creating a knowledge base from messages posted between 2003 and 2008.