I wrote a Java application using jVLC which throws the following exception and crashes.
Code: Select all
[????????] x11 video output error: X11 request 141.19 failed with error code 9:
BadDrawable (invalid Pixmap or Window parameter)
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 141 (XVideo)
Minor opcode of failed request: 19 ()
Resource id in failed request: 0x3800006
Serial number of failed request: 19623
Current serial number in output stream: 19624
This is on Ubuntu 8.10 intrepid based on kernel 2.6.27.11, vlc 0.9.4, jvlc-core-0.9.0-SNAPSHOT-20080727.jar and Java 6.
(By the way I had to create a soft link under /usr/lib libvlc.so.0.0.2 -> libvlc.so.2.0.2 to get this working; without this I was getting an error about no finding libvlc_new)