There were two problems with Dartayous’s project:
1 “Unable to register clip: clip name already used”
This is due to a bug that is revealed if you delete a layer and later create another layer with the same name. The garbage matte clips for both layers are created with the same names, causing motor to reject the file when it tries to reload it. This bug has been fixed for future updates, and there is a workaround to fix project files that have this problem:
Open the project file in a text editor.
Look for entries that look like
“Inner Matte for xxx”
“Outer Matte for xxx”
“Inner Matte (no masking) for xxx”
“Outer Matte (no masking) for xxx”
Where xxx is a layer name. These names define the garbage matte clips for each layer. With the problem files there will be two entries for one or all of these matte types for one or more layer xxx. Change the names of all the repeated entries to avoid the duplicates. For instance, add “1” to the first repetition of each clip and “2” to the second. Then you should be able to load the file.
The second problem is more serious, and usually signifies bad binary tracking data:
2 “Error occured while reading SBM from file”
The most likely cause of this, as Dartayous says, is filling up the disk used for cache files, mostly the garbage matte clips. This is because the cache area is used for temporary files used to build the binary tracking data. If it fills up then the binary (“SBM”) data can be corrupted.
I was able to save some of the project in this case, but clearly not enough, is that right Dartayous?
The binary tracking data part of the project file is being eliminated as part of the revisions in the next version of motor, so this problem will go away. In the meantime, it would be best to monitor the state of your cache disk, especially for large projects, and if necessary free space to prevent this happening.
Phil