On Mon Jul 10 15:59:56 2023 +0000, Jakub Staroń wrote:
It is indeed Wine-specific, but on Windows it isn't as much of a problem because AllocConsole gives you the same cmd you would use normally, while wineconsole is inferior to a normal terminal. Also is there any reason to explicitly block console output on GUI apps? If I understand it correctly on Windows it's done because otherwise a new console window is created, wine doesn't do that though?
all these four configurations should behave the same way regarding log output: 1) app on wine being run from a unix shell 2) app on wine being from with wineconsole 3) app on wine being run from a cmd window 4) app on windows being run from a cmd window
if you see a discrepancy in output between 2 of these four items, please report (or even better file a bug report)