-
Notifications
You must be signed in to change notification settings - Fork 408
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
Every time you open the character editor, the program will get stuck #2462
Comments
Experiencing same issue. Any switch to any character will cause hang. |
I found a reliable way to reproduce this bug issue at least locally, although it is quite strange. If I have the skill planner window opened in evemon, this hang will always happen. My guess is any other modal windows opened in any program can cause this problem. For example, VS code error window can cause this problem as well. |
This is probably wxpython-specific issue. The version we're using is quite outdated. I've been trying to facelift all dependencies, including wxpython (#2179), but it takes too much time, and i have very little spare time lately. Will have to wait until version of wx is updated and see if this issue persists. |
So, is this the problem of the engine on which the program depends? We can't fix it, can we? Can we only wait for the engine to fix this bug by itself one day in the future? If so, this is not good news. |
Not exactly. It's more complex than that. My gut feeling tells me that this is problem of wxpython, which is a UI toolkit pyfa has been built on. But, there are some nuances to it: it can be a problem of the older version of this toolkit (pyfa uses 4.0.6, upgrade to a newer version is long overdue), or it could be problem with the way pyfa uses said toolkit. Debugging those issues is not easy for me. The first step is to get a minimal code to reproduce this issue. If open #2179 which i linked earlier, and follow links to other issues in there, you will see this minimal code. Then, if I reproduce it, I could request some help from wxpython maintainers (since I don't have expertise to debug those issues on my own), which I will likely not get, since Pyfa is still on the old version. On top of that, windows installation on my laptop has been broken for years and I do not plan to rebuild it, since I am getting a new one in about ~1.5 months. Without it, no minimal code and no way to try to hack around it. So, realistically we can have some chance to fix it if one of 3 happens:
|
It seems that I can not provide you with more effective information and help. I have no research on these three points. |
I have about 1.5 weeks until i have to go away for a month, so I will try to put some work into I just started new build of it here, you could try launching it after it completes (artifact section should appear with macos build file). There is no guarantee it works, or that it does not crash your system, but if it starts up fine, could you please check if this bug is gone? Also, could you please give me a bit more info on it? Does it break when you try to open character editor (where you edit skills of a character), or when you open character selection dropdown menu? If it happens when you try to open character editor window, could you check if any other secondary windows are causing it (damage pattern editor, target profile editor, implant set editor, preferences, graphs, ESI fit browser, attribute overrides editor, ESI character management, item stats)? |
Only when I open the character editor will it crash. Other drop-down menus, such as damage pattern editor, target profile editor, implant set editor, preferences, graphs, ESI fit browser, attribute overrides editor, ESI character management, and item stats, will not cause the program to crash. I don't think this bug is caused by other windows, because when I try to eliminate the error caused by the language, I open the character editor directly and do not open any other windows. |
I can't understand. When I just tried to record and reproduce this bug, the bug disappeared. I'm sure that until a week ago, this bug was still bothering me, which led me not to use pyfa for a long time. I can't understand. |
As I mentioned in my reply, the problem can easily be reproduced by using evemon, if you opened the skillplan window in eve mon, the hang happens. here's a list of few other programs where you can make the hang happen as well
@1072387333 my guess is when you are working with pyfa, you have some other programs opened that is causing the issue, I had the same problem as well and it's a bit annoying to use pyfa because of that. But the workaround is relatively simple. Just close all other programs that might be opening a second window and pyfa will work normally. |
At that time, when I pulled down the role drop-down menu and clicked the role editor, the role editor window could not appear and the process was stuck. So there is only the role drop-down menu in the screenshot. |
I try to use the video to explain the steps of the bug. Try.to.reproduce.mp4 |
Please see this video. You "need" to have another program with a window open in it. Otherwise, there issue won't happen. repro.mp4 |
It seems that I still can't copy the bug as if it had been fixed 2022-08-30.00-31-34.mp4 |
hmm..that's weird...evemon-> about gives me the hang..looks like it's ok for you. |
Yes, I spent half a night trying to copy this bug, but the strange thing is that it seems to have been fixed. It seems that this is a "time limited bug". |
Bug Report
Every time you open the character editor, the program will get stuck
Expected behavior:
Actual behavior:
After using the role loaded by sso, choosing to open the role editor will cause the program to jam
Detailed steps to reproduce:
Fits involved in EFT format (Edit > To Clipboard > EFT):
Release or development git branch? Please note the release version or commit hash:
pyfa-v2.44.0-win.exe
Operating system and version (eg: Windows 10, OS X 10.9, OS X 10.11, Ubuntu 16.10):
Windows 10
Other relevant information:
The text was updated successfully, but these errors were encountered: