AntonioDePau / GHDS_ModdingTool

Modding tool for GH and BH on NDS
6 stars 0 forks source link

CMD Output mangled #19

Closed Tannister closed 1 month ago

Tannister commented 11 months ago

image

The output that get written to the cmd mangles itself with each replacement file.

From what i can see while running the tool, it seems to always write on line2 of the CMD box, regardless of what is already there.

AntonioDePau commented 11 months ago

This is caused by the fix for the OoR exception: https://github.com/AntonioDePau/GHDS_ModdingTool/commit/28a341fdd6045bd68531a54941623b9a955d1b85

But it's fine on my side. There's a general issue on your machine (Windows 11 might be the cause) regarding console ouput. I'll need to investigate the difference between Windows 10 and 11 when it comes to this.

AntonioDePau commented 11 months ago

Hey, so this is indeed an issue with Windows 11. It appears to be caused by the Windows Terminal (default command/console app on Windows 11) to behave incorrectly with console methods.

Can you try to change your default console app from Windows Terminal to anything else (Windows Console Host, or Powershell)? Here's a guide: https://winaero.com/windows-11-change-console-to-windows-terminal-or-command-prompt/