GitHubThor

Results 7 comments of GitHubThor

> If there are other "escape codes" problems beyond what you described in the other post, that was cleared up becaues you were not calling `Shutdown`, please let me know....

> From this image, there is nothing wrong with the Glyphs. This is due to something else. Not sure what. Agreed, I tried next remapping and did not fix or...

BTW, just tested, TerminalGuiDesigner.exe using 2.0.0-develop.4400 has the same issue inside and outside the VS IDE. Detected too when used with conhost terminal and v2win: So seems like the broken...

> Please can you run the latest TGD and upload the generated logs. This will show trace logging from conhost and we might be able to see why it releases...

> Ok I can reproduce, you have to tick this to cause the breakage: It crashes on my side without the legacy console enabled: ![Image](https://github.com/user-attachments/assets/13c92f02-979d-4cef-8a72-b4755a107c99)

> PS C:\Windows\System32> (Get-Item "C:\Windows\System32\conhost.exe").VersionInfo.FileVersion I get an error but the version shows: ![Image](https://github.com/user-attachments/assets/b6a6c7d7-82b8-4980-941b-35b41a6ceff3) Also here there are the cmd.exe details: ![Image](https://github.com/user-attachments/assets/1274e08f-54b4-4e35-862b-7c52874552eb)

> [@GitHubThor](https://github.com/GitHubThor) you only need to write in a pwsh this command and not the whole line `PS C:\Windows\System32>` is the prompt: Done: PS C:\> (Get-Item "C:\Windows\System32\conhost.exe").VersionInfo.FileVersion 10.0.26100.1 (WinBuild.160101.0800) I...