Comment 3 for bug 1175394

Revision history for this message
Bill Filler (bfiller) wrote : Re: Media player won't launch

the app crashes when loading the qml theme. I believe the problem is in the sdk.

To reproduce:
1) launch media player
it crashes

To workaround:
- comment out this line in qml/player/TimeLine.qml
var result = Theme.loadTheme(Qt.resolvedUrl("../theme/theme.qmltheme"))

and the crash will go away