mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[Problem] Log Formatting and Progress Processing doesn't work properly on captured DIC output. #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nightson on GitHub (May 23, 2021).
Originally assigned to: @mnadareski on GitHub.
MPF Version 2.0-7a2061a3
Step to reproduce the problem: Disable Show Separate Window, enable Log Formatting and Progress Processing. Dump anything with DIC.
Expected result:
Actual result:
Some lines towards the end are clearly messed up.
@mnadareski commented on GitHub (May 27, 2021):
This is an unfortunate side-effect of how console outputs are captured in .NET. I'm not sure I can do much about that, but I will keep this in mind when revisiting the processing code at a later date.
@mnadareski commented on GitHub (Oct 11, 2023):
This feature has been removed and therefore this is no longer relevant.