Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Displayed index entries lines are all empty on graphical display #14

Open
GeckoGB opened this issue Apr 24, 2023 · 1 comment
Open

Displayed index entries lines are all empty on graphical display #14

GeckoGB opened this issue Apr 24, 2023 · 1 comment

Comments

@GeckoGB
Copy link

GeckoGB commented Apr 24, 2023

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

@rayden84
Copy link
Collaborator

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)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants