When opening a corrupt or partial .cut file, we currently bail and let the process crash.
e.g. on Mac:
libc++abi.dylib: terminating with uncaught exception of type xmlpp::parse_error: Document not well-formed.
Line 10, column 5 (fatal):
Extra content at the end of the document
Abort trap: 6
We should be more robust and offer an error message.
When opening a corrupt or partial .cut file, we currently bail and let the process crash. e.g. on Mac:
We should be more robust and offer an error message.