-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
An extra window running on Windows 11 #16676
Comments
Hey @Firestar-Reimu, thanks for reporting. We have noticed this before, but the window usually disappear after Spyder finishes loading. Could you try to expand it to see what it contains? |
It is an all-black screen, and if I close it, it does not influence the spyder window. Screenshot: https://imgur.com/a/koKdn1K |
Updated today, not fixed, and |
I meet the same problem. |
Same problem on Windows 10, Python 3.8. |
I solved the problem by resetting the win11 user's filename in English. |
I'm not totally sure to follow what is needed to do here @ccordoba12 Also, @williamdwl to fix this did you reset your Windows user profile/user folder name to an English variant? |
I have a english username My windows was Chinese but I change the locale to UTF-8 which my |
Thanks for the new info @Firestar-Reimu ! Changing the locale for you helped with the strange behavior of extra windows and the |
The thing is while Spyder starts up on Windows, it shows some extra, tiny windows around. On Windows 10 they are hidden after Spyder finishes loading, but it seems they remain up on Windows 11. |
I recently upgraded Spyder from 4 to version 5 on Ubuntu 20.04 and I am also getting "link image0 hasn't been detected!" on startup. Also, many icons seem to be missing and red X is displayed instead. I installed using conda. Full message on startup:
|
No, I have always been in this config (english username, locale=UTF-8), and I always got this message: PS: I am using pycharm now, waiting for spyder to update. |
Same problem... |
I also get the "link image0 hasn't been detected!" message in the miniconda command prompt when launching Spyder 5.1.5 (Python 3.9.7 64-bit | Qt 5.9.7 | PyQt5 5.9.2 | Windows 10). As far as I can tell, application functionality is not impacted but I'm a new user so I can't say for certain. I do not see any mysterious windows opening during startup. |
After checking this for sometime: Seems like the plugins generating the extra windows are: Maybe the extra windows are related with the management of the plugins Container class/ConfigPage/Status bar class or not being migrated (in the case of the Editor) Regarding the
Doing a similar setup but using the conda-forge channel doesn't show the
However with this env I'm getting the |
What is that? |
@Firestar-Reimu is a dialog informing that a dependecy ( |
Ok, then I think I know what's the problem: those plugins create status bar widgets, but they are only added to the interface once the Status bar plugin is initialized. So perhaps we should leave the creation of those widgets only when the Status bar is initialized? |
I use Spyder 5.1.5 via conda on Windows 11, when I start spyder by windows terminal, it says:
and run an extra window:
The text was updated successfully, but these errors were encountered: