mRemoteNGDocumentation/known_issues.rst
############ Known Issues ############
mRemoteNG bundles puttyNG, a customized fork to improve the interoperability between Putty and mRemoteNG. As this bundling process happens with the building process, puttyNG can not be updated in the installer.
.. note::
Due to the current development progress at the moment there is no stable release bundling the latest puttyNG version.
PuttyNG can be updated manually with the following steps:
1. Retrieve the newest PuttyNG version from `github.com/mRemoteNG/PuTTYNG/releases <https://github.com/mRemoteNG/PuTTYNG/releases>`_
2. Replace the local PuTTYNG.exe in the mRemoteNG installation directory
mRemoteNG bundles puttyNG, a customized fork to improve the interoperability between Putty and mRemoteNG. Older Putty versions might cause connection issues, especially for Ubuntu 22 or other servers that expect PubkeyAcceptedAlgorithms. To fix this issue, either a mRemoteNG update to 1.77.2 or newer is required or the PuTTYNG.exe has to be replaced manually as follows:
1. Retrieve the newest PuttyNG version from `github.com/mRemoteNG/PuTTYNG/releases <https://github.com/mRemoteNG/PuTTYNG/releases>`_
2. Replace the local PuTTYNG.exe in the mRemoteNG installation directory
mRemoteNG uses the Microsoft Terminal Services Client (MSTSC) libraries in order to make Remote Desktop connections.
.. note::
mRemoteNG has no control over the functionality changes implemented by Microsoft.
Please refer to Microsoft's Documentation <https://support.microsoft.com/en-us/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018>_ for full details regarding this problem.
Patched clients attempting to connect to Unpatched servers will fail with the following error:
.. figure:: /images/credssp-error.png
The same error will occur with MSTSC directly on a patched client attempting to connect to an unpatched server.
Per the MS documentation, the only way around this is to do the following:
.. figure:: /images/oracle_remediation_setting.png
KB4103727 <https://support.microsoft.com/en-us/help/4103727/windows-10-update-kb4103727>_ (not recommended)Log4Net is an external library on which mRepoteNG application relies on. While the nightly builds are using the latest version of log4net that do not have the CVE-2018-1285 <https://nvd.nist.gov/vuln/detail/CVE-2018-1285>_ vulnerability, older releases require manual patching.
Download latest version of log4net from apache.org <http://archive.apache.org/dist/logging/log4net/binaries/>_ - currently is v2.0.15
Copy log4net.dll from net40 folder into mRemoteNG install folder (default C:\Program Files (x86)\mRemoteNG\ )
Edit mRemoteNG.exe.config and add the following section under the assembly binding for WeifenLuo.WinFormsUI.Docking
::
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral"/> <bindingRedirect oldVersion="2.0.8.0-2.0.15.0" newVersion="2.0.15.0"/> </dependentAssembly> </assemblyBinding>.. highlights::
Make sure the newer log4net version in the bindingRedirect section of mRemoteNG.exe.config file matches the version of the log4net.dll copied over at step #2. Please refer to Microsoft documentation <https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/bindingredirect-element>_ for more details related to assembly binding in .NET applications.
The issue here is likely the amount of resources available to the RDP component to open the connection. This was alleviated in MR-714 <https://mremoteng.atlassian.net/browse/MR-714>_ and MR-864 <https://mremoteng.atlassian.net/browse/MR-864>_
Other things you can do to help reduce the issue:
This issue is often caused by trying to retrieve session information.
Try doing the following:
mRemoteNG is not compatible with ATI Tray Tools. We are aware of the issue and hope to have it fixed in a future version. We recommend that you disable or uninstall ATI Tray Tools while using mRemoteNG.
You may also see a message like "System.Runtime.InteropServices.COMException (0x80040154)"
If you are running mRemoteNG on Windows 7 or Server 2008:
KB2574819 <https://support.microsoft.com/en-us/kb/2574819>_ is either missing or has been installed after KB2592687 <https://support.microsoft.com/en-us/kb/2592687>_. They must be installed in the correct order. If you do not have KB2574819, follow these instructions:
KB2592687 <https://support.microsoft.com/en-us/kb/2592687>_KB2574819 <https://support.microsoft.com/en-us/kb/2574819>_KB2592687 <https://support.microsoft.com/en-us/kb/2592687>_If you are running mRemoteNG on Windows 8/10 or Server 2012+:
RFB version 4.0 and higher is a proprietary version owned by RealVNC Limited <https://www.realvnc.com/>_. Building support for newer versions will likely result in licensing fees. Therefore, it is unlikely that mRemoteNG will have support for version 4.0+ anytime soon.
Unfortunately, the only way around this limitation is to use an open source
implementation of VNC server such as TightVNC <http://tightvnc.com/>_
or UltraVNC <http://www.uvnc.com/>_
It may seem like some elements are not clickable along the top and left sides of your RDP connection window. More information can be found in issue #210
This is likely due to non-standard (>100%) DPI scaling on your local machine.
To turn this off:
On Windows 7 / 8
On Windows 10
Initial login to SSH (or WinSCP) fails when the password contains extended ASCII characters (such as: €šœ£ÁØë). Typing the password into the SSH session directly works.
Investigation suggests that there is an issue in character encoding
when mRemoteNG passes the value to the cmd line, which then invokes PuTTY.
This was investigated in issue #186 <https://github.com/mRemoteNG/mRemoteNG/issues/186>_
The only resolution for this issue is to not use extended ASCII characters in passwords that will be sent to PuTTY or similar tools.
Your RDP connection reconnects after resizing mRemoteNG or the connection panel.
This will occur anytime the connection window changes size and the following connection options are set:
To prevent reconnecting, you can do one of several things:
There is no way to update the view window size without a reconnect in RDP Version lower than Rdc9. This is an RDP protocol limitation.
When connected to an RDP session AltGr, keyboard combinations sometimes stop working.
This is a known issue with The Microsoft RDP library that cannot be solved by mRemoteNG. There are three known work arounds for this issue:
Ctrl + :kbd:Alt instead of :kbd:AltGr.