You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting up the mRemoteNG application, the application should not fail to load if an update check fails to reach the update server.
The update check, should it fail to reach the server, should handle the failure gracefully and open the application anyway.
Current Behavior
It fails to open when the update server is not reachable. This is a regression of issue #1959, which was fixed in PR #1960.
Possible Solution
It looks like the regression happened in a subsequent refactor of the area of the fix submitted in #1960.
Steps to Reproduce (for bugs)
Attempt to open mRemoteNG on a network where the server or firewall is blocked.
See failure to open.
Context
It has been several months since I noticed a regression in an update. Not sure when the regression actually happened, but seeing the fix in #1960, and when it that code was wiped out, should be informative.
Your Environment
Version used: 1.76.20.24615
Operating System and version (e.g. Windows 10 1709 x64): Windows 11 23H2 x64
The text was updated successfully, but these errors were encountered:
You reported the issue for the same version twice. I wouldn't call it a regression if you compare it to the the identical build which already had the flaw in it.
As far as I'm aware the code is now integrated into 1.77. Anyhow the updater needs work for sure, and a lot of information related to that can be found in issue #2541
Hmm, I'm confused. I really don't know how I'm on that version again. I submitted a fix for this issue in #1960, and I could swear at some point I saw that the issue was no longer happening on a subsequent version. Maybe I uninstalled/reinstalled at some point and got the "latest" release, and didn't get the version with the fix because everything after 1.76.20 is pre-release. I'll try one of the later versions. Sorry to waste your time.
Expected Behavior
When starting up the mRemoteNG application, the application should not fail to load if an update check fails to reach the update server.
The update check, should it fail to reach the server, should handle the failure gracefully and open the application anyway.
Current Behavior
It fails to open when the update server is not reachable. This is a regression of issue #1959, which was fixed in PR #1960.
Possible Solution
It looks like the regression happened in a subsequent refactor of the area of the fix submitted in #1960.
Steps to Reproduce (for bugs)
Context
It has been several months since I noticed a regression in an update. Not sure when the regression actually happened, but seeing the fix in #1960, and when it that code was wiped out, should be informative.
Your Environment
The text was updated successfully, but these errors were encountered: