Skip to content
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

Citadel fitting view crashes when slot colors are enabled #711

Closed
gscottnelson opened this issue Aug 29, 2016 · 5 comments
Closed

Citadel fitting view crashes when slot colors are enabled #711

gscottnelson opened this issue Aug 29, 2016 · 5 comments
Labels
bug Confirmed to be a bug fixed This issue has been fixed! Oh joy!

Comments

@gscottnelson
Copy link

Good morning.

When trying to create a citadel fitting, by clicking on any of them. The app gets extremely slow and seems to hang for several seconds. Once the fitting screen opens after click on any Citadel, Moving to the market section or anywhere doesn't seem to work and the application seems to hang. When I resize the window, the window goes black like it can't redraw as if its waiting for some other process to complete.

This on an iMac 27" with core i7 running @3.50 Ghz - Mac OS X 10.11.6

@ppfeufer
Copy link
Contributor

Similar issue on linux, but it just stops working at all.

Traceback (most recent call last):
File "/home/ppfeufer/applications/pyfa/gui/builtinViews/fittingView.py", line 463, in fitChanged
self.refresh(self.mods)
File "/home/ppfeufer/applications/pyfa/gui/builtinViews/fittingView.py", line 590, in refresh
self.SetItemBackgroundColour(i, self.slotColour(mod.slot))
File "/home/ppfeufer/applications/pyfa/gui/builtinViews/fittingView.py", line 560, in slotColour
return self.slotColourMap[slot] or self.GetBackgroundColour()
KeyError: 8

@blitzmann
Copy link
Collaborator

@gscottnelson I will check, but I don't have easy access to OS X anymore. =/

@ppfeufer I am hoping it is as simple as this, however someone included a fix for exactly this issue: #700 Weird

@blitzmann
Copy link
Collaborator

Oh motherfucker... that fix went into the citadel branch and was never merged back into master. x_x Will fix and test tonight

@gscottnelson
Copy link
Author

Thank Ryan –

I appreciate all the work you put in. When the pre-release gets available, I will download and see how it responds.

Thanks again
Scooter

From: Ryan Holmes [email protected]
Reply-To: pyfa-org/Pyfa [email protected]
Date: Monday, August 29, 2016 at 4:19 PM
To: pyfa-org/Pyfa [email protected]
Cc: Scott Nelson [email protected], Mention [email protected]
Subject: Re: [pyfa-org/Pyfa] 1.23.0 - When fitting Citidel (#711)

Oh motherfucker... that fix went into the citadel branch and was never merged back into master. x_x Will fix and test tonight


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/711#issuecomment-243259923, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJjBBbz7-5yF9L0xYqlUwo9Ta-Zi16g6ks5qk0zrgaJpZM4JvlQB.


This message is intended only for the use of the individual(s) or entity to which it is addressed and may contain information that is privileged, confidential, and/or proprietary to RealPage and its affiliated companies. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, forwarding or copying of this communication is prohibited without the express permission of the sender. If you have received this communication in error, please notify the sender immediately and delete the original message.

@blitzmann blitzmann changed the title 1.23.0 - When fitting Citidel Citadel fitting view crashes when slot colors are enabled Aug 30, 2016
@blitzmann blitzmann added the fixed This issue has been fixed! Oh joy! label Aug 30, 2016
@blitzmann
Copy link
Collaborator

The fix has been merged into master, and will be available in the next point release (soonish)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed to be a bug fixed This issue has been fixed! Oh joy!
Projects
None yet
Development

No branches or pull requests

3 participants