Bogus Compile Errors
Lord_Requiem
Join Date: 2002-11-20 Member: 9481Members
<div class="IPBDescription">What. The. Hell.</div> Example:
Error: Entity 86, Brush 0, Side 5: plane with no normal
Error: Entity 86, Brush 0: outside world(+/-4096): (-848,-56,-2512)-(10000,-48,-2500)
Error: Entity 86, Brush 0: outside world(+/-4096): (-864,-72,-2548)-(10016,-32,-2464)
Error: Entity 86, Brush 0: outside world(+/-4096): (-880,-88,-2544)-(10032,-16,-2468)
Error: Entity 86, Brush 0: outside world(+/-4096): (-864,-72,-2530)-(10016,-32,-2482)
Error: Entity 87, Brush 0, Side 4: has a coplanar plane at (-848, 377, -2512), texture JUMPPAD1BB
Error: Entity 87, Brush 0, Side 5: plane with no normal
Error: Entity 87, Brush 0: outside world(+/-4096): (-848,376,-2512)-(10000,384,-2500)
Error: Entity 87, Brush 0: outside world(+/-4096): (-864,360,-2548)-(10016,400,-2464)
Error: Entity 87, Brush 0: outside world(+/-4096): (-880,344,-2544)-(10032,416,-2468)
Error: Entity 87, Brush 0: outside world(+/-4096): (-864,360,-2530)-(10016,400,-2482)
(18.25 seconds)
Entity 86 is a normal func_wall walkway grate, like the hundreds I've put in my maps, so I deleted it just in case it was corrupt somehow, and guess what? entity 85 magically "appears" in the error list during compile in its place.
Entity 87 does not EXIST in my map according to CTRL-SHIFT-G (search for brush/entity tool)
WHAT THE HECK IS GOING ON!
Error: Entity 86, Brush 0, Side 5: plane with no normal
Error: Entity 86, Brush 0: outside world(+/-4096): (-848,-56,-2512)-(10000,-48,-2500)
Error: Entity 86, Brush 0: outside world(+/-4096): (-864,-72,-2548)-(10016,-32,-2464)
Error: Entity 86, Brush 0: outside world(+/-4096): (-880,-88,-2544)-(10032,-16,-2468)
Error: Entity 86, Brush 0: outside world(+/-4096): (-864,-72,-2530)-(10016,-32,-2482)
Error: Entity 87, Brush 0, Side 4: has a coplanar plane at (-848, 377, -2512), texture JUMPPAD1BB
Error: Entity 87, Brush 0, Side 5: plane with no normal
Error: Entity 87, Brush 0: outside world(+/-4096): (-848,376,-2512)-(10000,384,-2500)
Error: Entity 87, Brush 0: outside world(+/-4096): (-864,360,-2548)-(10016,400,-2464)
Error: Entity 87, Brush 0: outside world(+/-4096): (-880,344,-2544)-(10032,416,-2468)
Error: Entity 87, Brush 0: outside world(+/-4096): (-864,360,-2530)-(10016,400,-2482)
(18.25 seconds)
Entity 86 is a normal func_wall walkway grate, like the hundreds I've put in my maps, so I deleted it just in case it was corrupt somehow, and guess what? entity 85 magically "appears" in the error list during compile in its place.
Entity 87 does not EXIST in my map according to CTRL-SHIFT-G (search for brush/entity tool)
WHAT THE HECK IS GOING ON!
Comments
Done any fancy vertex manipulation?
Problem solved I eventually figured it out, well I didnt really figure anything out but it went away after I deleted enough brushes, copy pasted the entire map to a new window, and then offered up a human child as animal sacrifice to the classic dark god "Gorgocles"
Sigh. Stupid worldcraft, I hate you so.
everything else could be because of hidden vis groups or because Worldcraft is just a piece damn old technology.
OR you can move-to-world all the brushes and redo them as entities, this also fixes it.
It's rare though, most mappers never encounter this error. You're only the second person I know to run into it, the first one was me.
Guess I was lucky. I do back up my work regularly so no chance of losing it all.
That will (should) solve your coplanar and no normal planes prob.
yeah, that happens because the compile tools kinda "expand" the brushes during compile to clip them. if you are right on the editing edge, the brush gets "expanded" temp over the edge and you get that error.
also see: <a href='http://www.slackiller.com/tommy14/errors.htm#outside' target='_blank'>http://www.slackiller.com/tommy14/errors.htm#outside</a>