Problem

ray_MAN

Tank
Joined
Aug 14, 2003
Messages
4,655
Reaction score
2
I get this when I compile:

** Executing...
** Command: "h:\program files\steam\steamapps\[email protected]\sourcesdk\bin\vbsp.exe"
** Parameters: -game "h:\program files\steam\steamapps\SourceMods\King Of The Hill" "H:\Program Files\Steam\SteamApps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth"

Valve Software - vbsp.exe (Jan 19 2005)
1 threads
materialPath: h:\program files\steam\steamapps\SourceMods\King Of The Hill\materials
Loading H:\Program Files\Steam\SteamApps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth.vmf
Brush 4435: bounds out of range
Brush 4447: 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: "h:\program files\steam\steamapps\[email protected]\sourcesdk\bin\vvis.exe"
** Parameters: -game "h:\program files\steam\steamapps\SourceMods\King Of The Hill" -fast "H:\Program Files\Steam\SteamApps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth"

Valve Software - vvis.exe (Dec 15 2004)
fastvis = true
1 threads
reading h:\program files\steam\steamapps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth.bsp
Error opening h:\program files\steam\steamapps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth.bsp

** Executing...
** Command: "h:\program files\steam\steamapps\[email protected]\sourcesdk\bin\vrad.exe"
** Parameters: -game "h:\program files\steam\steamapps\SourceMods\King Of The Hill" -noextra "H:\Program Files\Steam\SteamApps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth"

Valve Software - vrad.exe (Jan 18 2005)
----- Radiosity Simulator ----
1 threads
[Reading texlights from 'lights.rad']
[45 texlights parsed from 'lights.rad']

Loading h:\program files\steam\steamapps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth.bsp
Error opening h:\program files\steam\steamapps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth.bsp

** Executing...
** Command: Copy File
** Parameters: "H:\Program Files\Steam\SteamApps\[email protected]\sourcesdk_content\cstrike\mapsrc\dm_city17koth.bsp" "h:\program files\steam\steamapps\SourceMods\King Of The Hill\maps\dm_city17koth.bsp"

The command failed. Windows reported the error:
"The system cannot find the file specified."
I put the problem in bold. When this happens I get a message saying whether I would like to continue. No matter what I click, however, the same thing happens. That thing is absolutely nothing. :\
 
The bold part is the result of the problem which I believe is this:
HashVec: point outside valid range

Is your map close to the edge of the graph in hammer? Rather strange error but that would be my guess.
 
in Hammer click Map or View or something up there next to File and click Go To Brush or something and look at these 2 numbers:
Brush 4435: bounds out of range
Brush 4447: bounds out of range

see if theres anything weird about them. You might benifit if you look at them with teh 3D wireframe mode on. (Click the Camera text in your 3D view square and choose wireframe)

Make sure your vertices are snapped to the grid and not floating...

good luck
 
Thank you guys. You both helped me solve the problem. The problem was that I had a brush that was really small, and it was a wedge instead of my desired block. It was too small for a wedge I guess.
 
Back
Top