COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :

Go Back   Cockos Incorporated Forums > Other Software Discussion > WDL users forum

Reply
 
Thread Tools Display Modes
Old 01-07-2019, 11:09 AM   #1
jan hase
Human being with feelings
 
Join Date: Jul 2017
Posts: 25
Default IPlug2: crash in BitwigStudio after turning AudioEngine back on

hi guys,

In BitwigStudio(in Windows 10), there is the function to turn off the AudiEngine (its decoupled from the GUI, so when it crashes you can reload the Engine without having to restart the whole program).
So when I insert IPlugEffect in a new Track and then turn off the AudioEngine and back on IPLugEffect crashes in IPlugUtilities.h(Line 134) with :


Unhandled exception thrown: write access violation.
**pDest** was nullptr. occurred

in IPlugUtilities.h

template <class SRC, class DEST>
void CastCopy(DEST* pDest, SRC* pSrc, int n)
{
for (int i = 0; i < n; ++i, ++pDest, ++pSrc)
{
*pDest = (DEST) *pSrc; <=======((((*HERE))))
}
}

*you can get a demo(no project saving) of bitwig to test it here:
https://www.bitwig.com/en/download.html

**To Turn of AudioEngine:
Right click on the DSP symbol (small blue CPU symbol) next to the BPM (Upper left Corner) to get AudioEngine menu: Deactivate for this Project / Terminate Process
jan hase is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:22 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.