| Summary: | kdenlive startup problems with VST Plugins (crash, Memory Leak) | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | blackcat00 |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | REPORTED --- | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 25.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
blackcat00
2026-01-02 20:09:46 UTC
Since Kdenlive only starts the plugin scan after the intro dialog,
wouldn't it be possible to programmatically reset the VST path or set it to a user-defined path from the Kdenlive configuration?
Something like
```
_setenv("VST_PATH", config_vst_path.c_str(), 1);
_setenv("VST3_PATH", config_vst3_path.c_str(), 1);
initializeMLT();
```
|