Pyfa: Apostle Fitting Freezes

Created on 3 Dec 2016  路  2Comments  路  Source: pyfa-org/Pyfa

When attempting to either load a blank or saved Apostle fit, the fit window will appear on the right with no information. The name of the fit will change as you cycle through fits, but will not display any information for the fit itself.

pyfabug

Have not found this issue with any other ships yet.

bug fixed

Most helpful comment

I've got a fix for it, but it won't be out on an official release for at least a few days

All 2 comments

Confirmed bug

Traceback (most recent call last):
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\gui\builtinViews\fittingView.py", line 67, in fitSelected
    view.fitSelected(event)
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\gui\builtinViews\fittingView.py", line 289, in fitSelected
    self.slotsChanged()
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\gui\builtinViews\fittingView.py", line 455, in slotsChanged
    self.generateMods()
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\gui\builtinViews\fittingView.py", line 412, in generateMods
    fit = sFit.getFit(self.activeFitID)
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\service\fit.py", line 266, in getFit
    self.recalc(fit, withBoosters=True)
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\service\fit.py", line 1189, in recalc
    fit.calculateModifiedAttributes(withBoosters=False)
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\eos\saveddata\fit.py", line 603, in calculateModifiedAttributes
    item.calculateModifiedAttributes(self, runTime, False)
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\eos\saveddata\ship.py", line 96, in calculateModifiedAttributes
    effect.handler(fit, self, ("ship",))
  File "C:\Users\Ryan\Sync\Git\blitzmann\Pyfa\eos\effects\shipbonusforceauxiliarya4warfarelinksbonus.py", line 7, in handler
    lvl = src.level
AttributeError: 'Ship' object has no attribute 'level'

I've got a fix for it, but it won't be out on an official release for at least a few days

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kshannoninnes picture kshannoninnes  路  10Comments

MarHelmer picture MarHelmer  路  5Comments

Tetractys picture Tetractys  路  8Comments

Neugeniko picture Neugeniko  路  11Comments

eliasmarobin picture eliasmarobin  路  13Comments