Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsend a friendly bug report to wine related to FillConsoleOutputAttribute returning InvalidHandle #5244
Comments
|
Happens for |
I observed this returning an error. Fall back to not doing terminal stuff if an error occurs here. See #5244
|
If the code works under Windows the problem is in Wine implementation of the terminal API |
|
The code works on windows in cmd.exe, ConEmu and the git bash console for both targets, not sure why wine fails. |
I observed this returning an error. Fall back to not doing terminal stuff if an error occurs here. See ziglang#5244
I observed this returning an error. Fall back to not doing terminal stuff if an error occurs here. See ziglang#5244
The code in question is:
It's hitting the
unreachablethere.GetLastError()is returning "invalid handle".cc @LemonBoy
cc @alexnask