Application crashes while resizing on Windows 10 Version 22H2
See original GitHub issueDescribe the bug When resizing the terminal by grabbing a corner or double-clicking on the title bar, the application throws an error. The problem disappears after removing the button.
To Reproduce
using Terminal.Gui;
namespace Test
{
public class Program
{
static void Main()
{
Application.Init();
var container = new View() { X = Pos.Center(), Y = Pos.Center(), Width = 8, Height = 8, ColorScheme = Colors.Error };
var button = new Button("Test") { X = Pos.Center(), Y = Pos.Center() };
container.Add(button);
Application.Top.Add(container);
Application.Run();
return;
}
}
}
Screenshots
Desktop:
- OS: Windows 10
- TerminalGui version: 1.12.1
Issue Analytics
- State:
- Created 3 months ago
- Reactions:1
- Comments:15
Top Results From Across the Web
[Solved] Windows 10 (22H2) installation problem. Crashing ...
I've created usb to perform installation and after running installation im constantly getting BSOD with information PAGE_FAULT_IN_NONPAGED_AREA.
Read more >App crashes when resizing the window · Issue #1582
Today I have encountered an app crash while resizing the FanControl window: App starts in background on windows startup without problems.
Read more >Windows 11 freezes after resizing a window, re-drawing ...
1 Answer 1 ... Problem didn't seem to appear again after updating to Windows 22H2 b22621.963, Nvidia GTX 1660 driver v528.02, and also...
Read more >ThinApp applications crash on launch in Windows 10 22H2 ...
The crash is caused by a change introduced in Microsoft Patch KB5026361 to the behaviour of the Windows Thread Storage Directory. Resolution.
Read more >Windows Updates crashes at 94% - Windows 10 22H2
For months now my PC will crash and restart when this particular update reaches 94% downloaded. This hasn't really impacted my PC usage...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we need a minimum repro before they will take it seriously. So a new console app with just the code needed to cause the ‘pipe not there’ error
On Mon, 10 Jul 2023, 13:23 BDisp, @.***> wrote:
@BDisp yes, im using 22H2.