huh, this one’s new. i tried looking for this error message in the source code but nothing showed up. i can only assume this means one of your audio assets are faulty though. could you maybe expand the dropdowns of those errors?
but anyway, since you have this on candlestick, we should be able to extract the project data with little-to-no problem, so that maybe we can do some file surgery:
first, go to candlestick, open the browser’s console, and paste this:
Wick.AutoSave.getAutosavesList(console.log);
this will give you a long list of UUIDs that correspond to projects that were autosaved. each UUID should be a long-ish string of numbers, letters, and dashes. copy the first one you see.
then, enter this in the console, but replace the Xs with your UUID.
Wick.AutoSave.readAutosaveData("XXXXXXXX", project => {
console.log(JSON.stringify(project))
});
this should output a giant string of your project data. make a .txt file, put the string in there, and then send the file here (or, i can start a private message with you to send it to me privately if you want). the forum doesn’t take txt files so you might need to use https://catbox.moe/ or google drive, etc.