felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.15k stars 443 forks source link

App crash when open ssh connection by shortcut #999

Closed qiwip closed 2 years ago

qiwip commented 2 years ago

I can open SSH from the command line, but the program will exit when by shortcut In the log file, there is only one "Received keyboard command"

2022-03-10 11:38:08.217 +08:00 [DBG] Received CreateTerminalResponse: [{"Identifier":8,"Name":"Powershell","Success":true,"Error":null,"$type":"CreateTerminalResponse"}] 2022-03-10 11:38:10.762 +08:00 [DBG] Received keyboard command: '["cd02ffaa-f37a-4d8c-ae6f-45470fd6ec2b"]' 2022-03-10 11:38:16.516 +08:00 [FTL] Initialized 2022-03-10 11:38:16.517 +08:00 [DBG] Created ApplicationViewAdapter for ApplicationView with Id: [-1707255] 2022-03-10 11:38:16.947 +08:00 [DBG] MainViewModel with ApplicationView Id: [-1707255] activated. 2022-03-10 11:38:17.029 +08:00 [DBG] WebView navigation completed. Target: ["ms-appx-web://53621fsapps.fluentterminal/Client/index.html"] 2022-03-10 11:38:17.091 +08:00 [DBG] Sending CreateTerminalRequest: [{"Identifier":1,"Id":0,"Size":{"Columns":140,"Rows":34,"$type":"TerminalSize"},"Profile":{"Id":"813f2298-210a-481a-bdbf-c17bc637a3e2","PreInstalled":true,"Name":"Powershell","Arguments":"","Location":"C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe","WorkingDirectory":"D:\","TabThemeId":0,"EnvironmentVariables":{"TERM":"xterm-256color"},"UseConPty":true,"UseBuffer":false,"MigrationVersion":1,"Tag":{"$type":"DelayedHistorySaver"},"TerminalThemeId":"00000000-0000-0000-0000-000000000000","KeyBindings":[{"Command":"813f2298-210a-481a-bdbf-c17bc637a3e2","Key":49,"Ctrl":true,"Alt":true,"Shift":false,"Meta":false,"$type":"KeyBinding"}],"$type":"ShellProfile"},"SessionType":"ConPty","$type":"CreateTerminalRequest"}] 2022-03-10 11:38:17.856 +08:00 [DBG] Received CreateTerminalResponse: [{"Identifier":8,"Name":"Powershell","Success":true,"Error":null,"$type":"CreateTerminalResponse"}]

image

image

1

Fluent Terminal Version : 0.7.6.0 Windows 10 Version : 21H2 Build 19044

agsmf commented 2 years ago

I can confirm this problem. I used context menu shortcuts for a long time and it worked like a charm.

Fluent Terminal Version : 0.7.6.0 Windows 11 Pro: 21H2 Build 22000.556