Notifications
Clear all
seg fault launching PrusaSlicer from the command line
Version 2.7.2
Here is the command line:
"/Applications/PrusaSlicer.app/Contents/MacOS/PrusaSlicer" --output "examples/Taluva.kit/PLA-Gray/extra1.gcode" --load "/Users/dcorbin/Library/Applic ation Support/PrusaSlicer/print/Gamebox-No-Horizontal-Layers.ini" --load "/Users/dcorbin/Library/Application Support/PrusaSlicer/printer/GameBox.ini" --solid-layers 0 examples/Taluva.kit/gamebox-extra1.stl 2>&1
And here is the one line of failure:
zsh: segmentation fault "/Applications/PrusaSlicer.app/Contents/MacOS/PrusaSlicer" --output --load
It's MacOS, so there is large popup dialog, but that gets sent to Apple and it doesn't seem to support copy/paste of the text.
Recently, I did have another problem indicating corruption of the config so I went through the Configuration Assistant and cleaned out all the user stuff, and re-created new customized configs.
It seems to be related to the --load arguments. But if I load the SlicerGui "traditionally", I have no problem selecting those configurations.
What else do I need to send?
This topic was modified 8 months ago by dcorbin13
Posted : 22/03/2024 11:38 pm
Topic starter
answered:
RE: seg fault launching PrusaSlicer from the command line
It turns out, the presence of one line in the .ini file causes this segfault:
wipe_tower_extruder = 0
Posted : 23/03/2024 12:40 pm