rfuzzo / plox

A small app to sort a modlist topologically according to ordering rules, as wall as output warnings and notes.
MIT License
8 stars 3 forks source link

Not so helpful messages #21

Closed stormbr closed 7 months ago

stormbr commented 7 months ago

When using plox in my openmw setup I get some messages that are very unhelpfull because the do not point to the culprights....

[ERROR plox] [REQUIRES]

[WARN plox] [CONFLICT] already merged into or otherwise replicated by "ldm - choices and consequences".

[WARN plox] [CONFLICT] not compatible with "legion at the siege of firemoth".

[INFO plox] [NOTE] a patch for "legion at the siege of firemoth" and "bcom" is available. patch download

[INFO plox] [NOTE] ! this mod has a bsa, be sure to register it.

rfuzzo commented 7 months ago

hmm, there is no dropdown with "affected mods"?

stormbr commented 7 months ago

I am using only the command line executable; I tried the gui executable and, indeed, it shows a dropdown with the "affected mods". Could it be possible to show the same information in the cli? An optional report file with all the information displayed in the gui version would be an worthwhile addition.

rfuzzo commented 7 months ago

oh I think I know what it is: the CLI only shows that info when using debug log mode. Maybe I should add it to normal indo logging...

stormbr commented 7 months ago

Thank you for your great work.