September 20, 2018
https://issues.dlang.org/show_bug.cgi?id=13651

Jan Jurzitza <d.bugs@webfreak.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.bugs@webfreak.org

--- Comment #9 from Jan Jurzitza <d.bugs@webfreak.org> ---
Minimal reproducible test cast:



import core.sys.windows.windows;
import std.stdio;

void main()
{
        SetConsoleOutputCP(65001);
        stderr.writeln("あ");
}



Which causes this exception:

std.exception.ErrnoException@C:\D\dmd2\windows\bin\..\..\src\phobos\std\stdio.d(2889):
Enforcement failed (No error)
----------------
0x00402499
0x0040242E
0x00402328
0x00402263
0x00404275
0x0040410F
0x0040268F
0x760B343D in BaseThreadInitThunk
0x77039832 in RtlInitializeExceptionChain
0x77039805 in RtlInitializeExceptionChain

Normal writeln without stderr or using stdout works.

--
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=13651

--- Comment #10 from Berni44 <bugzilla@bernis-buecher.de> ---
*** Issue 14129 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13651

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 01
https://issues.dlang.org/show_bug.cgi?id=13651

--- Comment #11 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9644

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--
1 2
Next ›   Last »