Compiling Problems

red_flame586

L420: High Member
Apr 19, 2009
437
122
I'm currently starting to compile my latest map, yet it continues to crash.

I first compiled my map, it finished but I discovered a leak. I've patched that up now but whenever I try to re-compile, the compiler and hammer say not responding, this happens after 2-3 minutes of compiling in no particular place, sometimes it's working out collisions, other times it's discovered a prop that doesn't work, but this stuff isn't hard processing, or should cause the compiler to stop.

I'm running windows 7 with good computer specs.

Does anyone know what's going wrong?
 

Exist

L6: Sharp Member
Oct 31, 2009
306
136
I remember reading that on win7, the compiler box sometimes stops updating, but is still compiling. Google Nem's tools and on that website find Valve Batch Compiler, which is the default compiler but takes less resources and is vista/7 friendly.
 

Eyce

L6: Sharp Member
Jan 13, 2010
370
225
Generally when it says not responding, the compilier is doing most of its work.

That being said, I got sick of the bastard window freezing and I now use VBCT to compile my maps instead. Nothing locks up and everything is relatively fast. :)
 

red_flame586

L420: High Member
Apr 19, 2009
437
122
Yeah, Thanks guys, I downloaded VBCT and it took under an hour to compile, no freezing or anything... Much better now

Generally when it says not responding, the compilier is doing most of its work.

I initially thought that that was the case, except it was freezing up during the small easy bits, which didn't usually freeze up.

Either way, Thanks for everyone's help
 

Vig

L2: Junior Member
Feb 14, 2009
60
120
Have you tried using the standard normal compiler and set Run VIS and Run RAD to No? If that works and you have no leaks turn on BSP and VIS. If that works Turn on all three.

BSP Stands for Binary Space Partition. Checks for leaks and is really really quick. So anytime you suspect a leak shut off VIS and RAD. It will create a point file to that you can load into hammer "Main Menu > Map > Load PointFile". If you compile and go to load the point file and it can't find one then it doesn't have any leaks.

VIS is a visibility pass, what can be seen from where as the players move around. BSP must complete successfully for this to work.

RAD stands for radiosity, calculates the lighting. BSP and VIS must complete successfully for this to work.

Now here's the kicker. You might have sealed the hull but there could be an internal leak from one area to the next that is causing long calculations for visibility and radiosity, but we can get into how to fix that after you've confirmed you've plugged all the hull leaks and BSP isn't the choking.

Are you able to compile simple maps like a box room with a light and an info_playerstart?
 
Last edited:

Passerby

L2: Junior Member
Mar 27, 2010
99
15
Yeah, Thanks guys, I downloaded VBCT and it took under an hour to compile, no freezing or anything... Much better now



I initially thought that that was the case, except it was freezing up during the small easy bits, which didn't usually freeze up.

Either way, Thanks for everyone's help

try a simple box room an hour seems pretty bad for compile my map with 2 fully detailed bases and a large outside only takes 5 mins with everything set to normal.