https://bugs.kde.org/show_bug.cgi?id=503634
--- Comment #24 from Jean-Baptiste Mardelle <[email protected]> --- I am investigating this issue but haven't found a good solution yet. The crash is related to the way the typewriter was implemented in MLT's kdenlivetitle producer: it stores a std::shared_ptr inside a QGraphicsItem data using setData(). For some reason that I don't really understand, this causes a crash on Windows. The best solution would be to refactor this to make it work without storing such high level stuff inside the item's data. -- You are receiving this mail because: You are watching all bug changes.
