Page 1 of 1

VLC 1.2.0 Nightly Build FreeType.c Assertion

Posted: 02 Dec 2011 12:26
by Beardless2
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?

Re: VLC 1.2.0 Nightly Build FreeType.c Assertion

Posted: 02 Dec 2011 15:48
by Jean-Baptiste Kempf
Debugging the code is the only way, here.

Re: VLC 1.2.0 Nightly Build FreeType.c Assertion

Posted: 12 Dec 2011 17:27
by Beardless2
I just tried pre3 and this appears to be fixed now. Thanks

Re: VLC 1.2.0 Nightly Build FreeType.c Assertion

Posted: 12 Dec 2011 20:22
by Jean-Baptiste Kempf
Not for me !D

Re: VLC 1.2.0 Nightly Build FreeType.c Assertion

Posted: 13 Dec 2011 16:07
by Beardless2
yeah you're right, not sure how i managed to get it into a state when it worked buy it def has the same issues now

Re: VLC 1.2.0 Nightly Build FreeType.c Assertion

Posted: 13 Dec 2011 23:29
by Jean-Baptiste Kempf
Someone needs to fix it... What are you doing to do it?