Message: ERROR: FACTION LOOKUP ERROR

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
pheldens
Bounty Hunter
Bounty Hunter
Posts: 178
Joined: Mon Sep 26, 2005 1:15 am

Message: ERROR: FACTION LOOKUP ERROR

Post by pheldens »

*** Python Warning 18!
Warning Traceback 18:
File "refinerynightandolian.py", line 11, in ?
None
File "b/unit_lib.py", line 7, in MakeUnit
dynamic_mission.CreateMissions()
File "m/dynamic_mission.py", line 710, in CreateMissions
news.processNews(plr)
File "m/news.py", line 103, in processNews
noos = dnewsman_.translateDynamicString(noos)
File "m/dynamic_news.py", line 312, in translateDynamicString
return self.translator.translateItem(item, varlist, self.dockedat_faction)
File "m/dynamic_news.py", line 120, in translateItem
self.item = self.translateWord(self.item)
File "m/dynamic_news.py", line 90, in translateWord
return pre + self.formatText(self.lookupInfo(var, tagnopun)) + tag[len(tagnopun):]
File "m/dynamic_news.py", line 67, in lookupInfo
results = self.dynamic_data.getFactionData(self.vars[var]['faction'], tag)
File "m/dynamic_news.py", line 154, in getFactionData
debug.error("ERROR: FACTION LOOKUP ERROR faction %s variable %s" % (faction, variable))
Message: ERROR: FACTION LOOKUP ERROR faction aeran_merchant_marine variable possessive



I get alot of these, current svn data4 and engine
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

I forgot to take that one out. It was one of those undocumented errors, but it turns out it's the news system trying to make a story about a civilian faction.

Don't worry about this "error".
Post Reply