I downloaded the OpenSCAD code repo and added a custom file exporter (Lightburn), which I have mostly working. However when I run OpenSCAD I get this error.
qt.svg: Cannot open file ':/icons/svg-default/export-lbrn.svg', because: No such file or directoryqt.svg: Cannot open file ':/icons/svg-default/export-lbrn.svg', because: No such file or directorySegmentation fault
I made sure that the icon file exists in the repo in resources/icons/svg-default/export-lbrn.svg and has the same permission and owner as all the other svg icons. Any idea what I am doing wrong?
I downloaded the OpenSCAD code repo and added a custom file exporter (Lightburn), which I have mostly working. However when I run OpenSCAD I get this error.
qt.svg: Cannot open file ':/icons/svg-default/export-lbrn.svg', because: No such file or directoryqt.svg: Cannot open file ':/icons/svg-default/export-lbrn.svg', because: No such file or directorySegmentation fault
I made sure that the icon file exists in the repo in resources/icons/svg-default/export-lbrn.svg and has the same permission and owner as all the other svg icons. Any idea what I am doing wrong?