Waveform crashes whenever I open a project

Discussion about: tracktion.com
Post Reply New Topic
RELATED
PRODUCTS

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
CPU: 11th Gen Intel(R) CoreTM i7-1165G7 @2.80GHz
So I was trying to open a project that I have been working on, but then when it loaded to "86" it just crashed. Other projects would load perfectly fine, could this happen because I have too many plugins? I'm just a newbie trying to make music and if the problem IS too many plugins, how do I fix it then, can the project still be saved?

Log file: https://pastebin.com/06DtQ7B2 (https://pastebin.com/06DtQ7B2)

Post

EDIT: not sure if you seen my initial post, but I made a mistake... hmmm your .log file doesn't actually show the culprit , i.e what plugin is crashing, if it is infact a plugin causing the issue.

What you could try is editing the project's *.tracktionedit file in a text editor and maybe commenting out 1 plugin at a time , save then try loading the project.

I do notice that Roland Piano is the last plugin to load before the crash, so it is possible that is your culprit.
Last edited by mikoatkvr on Tue Dec 16, 2025 11:46 am, edited 1 time in total.

Post

If you know how to manually change with a text editor the content in a plain text file formatted in XML format, then you could try the following.
Find the file which contains the definition and configuration of the particular Edit in question:

Code: Select all

    *.tracktionedit
In there you will find each plugin used in the Edit to be specified in a paragraph enclosed by delimiters (substitute "..." with the particular definitions):

Code: Select all

    <PLUGIN type= ... >
    </PLUGIN>
While all by Waveform itself delivered plugins, which shouldn't cause an issue, are defined by a Waveform particular type specifier, for example:

Code: Select all

    type="volume"
    type="level"
    type="auxsend"
    type="auxreturn"
    type="rack"
    etc.
The third party plugins are found by a more general specifier, often generically being of type="vst":

Code: Select all

    <PLUGIN type="vst" ... >
    </PLUGIN>
Remove from the Edit the third party VST plugins which could be suspected to cause an issue.

Good Luck!
Classical guitar --> Line Audio CM4 @ SSL12 --> KDE-Plasma @ Debian-Linux --> Waveform PRO 13.5

Post

Thanks everyone for helping me! My project now can be opened and it turned out the problem is a VSCO plugin lmao

Post

That's a surprise. I find those very stable. Any other VSCO plugins crashing, or just the one?
Spotify, Apple Music, YouTube, and even Deezer, whatever the hell Deezer is.

More fun at Twitter @watchfulactual

Post

There's only one track with a VSCO plugin...

Post Reply

Return to “Tracktion”