MXFInspect icon indicating copy to clipboard operation
MXFInspect copied to clipboard

Displayed index entries lines are all empty on graphical display

Open GeckoGB opened this issue 2 years ago • 1 comments

Hi,

I've just discovered your product, and i try to use it to inspect some MXF files. It works pretty great, except for 2 strange bugs on some files.

First bug is that when i click the "+" sign of "IndexEntries" to display the contained entries (in this case 4308 items), lines are appearing, but nothing is displayed on it, they remain completely empty. Normaly, i should see something like "Index[000] - TempsOffs (...)".

It works correctly on some other files with less items (240 for example), so maybe is it related to the number of items.

Version 4.0.9.0, Windows 10 22H2.

Thanks in advance for your help, and congratulations for your great work!

EmptyIndexEntries

GeckoGB avatar Apr 24 '23 18:04 GeckoGB

Hello again, I have a suspicion about what goes possibly wrong here. From the screenshot, I can see that almost a million mxf objects are parsed, so I am asking myself if we're hitting a hard limit of the object list view? Is the application still responsive and the behavior perfectly reproducible? The other culprit is how the index entry ToString() method, as there is a little bit of logic in there to format and adjust the string in order to be always aligned, regardless of the number of index entries. Happens this also with version https://github.com/rayden84/MXFInspect/releases/tag/v4.1.8?

Would you mind uploading your file somewhere so that I can give a look at it? I know that the file is huge, but maybe you can send me only a part? (i.e. simply truncate it from the point where the problem with local tags happens)

rayden84 avatar Apr 28 '23 19:04 rayden84