-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No ship stat window #458
Comments
I cannot reproduce on 10.10.5 and current pyfa prerelease. I opened a fit then right clicked the ship stats, opened just fine. The error comes from the buildModuleView function which is part of the affected by tab, and it's saying that a float that it is expecting is not there. I don't see how this would happen. The traceback you gave will definitely be helpful, but while I'm working on that, answer this: is this a completely blank fit? Does it have any modules? Are you using all 5 character? Does it happen with all fits, or just a particular one? Does it work if you right click on a module and select ship stats? How about and empty module slot? Are you running with attribute overrides? |
Additionally, could you do that following: Navigate to Find this block on line 947:
Immediately under that, add the following:
Make sure the indentation is correct (use spaces, not tabs). Then run pyfa with The fix really should be easy enough - simply force the attribute to be float for GUI purposes. But I'd like to know which item is causing this problem, as technically all attribute values are supposed to be floats |
Script extracts the files, inserts your logging statement as line 949, and runs the modified Pyfa:
Tested three fits in this log.
Attached: |
Here is what the bad fit looks like. I think I have other bad ones too. Don't remember if there is supposed to be a module in that empty spot. Maybe Pyfa deleted that module. You mentioned in #447 that this would create a log entry I could back and look for. I might have it saved. I probably saved an old user db also before opening with preRelease. |
That second fit:
I am almost positive that this is related to #397, I'll need to check on it later. Basically CCP removed some redundant attributes from Flux coils, but they still have effects that try to use these attributes. I don't remember if there was a reason for me to not delete the effect files (probably some other items use it or something). The |
Yep, that was it. Fixed in repo, thanks! |
Each time I right click in a blank area and select 'Ship Stats', I do not get a ship stat window.
I see a traceback each time I select it.
1.16.3 prerelease , OSX 10.11.1
The text was updated successfully, but these errors were encountered: