Operating system or device - Godot version:
Godot_v2.0.3_stable_win64.exe
Issue description (what happened, and what was expected):
When importing a ogv video file, and then previewing, an unexpected error returns and freezes the app, with this error:

Steps to reproduce:
Link to minimal example project (optional but very welcome):
ogv bug.zip
Edit: Just tested it with an .ogm file too, same result
@Dillybob92 is this error the same as #5133? Specifically: does it only gives error when the video has no sound?
@Vnen, Wow, it does work with sound, weird. So yes, it looks like the same. I added a simple fake audio track to the video before converting
I'm closing this in favor of the other then.
That's not fair though, I made my issue first... whatever
The new issue had more specific information on how to reproduce the bug. Also, newer issues tend to get more attention because of GitHub's interface. This is not a competition of who found the bug first and it does not matter if the fix come from that issue or from this one, as long as it's fixed.
This is not a competition of who found the bug first and it does not matter if the fix come from that issue or from this one
Ofcourse it's not a competition I agree with you. But there's a fine line of respect towards someone who is willing to spend time to report bugs, and even supply an example code (as an attachment).
It's not fair to just close someones bug report issue because someone else reported the same issue, it's a duplicate issue. I made it first and I deserve the credit for reporting it. When you are archiving / closing reports that people spent time to make (when they found the bug first), it's disrespectful imo.
It also doesn't motivate the user to find more bugs, when it could just be closed in the future because someone else "reported it better" (even when that person reported it first)
That's for you to decide, but we have more than 1000 issues to manage and we can't keep duplicates around just to satisfy the ego of bug reporters. Reporting bugs is a harsh and unrewarding job, but fixing them is even worse. We need to go for the most efficient way to ensure that each bug gets the proper attention from the people who can fix it.
I don't think there's a kind of intellectual property on bug reports that would imply that it's necessary to always go back to the first time the bug was reported. The other bug report was better diagnosed and is thus better to keep as the main bug report to ensure the issue is fixed in a timely manner.
I'm sorry that you find it all disrespectful, but the way we work will not change, bug triage is done this way all over the world. The most helpful bug report gets kept, the others get closed as duplicates of the former.
There is no ego here... I am reporting the bug issues to help the engine, not for myself. I just found it hypocritical that @vnen says it's not a "competition", but when it is. You just said it was. (If a bug report is better reported -- it's kept) -- That implies some type of competition. Whoever "reports" the bug report the best, gets their issue kept.
That's not okay. And that's what bothered me. It shouldn't be like that. Because I have seen countless bug report issues being marked "duplicated #xxx" and closed. But why the other issue wasnt? I supplied the same amount of information as the other report did. Even more, since I supplied example code. It's favoritism, and it shouldn't be here. All bug reports are equal imo.
But you are right, you have the final say, but I still believe it was wrong. But I am nobody
You say there is no "ego here", but who is feeling hurt by what you describe as an injustice ?
anyway, your issue is still referenced into the other one, and you're still welcome to go there to add complementary information or to say that a "better" or "alternate" example is available into the issue you opened.
Alright, let's play the "competition" game:
So, both issues had good elements, two issues are not useful, one of them was closed. We usualyl keep the oldest one, unless a more recent one has more precise information or more extensive discussion, which @vnen considered the case here. And I fully backup this choice :)
Alright that's fair enough... I just felt thrown under the bus that's all. I am more "attached" to the bug reports as most people that's all. I take an opposite approach when bug reporting. I do feel "rewarded" when my bug reports are fixed or assigned. Maybe that's that's the issue of me, but it is what it is. I'll try not to feel attached in the future -- Some people don't, and that's fine, but personally, that's just how I am. Appreciate the post akien and I have no hard feelings towards you or anyone else. Lets just move on and I'm sorry for this.
I understand. I do report bugs in many projects and I know that it might be harsh when your bug is closed as a duplicate, especially when you spent time filing the report following the guidelines, with a screenshot and an example project.
You should just not feel that your report being closed as a duplicate means that it's "discarded", we see it more as a way to merge two similar issues into one, to be able to focus on one ticket for each development task. When closing a report as a duplicate, I usually try to ensure that all the relevant information from the bug report being closed is also present in the kept one, to maximise efficiency.