https://issues.dlang.org/show_bug.cgi?id=23312
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Walter Bright <[email protected]> --- The code that is crashing is calling _setmode() but not checking the error return from it. https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setmode?view=msvc-170 --
