https://bugs.winehq.org/show_bug.cgi?id=49780
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Ever confirmed|0 |1 URL| |https://bugs.winehq.org/att | |achment.cgi?id=68092 Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi, thanks for the very detailed bugreport; confirming + add some info
I don`t know how to fix this bug properly, but just wanted to mention that Powershell Core 7.* seems to suffer from same bug: garbage on wineconsole (https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShell...)
I verfied that adding a hack in SetConsoleMode makes the appearance in wineconsole look fine for this app ( hack added something along the lines: if (mode & 0x4 !=0) return FALSE)
I guess this should be fixed somewhere in server code, hopefully someone more familiar with this could take this up