MeshCentralRouter icon indicating copy to clipboard operation
MeshCentralRouter copied to clipboard

Mesh Central Router - RDP option not working

Open mcallisaya79 opened this issue 2 years ago • 3 comments

Describe the bug MeshCentralRouter is unable to open the RDP option since last update (using the latest MCRouter version) image

To Reproduce

  1. Opening the app
  2. 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)

mcallisaya79 avatar Oct 12 '23 15:10 mcallisaya79

seems that our server was updated last night to the latest version and it´s generating the issue (1.1.13).

mcallisaya79 avatar Oct 12 '23 16:10 mcallisaya79

Can confirm this with last version 1.1.15

risturiz avatar Nov 08 '23 19:11 risturiz

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.

image

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)

mcallisaya79 avatar Nov 08 '23 19:11 mcallisaya79

please try the latest version which includes fixes from the master branch which has been merged MeshCentralRouter.zip

si458 avatar Jun 27 '24 15:06 si458