Comment 12 for bug 1175394

Revision history for this message
Florian Boucault (fboucault) wrote : Re: Media player won't launch

I believe the QQuickPropertyAnimation mentionned in the stack trace to be the Popover fading animation from the default theme:

.popover {
    [...]
    fadingAnimation: PropertyAnimation{duration: 125; easing.type: Easing.OutQuint};
}

Removing it prevents the crash from happening.