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

mRemoteNG not working after upgrading windows to 1809 #1533

Closed
melassri opened this issue Aug 5, 2019 · 1 comment
Closed

mRemoteNG not working after upgrading windows to 1809 #1533

melassri opened this issue Aug 5, 2019 · 1 comment
Labels
Cannot Reproduce Developers cannot reproduce the issue being reported.

Comments

@melassri
Copy link

melassri commented Aug 5, 2019

Expected Behavior

When I run mRemoteNG it give me an unhandled exception has occurred and it close.
mRemoteNG works before I upgrade windows to version 1809

Current Behavior

Exception Message
"Un élément avec la même clé a déjà été ajouté."

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

Your Environment

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

@melassri
Copy link
Author

Hello everyone,
I'm happy to find the solution for my issue,

mRemoteNG does not start because of its temptation to look for updates.

##########################################Solution:

  1. disable any connection to internet (cable, wifi or 4G ...)
  2. start mRemoteNG and it starts :)
  3. Go to Tools -> Options -> Updates
    4.a disable the check for updates,
    4.b or define the right parameters PROXYYYYYYYYYYYY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cannot Reproduce Developers cannot reproduce the issue being reported.
Projects
None yet
Development

No branches or pull requests

2 participants