Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when clicking on menu (v0.6.0.0) #528

Closed
nickcoad opened this issue Sep 25, 2019 · 17 comments
Closed

Crash when clicking on menu (v0.6.0.0) #528

nickcoad opened this issue Sep 25, 2019 · 17 comments
Labels
bug Something isn't working

Comments

@nickcoad
Copy link

nickcoad commented Sep 25, 2019

Since updating to v0.6.0.0 the application crashes whenever I try to use the hamburger menu. There is no message, it just silently shuts down.

@felixse
Copy link
Owner

felixse commented Sep 25, 2019

Can you please turn on debug logging as described here and post some logs?

@nickcoad
Copy link
Author

No worries. I cleared out everything in the logs and then ran the app fresh to ensure only relevant stuff was in there:

2019-09-25 16:09:24.338 +10:00 [FTL] Initialized
2019-09-25 16:09:24.342 +10:00 [DBG] Created ApplicationViewAdapter for ApplicationView with Id: [-657235]
2019-09-25 16:09:25.300 +10:00 [DBG] MainViewModel with ApplicationView Id: [-657235] activated.
2019-09-25 16:09:25.414 +10:00 [DBG] WebView navigation completed. Target: ["ms-appx-web://53621fsapps.fluentterminal/Client/index.html"]
2019-09-25 16:09:25.535 +10:00 [DBG] Sending CreateTerminalRequest: [{"Identifier":1,"Id":0,"Size":{"Columns":137,"Rows":36,"$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":6,"LineEndingTranslation":"DoNotModify","EnvironmentVariables":{},"UseConPty":false,"MigrationVersion":1,"Tag":null,"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":"WinPty","$type":"CreateTerminalRequest"}]
2019-09-25 16:09:25.703 +10:00 [DBG] Received CreateTerminalResponse: [{"Identifier":8,"ShellExecutableName":"powershell","Success":true,"Error":null,"$type":"CreateTerminalResponse"}]
2019-09-25 16:09:56.134 +10:00 [ERR] Unhandled Exception
System.ArgumentException: The parameter is incorrect.

The parameter is incorrect.

@mathews-joseph
Copy link

Facing the same issue

@felixse
Copy link
Owner

felixse commented Sep 26, 2019

What version of windows are you using? Did you set up Fluent Terminal to any language other then english?

@xstrex
Copy link

xstrex commented Sep 26, 2019

Windows 10 Pro (1803) here.

@TPXP
Copy link
Contributor

TPXP commented Oct 1, 2019

Same bug here, using Win10 Enterprise (Build 17134.1006). This computer is managed by my organization so I cannot upgrade to the latest Win10 release.

Fluent Terminal is set to use English (and so is Windows)

@JFSeibert
Copy link

Can confirm same behavior.
I am in Windows 10 Enterprise V1803 (OS Build 17134.1006)
debug log looks similar to nickcoad (#528 (comment))

TPXP added a commit to TPXP/chocolatey-packages that referenced this issue Oct 1, 2019
Some people might prefer to stick with v0.5.3.0 since v0.6.0.0 has
a critical bug felixse/FluentTerminal#528
TPXP added a commit to TPXP/chocolatey-packages that referenced this issue Oct 1, 2019
Some people might prefer to stick with v0.5.3.0 since v0.6.0.0 has
a critical bug felixse/FluentTerminal#528
@wolf99
Copy link

wolf99 commented Oct 1, 2019

Same here on win 10 1709
Doesn't happen for me on 1903

@felixse felixse added the bug Something isn't working label Oct 1, 2019
@sortileges
Copy link

Same issue here, Win10 1803 (Build 17134.1039)

@Ugenx
Copy link

Ugenx commented Oct 9, 2019

Same issue; Win10 1803

@colinwilson
Copy link

Upgraded to Win10 1903 (Build 18362.418) (from 1803) and the menu now works.

@NickCoad-NewsPerform
Copy link

I'm now on 1903, build 18999.1 and it works fine again. The latest release from 3 days ago, 0.6.1.0 also works well.

@wolf99
Copy link

wolf99 commented Oct 17, 2019

0.6.1.0 sadly still failing for me on 1709 😢

@ghost
Copy link

ghost commented Oct 21, 2019

Same issue here, on Win10 Enterprise 1803 and can't update because its managed by my organization.

Tested versions 0.6.0 and 0.6.1, had to downgrade to 0.5.3 to get a fully functional version.

On my personal laptop which is running Win10 1903, v0.6.0 works fine.

@dbhorst
Copy link

dbhorst commented Dec 9, 2019

Same here with Win10 1803 (managed by organization).
Had to remove the "-ForceUpdateFromAnyVersion" in the install script to install 0.6.1, but still crashes when I open the Options.

@TPXP
Copy link
Contributor

TPXP commented Dec 28, 2019

I'd like to bump this issue, I believe it is a serious regression

@felixse
Copy link
Owner

felixse commented Mar 14, 2020

created upstream issue: microsoft/microsoft-ui-xaml#2115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests