CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
978 stars 144 forks source link

Saved log files cannot be opened when "Auto Newline" is disabled. #352

Open Ishmaeel opened 5 years ago

Ishmaeel commented 5 years ago

Saved log files (*.dblog) cannot be opened when "Auto Newline" flag is disabled from Options menu. To reproduce:

The application will treat the incoming data as a single-line message and try to cram all the contents into the first line. Sometimes nothing will happen, sometimes a single line containing all the messages will be shown. If the log file is very big, the application will probably hang.

Edit: Tested with the AppVeyor head version, which should be https://github.com/CobaltFusion/DebugViewPP/commit/e2c804b62c8338fb5036c6429538040e833cc12e or https://github.com/CobaltFusion/DebugViewPP/commit/395d3a9ac4a6842db6d2c60ed5acc940ef65b573

janwilmans commented 5 years ago

thanks for reporting... very strange indeed.. looking into it!