I see
violation "_ASSERTE(index<array_size)" on "const AVSValue& AVSValue::OPERATOR_INDEX(int index) const"
(actually, I see index=4 on array_size=2, array=args
static AVSValue __cdecl Create(AVSValue args, void* user_data, IScriptEnvironment* env) {
...
const int vtrack = args[4].AsInt(0);
const int atrack = args[5].AsInt(0);
...
To reproduce
audio = WavSource("wtf.wav")
( sample file to reproduce:
https://drive.google.com/file/d/1NHjeJiKFPz4otu9h1x5dm-3ZB9eUNr2W/view?usp=sharing
https://cloud.mail.ru/public/5eRX/5yNVrUpkr )
If I use released version of AVS+, I got crush on ffmpeg/VirtualDub exit.
On debug version I got this assert violation.