This page was last updated on 13 September 2016, 5:43AM
Changelogs
Version 0.9
Try a few different character encodings if a log file fails to load, should fix the "Input length = 1" error.
Added a file column to the list, listing which file each entry was read from. Only lists a single file, even if duplicate logging information is available in multiple loaded logs.
Version 0.8
Default log paths changed, and now also looks for Fallout 4 logs
"Dumping stack" entries are now listed
"Script" column now lists the last script in the stack trace rather than the first
Added a few error dialog boxes
Dragging and dropping log files will now update the log path textfield
"Count" column added, shows how many duplicates of each entry there is
"Order" column replaced with "Line" column which shows the line number in the log
Double clicking entries will now reuse already open windows
Fixed a potential minor memory leak
Version 0.7
Bottom text area now shows the whole entry, not just the stack
Entries sorted chronologically by default, click on column headers to change
Parsing fixes
Double clicking an entry will open the full log in a new window and jump to that entry
Drag'n'drop log files into the application if you want to load log files with non-default filenames
Version 0.6
Moved log reading to a worker thread
Now only loads Papyrus.0.log by default. A checkbox has been added to control whether you want to load Papyrus.1.log through Papyrus.3.log as well
Version 0.5
Fixed an IndexOutOfBoundsException
Version 0.4
F5 keyboard shortcut to reload logs
Checkbox to ignore form IDs when determining if an entry is a duplicate or not