Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

DEBUG ASSERT: "s_fileTypeByMimeType.constFind(mimeType) == s_fileTypeByMimeType.constEnd()" #10669

Closed
mixxxbot opened this issue Aug 23, 2022 · 5 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: JoergAtGithub
Date: 2022-02-21T19:01:27Z
Status: Fix Committed
Importance: High
Launchpad Issue: lp1961623
Attachments: [Full debug output](https://bugs.launchpad.net/bugs/1961623/+attachment/5562564/+files/Full debug output)


I built latest Main on Windows, but it doesn't start. I always get the following DEBUG-ASSERT:

QMimeType("video/mp4") "mp4"
DEBUG ASSERT: "s_fileTypeByMimeType.constFind(mimeType) == s_fileTypeByMimeType.constEnd()" in function bool __cdecl SoundSourceProxy::registerProviders(void) at ..\..\src\sources\soundsourceproxy.cpp:247
@mixxxbot mixxxbot added the bug label Aug 23, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: JoergAtGithub
Date: 2022-02-21T19:01:27Z
Attachments: [Full debug output](https://bugs.launchpad.net/mixxx/+bug/1961623/+attachment/5562564/+files/Full debug output)

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2022-02-21T22:24:41Z


This happens because Mime type video/mp4 is registered twice:
QMimeType("video/mp4") "m4v"
QMimeType("video/mp4") "mp4"

I will provide a fix.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2022-02-21T22:32:16Z


#4683

@mixxxbot
Copy link
Collaborator Author

Commented by: JoergAtGithub
Date: 2022-02-23T20:33:10Z


I confirm that #⁠4683 fixed the issue!

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant