Mesh Central Router - RDP option not working
Describe the bug
MeshCentralRouter is unable to open the RDP option since last update (using the latest MCRouter version)
To Reproduce
- Opening the app
- login and trying to run the RDP option from any computer
- Expected behavior** It should Open the Remote desktop app (on Windows) No response / no action
Additional context Any Windows workstations is able to use the MeshCentrar RDP option Tested running it as Administrator
I also run the debug and got next results: ExceptionSink: System.NullReferenceException: Object reference not set to an instance of an object. at MeshCentralRouter.MainForm.QuickMap(Int32 protocol, Int32 port, Int32 appId, NodeClass node) at MeshCentralRouter.MainForm.rdpToolStripMenuItem_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
seems that our server was updated last night to the latest version and it´s generating the issue (1.1.13).
Can confirm this with last version 1.1.15
Can confirm this with last version 1.1.15 Yes, this keeps happening on the latest version, also downloaded the latest MCRDP version (1.8.8680), please find the debug information below (raised from the latest attempt). Basically nothing opens when the RDP option is performed.
ExceptionSink: System.NullReferenceException: Object reference not set to an instance of an object. at MeshCentralRouter.MainForm.QuickMap(Int32 protocol, Int32 port, Int32 appId, NodeClass node) at MeshCentralRouter.MainForm.rdpToolStripMenuItem_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
please try the latest version which includes fixes from the master branch which has been merged MeshCentralRouter.zip