I don't know the right place to put this post so please tell me where it should go if this is the wrong place.
I am writing an audio player in java and have just started using vlcj-4.2.0. I was testing and it seemed to work well until after I tried setting the volume, since then the audio does not play at all and after I close my java app I get the following errors.
[000001ced00fe5b0] mmdevice audio output error: cannot initialize COM (error 0x80010106)
[000001ced00fe5b0] mmdevice audio output error: cannot initialize COM (error 0x80010106)
[000001ced00fe8d0] mmdevice audio output error: cannot initialize COM (error 0x80010106)
[000001ced00fe8d0] mmdevice audio output error: cannot initialize COM (error 0x80010106)
TagLib: ID3v2::Tag::read() - Duplicate ID3v2 tags found.
Does anyone know what this might mean?
I tested this on Ubuntu and it works fine.
Thanks
Joe