diff --git a/source/backend/engine/CarlaEngine.cpp b/source/backend/engine/CarlaEngine.cpp index 97a69a7ad..8ae80e217 100644 --- a/source/backend/engine/CarlaEngine.cpp +++ b/source/backend/engine/CarlaEngine.cpp @@ -2057,7 +2057,7 @@ bool CarlaEngine::loadProjectInternal(water::XmlDocument& xmlDoc) if (option == -1) { // check old stuff, unhandled now - if (tag == "GIG_PATH") + if (tag == "AU_PATH" || tag == "VST3_PATH" || tag == "GIG_PATH") continue; // hmm something is wrong..