Page 1 of 1

libvlc Access Violation and divide by zero error

Posted: 24 Jun 2009 10:19
by Beardless2
Hi Guys,

I have been gettings some access violations with libvlc using v1.0.0 rc4 with a message containing the codes 0x66744310 read of address 0x0428832c, mov al, [ecx] when i close an application with 4+ vlc instances and media players. I also get a integer divide by zero 0x6675af55. It doesn't happen everytime, around 1 in 4 times.

Does anyone else get this?

Chris

Re: libvlc Access Violation and divide by zero error

Posted: 24 Jun 2009 19:50
by Jean-Baptiste Kempf
Can you get that using normal VLC?

Re: libvlc Access Violation and divide by zero error

Posted: 24 Jun 2009 20:40
by Beardless2
no i cant, i then again i have 4 instances in the same app and they all close really quickly. Maybe its something im doing in the close process, at the minute i just call libvlc_media_player_release, then libvlc_release for the first vlc in a for loop. (The same then happers for the other 3 players). Do i need to stop them playing first? or in a different order?

Re: libvlc Access Violation and divide by zero error

Posted: 30 Jun 2009 16:55
by Beardless2
i have tried the 29/06/2009 nightly build and these problems have gone. Thank you