Open
Description
Is there an existing issue for this problem?
- I have searched the existing issues
OrcaSlicer Version
2.2.0
Operating System (OS)
macOS
OS Version
macOS Sonoma 14.6.1
Additional system information
MacBook Pro 16" 2021 Apple M1 Max 32GB
Printer
BambuLab P1S
How to reproduce
- Create a simple project, add primitive (e.g. a cube), leave all settings default
- Rename plate to something else
- Attempt to run CLI slice:
/Applications/OrcaSlicer.app/Contents/MacOS/OrcaSlicer --slice 1 --allow-newer-file ./cube.3mf
Actual results
Segmentation fault (see os_report.log
)
This won't happen if you leave plate as Untitled
Expected results
No errors
Project file & Debug log uploads
cube.3mf.zip
slice_log.txt
os_report.log
Checklist of files to include
- Log file
- Project file
Anything else?
Log has been extracted by adding --debug 5 2>&1 ... > slice_log.txt
to the command.
If you remove plate name (leave it Untitled
), the project will slice fine.
Reproducible for latest nightly 2.3.0-dev (build f0e773f)