<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18183" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><FONT face=Arial size=2>I'm using jvlc (v0.9.0-test3, vlc 
0.9.8a) and I get the following error when I run the attached 
java program (copied from JVLCExample.java).</FONT></DIV>
<DIV><FONT face=Arial size=2>(I know that this is not a jvlc forum but I 
hope that both - java and c++ people - might help me)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></DIV>
<DIV><FONT face=Arial size=2>The program runs videos 1 sec and then starts the 
next. After running 3 or 4 videos it crashes with the following 
exception:</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>*** LibVLC Exception not handled: This object event 
manager doesn't know about 'libvlc_MediaPlayerPlaying,0616B708,00000000' event 
observer<BR></FONT></DIV></DIV></FONT>
<DIV><FONT face=Arial size=2>When I comment out the following line it does 
not crash (it does no longer need to register for the events):</FONT></DIV>
<DIV><FONT face=Arial size=2>mediaPlayer.addListener(new 
MyMediaPlayerListener());</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>May be I'm doing something wrong, using the wrong 
versions, may be there is a (multi threading) bug in JVLC or in the native 
library... a</FONT><FONT face=Arial size=2>ny help is welcome.</DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Fabian</FONT></DIV></BODY></HTML>