Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.25k stars 235 forks source link

Crash with VNC Connections #169

Open Steppo87 opened 6 years ago

Steppo87 commented 6 years ago

Hi, I have noticed that Terminals crashes everytime I am connected to a terminal using VNC protocol and I click on the Terminals page but outside VNC area (the black background).

These are my system specs

Version: 4.0.1.16210 CommandLine: "C:\Program Files (x86)\Terminals\Terminals.exe" CurrentDirectory: C:\Program Files (x86)\Terminals MachineName: *** OSVersion: Microsoft Windows NT 6.1.7601 Service Pack 1 ProcessorCount: 4 UserInteractive: True Framework Version: 4.0.30319.42000 WorkingSet: 69267456 Is 64bit OS: True Is 64bit Proces: True

This is the error log

FATAL 2018-03-26 09:37:52,791 109084ms Terminals howApplicationExit - System.Exception: Generata eccezione di tipo 'System.Exception'. in VncSharp.RemoteDesktop.UpdateRemotePointer() in VncSharp.RemoteDesktop.OnMouseUp(MouseEventArgs mea) in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) in System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) FATAL 2018-03-26 09:37:52,793 109086ms Terminals howApplicationExit - Application has to be terminated.

tgice commented 5 years ago

I have the exact same problem, it virtually always happens if I click outside the VNC window itself, but inside the Terminals window.

Also, if I close the Terminals window (at least with an open VNC session in the foreground), there's also a crash situation, though it's even worse, and takes longer to clear (I think I eventually have to force the process closed to get things going again).

No-Lasercannons commented 5 years ago

HI, I've noticed that whenever I have a section of text highlighted in a GUI based text editor (e.g. gedit, in CentOS 7), through a VNC session from my windows workstation using Terminals, then terminals crashes.

Performing the same actions with tightVNC works fine, as does copy-pasting from the remote linux system to/from the windows workstation. There seems to be quite a few copy-paste related issues with the VNC implementation in terminals. Thanks.