Skip to content
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

unhandled exception on launching #1937

Open
LeeOliver24 opened this issue Feb 23, 2021 · 5 comments
Open

unhandled exception on launching #1937

LeeOliver24 opened this issue Feb 23, 2021 · 5 comments
Labels
1.77.2 Version 1.77.2 Bug Something isn't working as expected Need 2 check

Comments

@LeeOliver24
Copy link

Attempting to open mRemoteNG:-

An item with the same key has already been added.

at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value)
at mRemoteNG.App.Update.UpdateFile.FromString(String content) in C:\jenkins\workspace\Publish\Build mRemoteNG for Release\mRemoteV1\App\Update\UpdateFile.cs:line 57
at mRemoteNG.App.Update.UpdateFile..ctor(String content) in C:\jenkins\workspace\Publish\Build mRemoteNG for Release\mRemoteV1\App\Update\UpdateFile.cs:line 22
at mRemoteNG.App.Update.UpdateInfo.FromString(String input) in C:\jenkins\workspace\Publish\Build mRemoteNG for Release\mRemoteV1\App\Update\UpdateInfo.cs:line 32
at mRemoteNG.App.Update.AppUpdater.GetUpdateInfo() in C:\jenkins\workspace\Publish\Build mRemoteNG for Release\mRemoteV1\App\Update\AppUpdater.cs:line 247
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

OS: Microsoft Windows NT 10.0.17763.0
mRemoteNG Version: 1.77.0.41252
Edition: MSI
Cmd line args:

@Kvarkas Kvarkas added 1.77.2 Version 1.77.2 Bug Something isn't working as expected Need 2 check labels Jun 27, 2021
@AlexMhr
Copy link

AlexMhr commented Dec 30, 2023

Happened to me today as well, something failing with the update check (possible bad/no response from update site?).
In case it helps anyone, you can work around it by opening mRemoteNG.settings and disabling it:
<setting name="CheckForUpdatesOnStartup">False</setting>

@crayfishuk
Copy link

Yep - I get the same thing today too. I'm guessing a) something's offline, and/or b) the handling of this isn't as eloquent as it could be...

@PecceG2
Copy link

PecceG2 commented Dec 30, 2023

It seems to be an issue related to the website currently under maintenance, checking I see traffic going to the mremoteng.org dns and then milliseconds after starting to receive response data the program crashes.

image

Probably, as @crayfishuk indicates, there is not good exception handling in case the site is down.

Disable automatic updates temporarily fixes this issue.

@simonai1254
Copy link
Contributor

simonai1254 commented Dec 30, 2023

Linking this to #2541...

@Kvarkas
Copy link
Member

Kvarkas commented Dec 30, 2023

Yep - I get the same thing today too. I'm guessing a) something's offline, and/or b) the handling of this isn't as eloquent as it could be...

We need to move domain to new hoster, its takes up to 24h, selected festive time for minimize impact, but wasn't expected it will hit what way :) sorry for such, at morning I believe it will be normalized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.77.2 Version 1.77.2 Bug Something isn't working as expected Need 2 check
Projects
None yet
Development

No branches or pull requests

6 participants