Page 1 of 1

libwaveout_plugin exception

Posted: 02 Dec 2022 12:16
by FL53
Hi,

I did an app where I create a media_player from a media, play the media and then release media & media_player to recreate a new player (I feel it easier to do so since it reinit the media_player). When doing this, it's OK but sometimes libwaveout_plugin is raising exception (access violation).
You can find the message and call stack in this image and you can read the VLC logs there (I loaded TEST1.MP4 then TEST2.MP4 then TEST1.MP4 ... until it crashed ;) )

Is there something I'm doing wrong ? or is there an update to apply on libwaveout_plugin ?

Re: libwaveout_plugin exception

Posted: 05 Dec 2022 04:35
by mfkl
hi, please share a minimal repro in a git repository here or on stackoverflow if you'd like more help.

Re: libwaveout_plugin exception

Posted: 05 Dec 2022 09:49
by FL53
OK I will send you a VS project asap, thanks for your help.
Update : it is when releasing the media player that the exception seems to be raised (not when reloading it).

[EDIT] : I did a VS project to show the issue ... but in the project there is no more issue :). It seems something is just doing wrong stuff with VLC in my other project ( maybe another library ? )