COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
436 stars 243 forks source link

Enabling/Disabling Plugins has no influence on Index file #516

Open alexmucde opened 2 months ago

alexmucde commented 2 months ago

DLT Viewer will load wrong index file

vifactor commented 1 month ago

I tried to reproduce the issue:

  1. load a dlt log (Plugins enabled Filters enabled)
  2. check name of an index file loaded
  3. Disable plugins, click "Apply"

I see in log "loadIndex "[...].dix" failed", then new index file gets generated and loaded. If I enable plugins, I observe that index file from step 2 is loaded. So all seems fine.

Is there a specific path I should take to reproduce the issue?