Another runtime error...

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
Ziolas
Explorer
Explorer
Posts: 14
Joined: Fri May 23, 2003 12:28 am
Location: Poland

Another runtime error...

Post by Ziolas »

Stderr.txt says:

Code: Select all

 File "C:/vegastrike/data/modules\privateer.py", line 28, in Execute
    i.Execute()
  File "C:/vegastrike/data/modules\random_encounters.py", line 236, in Execute
    un = self.decideMode ()
  File "C:/vegastrike/data/modules\random_encounters.py", line 199, in decideMode
    self.SetModeOne (un)
  File "C:/vegastrike/data/modules\random_encounters.py", line 175, in SetModeOne
    dynamic_battle.UpdateCombatTurn()
  File "C:/vegastrike/data/modules\dynamic_battle.py", line 17, in UpdateCombatTurn
    SimulateBattles();
  File "C:/vegastrike/data/modules\dynamic_battle.py", line 59, in SimulateBattles
    stopAttack(i[0],i[1])
  File "C:/vegastrike/data/modules\dynamic_battle.py", line 274, in stopAttack
    StopTargettingEachOther(fgname,faction,enemy[0],enemy[1])
  File "C:/vegastrike/data/modules\dynamic_battle.py", line 104, in StopTargettingEachOther
    un.SetFgDirective ('b')
AttributeError: SetFgDirective
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

well it appears that you had arrived into code we committed but had not been able to test yet

your stack trace was invaluable thank you :-)


the reason we haven't tested it is that I had to back everything up before reinstalling...so I wanted to make sure I wouldn't lose anything.


don't worry we'll test it before release
if you can keep testing it for us and printing the runtime errors here it will make the release that much sooner
good job
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply