VLC 1.2.0 Nightly Build FreeType.c Assertion
Posted: 02 Dec 2011 12:26
Hi,
I have been playing with the latest 1.2.0 Nightly build, and have been getting a crash when trying to stop and close my libvlc instance and media player shortly after playing a new video.
It appears to be related to the text that appears on video playing as adding the option "--no-video-title-show" to the instance and it all works fine. I should also add, that without that option, if it wait for the text to completely fade out, and then close and free my vlc instance, every thing is fine also.
The Error i receive is below
Assertion Failed!
File: freetype.c
Line: 2210
Expression: p_line->i_character_count == i_index - i_start
Any Ideas?
I have been playing with the latest 1.2.0 Nightly build, and have been getting a crash when trying to stop and close my libvlc instance and media player shortly after playing a new video.
It appears to be related to the text that appears on video playing as adding the option "--no-video-title-show" to the instance and it all works fine. I should also add, that without that option, if it wait for the text to completely fade out, and then close and free my vlc instance, every thing is fine also.
The Error i receive is below
Assertion Failed!
File: freetype.c
Line: 2210
Expression: p_line->i_character_count == i_index - i_start
Any Ideas?