Thread: Avisynth+
View Single Post
Old 29th December 2019, 20:44   #5011  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Hey guys! I just installed AviSynth+ v3.4 and I am looking for the pdb file to load symbolas for AviSynth.dll but unfortunately they are not included in the release assets.

Any chance one of the devs could upload them somewhere?

PS.
I am trying to debug a custom application that uses AviSynth, however currently it fails to clear the resources, specifically when trying to delete the environment pointer:

Code:
IScriptEnvironment* environment;
...
delete environment;
environment = NULL;
It used to work with previous versions of AviSynth and AviSynth+ but now for some reason it gets stuck in an infinite loop when executing the delete statement...

Edit:
For any guru out there that can understand assembly, the instruction that gets stuck is:

Code:
07333830  mov         dword ptr [ebp-48h],eax

Last edited by gpower2; 29th December 2019 at 20:55.
gpower2 is offline