I am using VLCJ (see https://github.com/caprica/vlcj) to access libVLC from my Java project ("kissPhoto")
Whenever I use
Code: Select all
PlayPaused()
Code: Select all
SetTime()
libVLC 4.0.0 (nightly from January and from today, 16.Feb tried) results in a MessageBox
By closing the MessageBox also the virtual Java Machine is ended.Visual C++ Runtime Library
Assertion failed!
Program: C:\Program Files\kissPhoto\kissPhoto.exe
File: /builds/videolan/vlc/extras/packag.../video_output.c
Line: 1478
Expression: !sys->pause.is_on||!is_paused
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
The error can be reproduced with mp4, mp3 and wav files.
I asked Mark Lee, the author of VLCJ, about this issue. He replied that his library just forwards my call to libVLC.
Is this a known bug in libVLC 4.0.0?
Where is the right place to report this bug (if it is one
Regards Ingo