<br><br><div class="gmail_quote">2010/11/10 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le mercredi 10 novembre 2010 17:02:00 antonio meléndez, vous avez écrit :<br>
<div class="im">> The app works properly during a period of time an then breaks, always<br>
> after around 3200 uses of libvlc_media_list_player_play_item. When the<br>
> app breaks the screen becomes black and start having problems refreshing<br>
> it. "[0x10b40d90] directx generic warning: could not blit surface (error<br>
> -2147467259)" message appears.<br>
<br>
</div><div class="im">> I'm trying to look for the problem in the vlc code but it's so huge that<br>
> I didn't find anything. Any ideas???<br>
<br>
</div>I would guess it's a memory or handle leak somewhere.<br>
<br>
I don't know any tool to track this on Windows. But the place that generates<br>
the warning seems like an obvious starting point, i.e.<br>
modules/video_output/msw/directx.c:Display.<br></blockquote><div><br></div><div>If you can use other VOUT (wingdi or Direct3D) you might be able to evade the issue.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>