Compiling: copy .bsp error

Compiling: copy .bsp error

Re: Compiling: copy .bsp error Posted by Sphynxis on Sat Aug 6th 2005 at 2:23pm
Sphynxis
15 posts
Posted 2005-08-06 2:23pm
Sphynxis
member
15 posts 22 snarkmarks Registered: Jun 15th 2005 Occupation: Student Location: England
This is only my second map but I have searched all over for an answer
to this and cannot find one. When I compile, at the end it says error
cannot find specified file. Its is referring to the .bsp file. But I
thought the point of compiling was to create the .bsp file.

Here is the compile log:

<div style="margin-left: 40px;">** Executing...

** Command: "c:\program files\valve\steam\steamapps\sphynxis\sourcesdk\bin\vbsp.exe"

** Parameters: -game "c:\program
files\valve\steam\steamapps\sphynxis\counter-strike source\cstrike"
"C:\Program
Files\Valve\Steam\SteamApps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2"

Valve Software - vbsp.exe (Jan 19 2005)

1 threads

materialPath: c:\program files\valve\steam\steamapps\sphynxis\counter-strike source\cstrike\materials

Loading C:\Program Files\Valve\Steam\SteamApps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2.vmf

Brush 93574, Side 1: duplicate plane

Brush 93574, Side 2: duplicate plane

Brush 93574, Side 3: duplicate plane

Brush 93574: bounds out of range

Brush 93574: bounds out of range

Brush 93575, Side 1: duplicate plane

Brush 93575, Side 2: duplicate plane

Brush 93575, Side 3: duplicate plane

Brush 93575: bounds out of range

Brush 93575: bounds out of range

Brush 93576, Side 1: duplicate plane

Brush 93576, Side 2: duplicate plane

Brush 93576, Side 3: duplicate plane

Brush 93576: bounds out of range

Brush 93576: bounds out of range

Brush 93577, Side 1: duplicate plane

Brush 93577, Side 2: duplicate plane

Brush 93577, Side 3: duplicate plane

Brush 93577: bounds out of range

Brush 93577: bounds out of range

Brush 93578, Side 1: duplicate plane

Brush 93578, Side 2: duplicate plane

Brush 93578, Side 3: duplicate plane

Brush 93578: bounds out of range

Brush 93578: bounds out of range

Brush 93579, Side 1: duplicate plane

Brush 93579, Side 2: duplicate plane

Brush 93579, Side 3: duplicate plane

Brush 93579: bounds out of range

Brush 93579: bounds out of range

Brush 93580, Side 1: duplicate plane

Brush 93580, Side 2: duplicate plane

Brush 93580, Side 3: duplicate plane

Brush 93580: bounds out of range

Brush 93580: bounds out of range

Brush 93581, Side 1: duplicate plane

Brush 93581, Side 2: duplicate plane

Brush 93581, Side 3: duplicate plane

Brush 93581: bounds out of range

Brush 93581: bounds out of range

Brush 93582, Side 1: duplicate plane

Brush 93582, Side 2: duplicate plane

Brush 93582, Side 3: duplicate plane

Brush 93582: bounds out of range

Brush 93582: bounds out of range

fixing up env_cubemap materials on brush sides...

Material glass/glasswindowbreak070b is depending on itself through materialvar $crackmaterial! Ignoring...

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 (1)

Processing areas...done (0)

Building Faces...done (0)

Chop Details...done (0)

Find Visible Detail Sides...

Merged 768 detail faces...done (0)

Merging details...done (0)

FixTjuncs...

PruneNodes...

WriteBSP...

HashVec: point outside valid range

** Executing...

** Command: "c:\program files\valve\steam\steamapps\sphynxis\sourcesdk\bin\vvis.exe"

** Parameters: -game "c:\program
files\valve\steam\steamapps\sphynxis\counter-strike source\cstrike"
"C:\Program
Files\Valve\Steam\SteamApps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2"

Valve Software - vvis.exe (Dec 15 2004)

1 threads

reading c:\program files\valve\steam\steamapps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2.bsp

Error opening c:\program files\valve\steam\steamapps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2.bsp

** Executing...

** Command: "c:\program files\valve\steam\steamapps\sphynxis\sourcesdk\bin\vrad.exe"

** Parameters: -game "c:\program
files\valve\steam\steamapps\sphynxis\counter-strike source\cstrike"
"C:\Program
Files\Valve\Steam\SteamApps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2"

Valve Software - vrad.exe (Mar 8 2005)

