https://bugs.winehq.org/show_bug.cgi?id=49852
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #5 from Piotr Caban piotr.caban@gmail.com --- I've sent a patch that fixes console detection code in _write. It uses VerifyConsoleIoHandle function that is slow. It speeds up the execution when output is redirected to /dev/null and slows down when output goes to console. In order to improve execution time VerifyConsoleIoHandle will need to be improved.
Old code was faster but incorrect. I'm not sure if we should consider it as regression taking into account we're on par with native speed.
Another workaround you can use: wine64 ihateeh-x86_64.exe |cat &>/dev/null