felixse / felixse/FluentTerminal

Crash while launching ssh shell from jump list

Open
#1,004 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
9.6k
Forks
448
PR merge metrics
No merged PRs in 30d

Description

Version: 0.7.7.0

Steps to reproduce

- launch cmd shell
- right click on taskbar to bring up jump list
- click on shortcut to launch ssh shell
- all windows close

Usually there is no message seen in the logs but I did get lucky once and saw this in the logs
```
[ERR] Unobserved Task Exception
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object.
at FluentTerminal.App.ViewModels.MainViewModel.CreateMenuViewModel() + 0xb1
at System.Action.Invoke() + 0x25
at FluentTerminal.App.Utilities.DispatcherExtensions.<>c__DisplayClass0_0.b__0() + 0x10
at Windows.Foundation.DeferralCompletedHandler.Invoke() + 0x25
at FluentTerminal.App!+0x14b27bc

--- End of inner exception stack trace ---
---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
at FluentTerminal.App.ViewModels.MainViewModel.CreateMenuViewModel() + 0xb1
at System.Action.Invoke() + 0x25
at FluentTerminal.App.Utilities.DispatcherExtensions.<>c__DisplayClass0_0.b__0() + 0x10
at Windows.Foundation.DeferralCompletedHandler.Invoke() + 0x25
at FluentTerminal.App!+0x14b27bc
<---

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.