(Help) Error opening bsp

Respect+

L1: Registered
Jan 18, 2023
1
0
these are my logs, it might help

** Executing...
** Command: "F:\SteamLibrary\steamapps\common\GarrysMod\bin\vbsp.exe"
** Parameters: -game "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod" "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\respect_beta_1.vmf"

FileSystem_LoadSearchPaths
Valve Software - vbsp.exe (May 30 2022)
4 threads
materialPath: F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\materials
Loading F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\respect_beta_1.vmf
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: "F:\SteamLibrary\steamapps\common\GarrysMod\bin\vvis.exe"
** Parameters: -game "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod" "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\respect_beta_1"

Valve Software - vvis.exe (May 30 2022)
FileSystem_LoadSearchPaths
4 threads
reading f:\steamlibrary\steamapps\common\garrysmod\garrysmod\maps\respect_beta_1.bsp
Error opening f:\steamlibrary\steamapps\common\garrysmod\garrysmod\maps\respect_beta_1.bsp

** Executing...
** Command: "F:\SteamLibrary\steamapps\common\GarrysMod\bin\vrad.exe"
** Parameters: -game "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod" "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\respect_beta_1"

Valve Software - vrad.exe SSE (May 30 2022)

Valve Radiosity Simulator
FileSystem_LoadSearchPaths
4 threads
[Reading texlights from 'lights.rad']
[45 texlights parsed from 'lights.rad']

Loading f:\steamlibrary\steamapps\common\garrysmod\garrysmod\maps\respect_beta_1.bsp
Error opening f:\steamlibrary\steamapps\common\garrysmod\garrysmod\maps\respect_beta_1.bsp

** Executing...
** Command: Copy File
** Parameters: "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\respect_beta_1.bsp" "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\respect_beta_1.bsp"


** Executing...
** Command: "F:\SteamLibrary\steamapps\common\GarrysMod\hl2.exe"
** Parameters: -game "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod" -toconsole -dev -console +sv_lan 1 +map "respect_beta_1" -steam
 
Last edited:

TrustyGun

L1: Registered
Nov 4, 2019
13
2
Protip: Interlopers.net has a pretty neat tool to search your compile log for any errors, and it show you how to potentially fix them. I've linked it here. It's very handy in cases like this.

Anyways, the error is this: HashVec: point outside valid range

Either your map is way too big (which I doubt), or you have an invalid brush. Pressing ALT-P brings up a list of problems that could be in your map, which includes invalid brushes. Delete them and recreate them in a non-offending manner and you should be good to go.