Any Idea Bout This Error?
Confused
Wait. What? Join Date: 2003-01-28 Member: 12904Members, Constellation, NS2 Playtester, Squad Five Blue, Subnautica Playtester
![Confused](https://forumstest.unknownworlds.com/uploads/userpics/293/nCQLKC0X9OW22.png)
i just got a weird error any thoughts imma try and re export to map but WTH is this?
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->hlcsg v2.5.3 rel Custom Build 1.7p10 (May 8 2003)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (webmaster@xp-cagey.com)
----- BEGIN hlcsg -----
Command line: D:\hammer\hlcsg.exe -low -cliptype smallest -hullfile "F:\my documents\maps\nshulls.hull"-wadinclude ns_virgnia.wad -chart -dev 1 "F:\my documents\maps\light.map"
Developer messages enabled : [Error]
Loading hull definitions from 'F:\my documents\maps\nshulls.hull'
Entering F:\my documents\maps\light.map
Error: ParseEntity: EOF without closing brace
----- END hlcsg -----
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
edit it worked teh next time but where did this come from?
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->hlcsg v2.5.3 rel Custom Build 1.7p10 (May 8 2003)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (webmaster@xp-cagey.com)
----- BEGIN hlcsg -----
Command line: D:\hammer\hlcsg.exe -low -cliptype smallest -hullfile "F:\my documents\maps\nshulls.hull"-wadinclude ns_virgnia.wad -chart -dev 1 "F:\my documents\maps\light.map"
Developer messages enabled : [Error]
Loading hull definitions from 'F:\my documents\maps\nshulls.hull'
Entering F:\my documents\maps\light.map
Error: ParseEntity: EOF without closing brace
----- END hlcsg -----
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
edit it worked teh next time but where did this come from?
Comments
Yeah, it was a problem in your map file -- "EOF" would mean "end of file" and "without closing brace" meant that there was one or more entities in the file missing the "}" at the end.
The format is
{
properties=values
{
brush face data
}
}
For each entity - if a closing brace is missing, it'll confuse the program, which won't know where the entity definition stops.