map crashing when loading

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
Paste your compile log in to here. It will tell you what's wrong.
 

DannyRand

L2: Junior Member
Jun 8, 2013
72
24
**** leaked ****
Entity info_player_teamspawn (-4352.00 -48.00 80.00) leaked!

You have a leak. Load the default pointfile and it will show you where.
Also get in the habit of using the interlopers error tool when you have problems. It's a very good resource and will help you figure out most issues without having to google etc.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
WARNING, microbrush

You have a microbrush. That's a brush that's smaller than 1 unit in any axis. Find it. delete it. (if you have many, delete them all)

Microbrushes cause a crash, leaks don't (leaks are bad and you should fix them, but the microbrush is the problem here)
 

snorrow

L1: Registered
Aug 6, 2014
17
0
You have a microbrush. That's a brush that's smaller than 1 unit in any axis. Find it. delete it. (if you have many, delete them all)

Microbrushes cause a crash, leaks don't (leaks are bad and you should fix them, but the microbrush is the problem here)
how do i find something that small? im a newbie in hammer :s
 

RaVaGe

aa
Jun 23, 2010
733
1,210
loupe1.jpg


alt+p
 
Last edited:

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
Difficult to say without seeing your VMF. My advice is to use the VisGroups tool to disable some visgroups and recompile. It will help you narrow down the cause of the problem.