----- Radiosity Simulator ----

1 threads

[Reading texlights from 'lights.rad']

[1 texlights parsed from 'lights.rad']

Loading c:\program files\valve\steam\steamapps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2.bsp

Error opening c:\program files\valve\steam\steamapps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2.bsp

** Executing...

** Command: Copy File

** Parameters: "C:\Program
Files\Valve\Steam\SteamApps\sphynxis\sourcesdk_content\cstrike\mapsrc\cs_office2.bsp"
"c:\program files\valve\steam\steamapps\sphynxis\counter-strike
source\cstrike\maps\cs_office2.bsp"

The command failed. Windows reported the error:

"The system cannot find the file specified."

</div>
Thanks for the help in advance. Sorry if this is a simple problem to
solve or its asked over and over but I have searched everywhere for an
answer.
Re: Compiling: copy .bsp error Posted by Underdog on Sat Aug 6th 2005 at 2:42pm
Underdog
1018 posts
Posted 2005-08-06 2:42pm
Underdog
member
1018 posts 102 snarkmarks Registered: Dec 12th 2004 Occupation: Sales-Construction Location: United States
I am no expert, but I would begin my solution process with finding all those bad brushes.

Seems logical that if you fix what you can find, the rest may sort itself out.

Hammer has a "GOTO" brush option I believe.
There is no history until something happens, then there is.
Re: Compiling: copy .bsp error Posted by Sphynxis on Sat Aug 6th 2005 at 2:59pm
Sphynxis
15 posts
Posted 2005-08-06 2:59pm
Sphynxis
member
15 posts 22 snarkmarks Registered: Jun 15th 2005 Occupation: Student Location: England
Seemed to fix it. Thanks. I didn't know what those errors ment or how
to fix em but the goto brush helped a lot. I didn't know what was wrong
with the brushes so I just deleted them. But it fixed it so its all
good.

Thanks.
Re: Compiling: copy .bsp error Posted by Underdog on Sat Aug 6th 2005 at 3:15pm
Underdog
1018 posts
Posted 2005-08-06 3:15pm
Underdog
member
1018 posts 102 snarkmarks Registered: Dec 12th 2004 Occupation: Sales-Construction Location: United States
Shock of shocks. I was actually right. :smile:
There is no history until something happens, then there is.
Re: Compiling: copy .bsp error Posted by zombie_computer on Sat Aug 6th 2005 at 6:54pm
zombie_computer
28 posts
Posted 2005-08-06 6:54pm
28 posts 3 snarkmarks Registered: Feb 15th 2005 Location: Netherlands
Brush 93574, Side 1: duplicate plane

means two sides of this brush exist at one line (or plane). This is invalid, as brushes need to be convex in the bsp format.

Brush 93577: bounds out of range

means this brush is bigger than the map grid. this can happen for two reasons:

1) you placed it there

2) the brush was invalid (like the previous error says). Some
non-convex brushes become infinitely big due to the bsp processing.
Re: Compiling: copy .bsp error Posted by Damic on Sun Aug 7th 2005 at 12:20pm
Damic
113 posts
Posted 2005-08-07 12:20pm
Damic
member
113 posts 71 snarkmarks Registered: Dec 22nd 2004 Occupation: Machine operator Location: belgium
I think he has VMEX'ed cs_office and that some of those snow brushes are corrupt :| :razz:

I got tthe same problem with cs_compound -> de_compound_dmc :biggrin:

Allmost finished :biggrin:
Thx in advantage
Re: Compiling: copy .bsp error Posted by Sphynxis on Sun Aug 7th 2005 at 1:19pm
Sphynxis
15 posts
Posted 2005-08-07 1:19pm
Sphynxis
member
15 posts 22 snarkmarks Registered: Jun 15th 2005 Occupation: Student Location: England
Yea. I'm attempting to make cs_office2 and I decompiled cs_office, to
save some time I copied some stuff over, including the skybox, which is
what was corrupt.

Zombie_computer: Thats for explaining the problem but that went right
over my head. Could you please explain it in newbie terms? The more I
know the better I can map :biggrin:

Thanks.
Re: Compiling: copy .bsp error Posted by zombie_computer on Sun Aug 7th 2005 at 2:17pm
zombie_computer
28 posts
Posted 2005-08-07 2:17pm
28 posts 3 snarkmarks Registered: Feb 15th 2005 Location: Netherlands
User posted image

(the sides that are marked with arrows share a plane)

invalid solids:

http://developer.valvesoftware.com/wiki/Concave