-
Notifications
You must be signed in to change notification settings - Fork 411
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
Unable to import fittings, 1.16.3 -wx3 version for OS X, 10.7.5 #456
Comments
Oh, this is a breaking bug. I am glad you caught it. I will verify tonight and work on a fix asap. In the meantime, can you run pyfa with the debug flag through the terminal, as such: Also, do you know if this happened with 1.16.2-wx3? |
Last question first: I was one of the people who couldn't run 16.2 with -wx3 because of the CoreGraphics.framework location problem. I am currently running one that I believe you sent me a torrent link to, although I'm not sure exactly what version (just says 1.16.3 git). Cmd+V doesn't work, does nothing at all actually.
Just to verify, I launched it again using the Dock, and it went boom again. |
So, this only seems to happen with the binary build. Works fine when running through the interpreter. I am assuming it has to do with the Also, with the file import:
|
I have a fix to the import problems. I'm still not sure what causes them, but OSX generally does some funky things with it's menu, so wxPython (or more likely wxWidgets) is not handling the menu events correctly. It is odd that it broke with py2app's The fix right now is to simply override I haven't looked at the import dialog crash yet |
I tried to look into the import crash / freeze last night Didn't get very far, however I noticed that it works great without issue when running the pyfa executable through the terminal and not through the app launcher.. There have been a few other issues that were caused with the app launcher, so this is something to look into. |
Copying from/to the clipboard is functional as of 1.17.1. Closing this one. |
I'm reopening as there's still the problem of the hang when importing file ;) |
On pre-release 1.17.2 (git), I'm able to import xml with OSX (11.2) and can get 'malformed xml' pop-up messages. |
Guys, glcan you upload the xml files youre using? The recent changes may have helped diagnose the issue, but its still weird that 8t seems to wor when running it through the ttermina and not as an app |
Closing this as possibly obsolete - with pyfa 2.x, we use a new GUI version, as well as use a new packager, so I'm trying to clean up these old issues that may not be applicable anymore. If you're still having troubles with any of the above issues, please open a new issue. Thanks! |
This is two separate bugs, but the issues are so closely tied I feel they should be considered together.
First is that the ability to copy fits from the clipboard seems to have broken. The menu is just greyed out. This is bad, I use it all the time to bring in fits posted on my alliance website. Then I tried the fallback method, I pasted the fitting text into a text document. Saved it as plain text, and as html. Tried to import each file, and both times the "importing file" progress window just sat there. Still animating, but no importing, and no ability to cancel it. Had to force quit out.
Please fix at least one of these so I can bring new fittings into pyfa.
The text was updated successfully, but these errors were encountered: