Any Idea Bout This Error?

ConfusedConfused Wait. What? Join Date: 2003-01-28 Member: 12904Members, Constellation, NS2 Playtester, Squad Five Blue, Subnautica Playtester
edited September 2003 in Mapping Forum
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?

Comments

  • OlljOllj our themepark-stalking nightmare Fade Join Date: 2002-12-12 Member: 10696Members
    space missing infront of -wadinclude?
  • ConfusedConfused Wait. What? Join Date: 2003-01-28 Member: 12904Members, Constellation, NS2 Playtester, Squad Five Blue, Subnautica Playtester
    edited September 2003
    after i re-exported, it works. i think its because my map is huge and hammer hicupped but mebe im wrong.
  • CageyCagey Ex-Unknown Worlds Programmer Join Date: 2002-11-15 Member: 8829Members, Retired Developer, NS1 Playtester, Constellation
    <!--QuoteBegin--confused!+Sep 26 2003, 04:27 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (confused! @ Sep 26 2003, 04:27 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> after i re-exported, it works. i think its because my map is huge and hammer hicupped but mebe im wrong. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    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.
  • NerdIIINerdIII Join Date: 2003-04-05 Member: 15230Members
    Yes, it sounds like the file was simply not written to the end one time. But as simple as it is I have no idea why this would happen (except Hammer crashed). Maybe your hard disk has failures... remember the people posting here that they lost all their files in a hard disk crash? Ever heard what happened to ns_nancy? <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif'><!--endemo-->
Sign In or Register to comment.