Quote:
More framework updates.
Crash solved when using composite clipping with no FM output enabled.
The VST plugin in audacity is crashing, when you want to open it.
The Dump of Audacity says the following:
Code:
<context>
<exception address="10d9cf70" name="ACCESS_VIOLATION" code="c0000005"/>
<registers>
<eax>00000000</eax>
<ebx>00000000</ebx>
<ecx>0b94b580</ecx>
<edx>0b94b580</edx>
<esi>00000001</esi>
<edi>655b26f8</edi>
<ebp>0145e2f8</ebp>
<esp>0144e00c</esp>
<eip>10d9cf70</eip>
<cs>00000023</cs>
<ds>0000002b</ds>
<es>0000002b</es>
<fs>00000053</fs>
<gs>0000002b</gs>
<ss>0000002b</ss>
<flags>00210246</flags>
</registers>
</context>
The Audacity Callstack seems to be the following:
Code:
<frame level="0"/>
<frame level="1"/>
<frame level="2"/>
<frame level="3" function="VSTPluginMain" offset="001a9e88"/>
<frame level="4" function="VSTPluginMain" offset="0002f62e"/>
<frame level="5"/>
<frame level="6"/>
<frame level="7" function="VSTPluginMain" offset="00000021"/>
<frame level="8" function="NyquistEffect::GetName" offset="00002bb1"/>
<frame level="9" function="Effect::Startup" offset="00000042"/>
<frame level="10" function="EffectManager::GetEffect" offset="00000137"/>