felixse / felixse/FluentTerminal
Settings causes hard crash
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
Application crashes any time I try to open the settings. I have been having this issue for about a year now but have been able to work around it until now.
I've tested all releases from `0.7.0.0` to `0.7.5.0` and get the exact same results. Was unable to test versions earlier than `0.7.0.0` due to them not having signed certificates. This leads me to believe it may be an issue with my Windows install but since other users had the same issues in older versions I figured maybe there is a connection.
Below is the windows Event Viewer Application log:
```
Faulting application name: FluentTerminal.App.exe, version: 1.0.0.0, time stamp: 0x600712e6
Faulting module name: KERNELBASE.dll, version: 10.0.19041.1151, time stamp: 0x891df6d3
Exception code: 0x00001007
Fault offset: 0x000000000010bd3e
Faulting process id: 0x40f8
Faulting application start time: 0x01d7ab0050d54a28
Faulting application path: C:\Program Files\WindowsApps\53621FSApps.FluentTerminal_0.7.5.0_x64__zzw7cgfsy6dd6\FluentTerminal.App.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 791c37cd-18ed-452e-9197-0be02c70c939
Faulting package full name: 53621FSApps.FluentTerminal_0.7.5.0_x64__zzw7cgfsy6dd6
Faulting package-relative application ID: App
```
Below is the `fluentterminal.app20210916.log` log after setting the log level to debug:
```
2021-09-16 09:57:36.599 -04:00 [FTL] Initialized
2021-09-16 09:57:36.603 -04:00 [DBG] Created ApplicationViewAdapter for ApplicationView with Id: [-1312053]
2021-09-16 09:57:37.166 -04:00 [DBG] MainViewModel with ApplicationView Id: [-1312053] activated.
2021-09-16 09:57:37.263 -04:00 [DBG] WebView navigation completed. Target: ["ms-appx-web://53621fsapps.fluentterminal/Client/index.html"]
2021-09-16 09:57:37.333 -04:00 [DBG] Sending CreateTerminalRequest: [{"Identifier":1,"Id":0,"Size":{"Columns":165,"Rows":54,"$type":"TerminalSize"},"Profile":{"Id":"813f2298-210a-481a-bdbf-c17bc637a3e2","PreInstalled":true,"Name":"Powershell","Arguments":"","Location":"C:\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe","WorkingDirectory":"","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"}]
2021-09-16 09:57:37.429 -04:00 [DBG] Received CreateTerminalResponse: [{"Identifier":8,"Name":"Powershell","Success":true,"Error":null,"$type":"CreateTerminalResponse"}]
2021-09-16 09:57:45.022 -04:00 [DBG] Created ApplicationViewAdapter for ApplicationView with Id: [-133429]
```
The systemtray log file produced no output.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.