specoolar / Blender-BakeLab2

Blender addon for baking images
GNU General Public License v3.0
304 stars 44 forks source link

Segfault crashing #24

Open andersmmg opened 2 years ago

andersmmg commented 2 years ago

I'm not sure what exactly is causing this, but I have it happening on multiple projects but not on others. Sometimes it crashes right when the baking completes, and sometimes it's during one of the last few maps.

/var/lib/snapd/snap/blender/1925/blender-wrapper: line 19: 89003 Segmentation fault (core dumped) $SNAP/blender "$@"

Here's the crash backtrace: https://rentry.org/nygwu

Host32 commented 2 years ago

I was facing the same problem here and figured out that i was using eevee as render engine and the addon was changing it temporarly during the bake process, so i set cycles as the render engine by default and the problem has gone