VisiCut 2.1, macOS Sequoia (repros on Tahoe too). I haven't tried on other platforms.
- Load any SVG
- In "Mapping" tab, pick mapping by stroke color (or any other custom mapping, for that matter)
- Make some changes, any changes.
- Click on "save" icon, accept the default name.
- Observe the error dialog (see attached screenshot)
This is on the top of the call stack:
https://github.com/t-oster/VisiCut/blob/511a28e82d6b28e95754cd0441e53f134c5930e3/src/main/java/de/thomas_oster/visicut/misc/FileUtils.java#L167C7-L167C12
Not sure how output is null in the finally block but not the try block.
