question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Application crashes while resizing on Windows 10 Version 22H2

See original GitHub issue

Describe 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 guics gui2

Desktop:

  • OS: Windows 10
  • TerminalGui version: 1.12.1

Issue Analytics

  • State:open
  • Created 3 months ago
  • Reactions:1
  • Comments:15

github_iconTop GitHub Comments

1reaction
tznindcommented, Jul 10, 2023

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:

This problem has to be subjected to https://github.com/microsoft/dotnet but I haven’t had a chance yet. I would like someone to be available to submit it, please.

— Reply to this email directly, view it on GitHub https://github.com/gui-cs/Terminal.Gui/issues/2714#issuecomment-1628852945, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHO3C5BJK6X3M4TJI6ZG7GLXPPX3FANCNFSM6AAAAAAZFRDFQA . You are receiving this because you were mentioned.Message ID: @.***>

1reaction
kacperpikaczcommented, Jul 3, 2023

@BDisp yes, im using 22H2.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found