-
Notifications
You must be signed in to change notification settings - Fork 69
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
Stability improvements for 5.23 #383
Comments
Error 3 status updateUnable to reproduce error 3. "Fixed" by ignoring the error. |
Error 1 status updateThis error, while still rare, can occur when using multiple monitors. It is more likely to happen when switching or disconnecting monitors while numerous windows are open, particularly if they have SET-TOP enabled. I have updated the code, and this issue should now be resolved. |
Error 2 status updateThis error is somewhat similar to Error 1, as it also relates to monitors. However, I was unable to reproduce it. It may be resolved now, and I hope it won't be reported again. |
Error #372I tried to reproduce the issue on a Swedish VM without success. It worked as expected: on the first run, the app detected the OS language and displayed in Swedish. Additionally, when switching the language from English to Swedish, the change takes effect immediately without the need to restart WindowTop |
Fixed Issue #376I’ve released a new version, 5.23.4, which includes the latest fixes. It is currently marked as a pre-release; once it proves stable, it will be designated as a regular release. Download: Full Release Notes:
Please let me know how it works for you! |
Error 5 Status UpdateI attempted to reproduce the issue but was unable to do so. After reviewing the logs, I found that the error is related to a failure in accessing the The app is trying to access the file at the following path: This is unexpected because the app is supposed to be installed in the standard path: The folder where most applications (except Microsoft Store apps) are installed is named "Program Files", not "program Files" with lowercase letters. Possible CausesAfter considering the situation, I identified three likely explanations for this issue: 1. Anti-virus/Malware InterferenceThe app might be running in a sandboxed environment due to interference from anti-virus or anti-malware software. 2. Manual Folder RenamingIt’s possible that the 3. Unconventional Installation MethodThe installer we provide does not allow users to select a different installation path. However, if the app was installed using an unofficial or third-party installer, it might have resulted in an incorrect installation location, such as Next StepsI asked the user to verify that none of these scenarios apply to their setup. |
Over the past few months, I have intermittently received various reports of fatal errors from the global exception handler window.
I have identified six types of fatal errors. I will begin addressing them in order of frequency, starting with the most common and working down to the least common.
I will update this ticket with comments on the status of each error fix.
Error 3 (10 users reported) [Fixed 6-Oct-2024]
Error 1 (5 users reported) [Fixed 13-Oct-2024]
Error 2 (2 users reported) [Can't reproduce. May be fixed, 13-Oct-2024]
Error #376 (one user reported) [Fixed, 13-Oct-2024]
Error #372 (one user reported) [Can't reproduce. 13-Oct-2024]
Error 4 (one user reported) [Fixed, 16-Oct-2024]
Error 5 (one user reported) [Update 20-Oct-2024 - probably caused by invalid setup - https://github.com//issues/383#issuecomment-2424866737 ]
Error 6 (one user reported)
The text was updated successfully, but these errors were encountered: