I get a segmentation fault when slicing with Creality_Print-v4.3.6.6257-x86_64-Release.AppImage.
I run Arcolinux (an Arch Linux based distribution) Here are the messages on console:
I run the AppImage:
$ ./Creality_Print-v4.3.6.6257-x86_64-Release.AppImage
flush record : [{“_track_id”:218371548,“distinct_id”:“60:A4:4C:64:8D:4B”,“event”:“BuyTicket”,“lib”:{“$lib”:“cpp”,“$lib_method”:“code”,“$lib_version”:“1.0.2”},“properties”:{“$lib”:“cpp”,“$lib_version”:“1.0.2”,“app_name”:“Creality Print”,“platform”:“Win”},“time”:1693048511548,“type”:“track”}]
add record:{“_track_id”:442505754,“distinct_id”:“60:A4:4C:64:8D:4B”,“event”:“BuyTicket”,“lib”:{“$lib”:“cpp”,“$lib_method”:“code”,“$lib_version”:“1.0.2”},“properties”:{“$lib”:“cpp”,“$lib_version”:“1.0.2”,“app_name”:“Creality Print”,“platform”:“Win”},“time”:1693048545754,“type”:“track”}
I open an STL file:
CXBinManager open file size [123484]
parse binary stl …face 2468
parse binary stl success…
Computing bounding box… Done.
x = -16,5222 … 8,80386, y = -7,28338 … 7,70455, z = 0 … 5,5
Computing bounding box… Done.
x = -16,5222 … 8,80386, y = -7,28338 … 7,70455, z = 0 … 5,5
Computing bounding box… Done.
x = -16,5222 … 8,80386, y = -7,28338 … 7,70455, z = 0 … 5,5
Computing bounding box… Done.
x = -12,663 … 12,663, y = -7,49397 … 7,49397, z = -2,75 … 2,75
Computing bounding box… Done.
x = -12,663 … 12,663, y = -7,49397 … 7,49397, z = -2,75 … 2,75
Computing bounding box… Done.
x = -12,663 … 12,663, y = -7,49397 … 7,49397, z = -2,75 … 2,75
I push the “Slice” button:
flush record : [{“_track_id”:442505754,“distinct_id”:“60:A4:4C:64:8D:4B”,“event”:“BuyTicket”,“lib”:{“$lib”:“cpp”,“$lib_method”:“code”,“$lib_version”:“1.0.2”},“properties”:{“$lib”:“cpp”,“$lib_version”:“1.0.2”,“app_name”:“Creality Print”,“platform”:“Win”},“time”:1693048545754,“type”:“track”}]
add record:{“_track_id”:682885402,“distinct_id”:“60:A4:4C:64:8D:4B”,“event”:“BuyTicket”,“lib”:{“$lib”:“cpp”,“$lib_method”:“code”,“$lib_version”:“1.0.2”},“properties”:{“$lib”:“cpp”,“$lib_version”:“1.0.2”,“app_name”:“Creality Print”,“platform”:“Win”},“time”:1693048555402,“type”:“track”}
Computing bounding box… Done.
x = 97,337 … 122,663, y = 102,506 … 117,494, z = 0 … 5,5
Segmentation fault (core dumped)
I tried with multiple STLs. For this test I used:
https://www.crealitycloud.com/es/model-detail/6377e7ebac6c2dda64f00d1e
This same model, prints fine using the windows slicer
Thanks for your help.