https://bugs.winehq.org/show_bug.cgi?id=49872
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Same resolution as bug 49871.
Logging the first N minutes doesn't make sense, as fatal errors occurring after that fixed amount of time won't be logged.
Logging the last N minutes is impossible, as Wine has no way to know that the execution will end in N minutes.
Wine send its output to stderr and has no control over what is done with the data beyond that. Wine can't go back and unsend old output from stderr.
You may achieve what you want by redirecting output to external tools.
Regards.