-
Notifications
You must be signed in to change notification settings - Fork 220
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
Dragging/maximizing the console wallet on windows causes it to crash #6729
Comments
Performing a high level investigation showed that different results are obtained when using Windows Console Host or Windows Termimal as the default terminal application, or wether Windows 10 or Windows 11 are used. tldr; For the current Console Wallet application, running on Windows 10 and using Windows Console Host is a bad combination.
|
Error details with Windows 10
|
This test PR contains test code and some results: hansieodendaal#17 tldr; The backend crossterm process dies with maximize -> reset. This also holds for the latest release crossterm = { version = "0.28.1" } |
To reproduce:
Open console wallet on windows.
Maximize it, then drag it to a new location.
Expected: maximizing and dragging works.
Actual: console wallet closes, I assume a panic.
NOTE: seems to happen on the second or third resize that happens
The text was updated successfully, but these errors were encountered: