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

Crashing when highlighting text in SSH session. #187

Closed Nicabus closed 6 years ago

Nicabus commented 6 years ago

Issue: When in an SSH session, highlighting/copying text via mouse causes the program to crash as soon as the mouse button is released.

Version: 4.0.1.16210 CommandLine: "C:\Program Files (x86)\Terminals\Terminals.exe" CurrentDirectory: C:\Program Files (x86)\Terminals OSVersion: Microsoft Windows NT 6.2.9200.0 ProcessorCount: 8 UserInteractive: True Framework Version: 4.0.30319.42000 WorkingSet: 83546112 Is 64bit OS: True Is 64bit Proces: True

Steps to reproduce:

  1. Open SSH to linux system.
  2. sudo crontab -l
  3. Highlight text via mouse
  4. crash - "Terminals has encountered a problem and needs to close..."

CurrentLog.txt CurrentLog-asAdmin.txt

Logs attached are with program run normally and as admin.

Nicabus commented 6 years ago

Update: Crash only occurs when highlighting to the edge of the screen.

Can highlight multiple short lines at the same time as long as none hit the edge of screen.

Attached are two screenshots one in which the program crashes when the highlight area hits the edge of the screen, the other one character back from the edge. highlightcrash highlight

jirkapok commented 6 years ago

Closing, because of putty integration completely replaces current implementation, see #46.