eliemichel / OpenMfxForBlender

A branch of Blender featuring an OpenMfx modifier
Other
176 stars 19 forks source link

Crash when creating a geometry node #81

Closed tkarabela closed 1 year ago

tkarabela commented 1 year ago

I've encountered a crash when adding OpenMfx geometry node, following instructions from https://openmesheffect.org/QuickStart/using-openmfx.html#as-a-geometry-node

Steps to reproduce

My setup The crash happens with mfx-v0.16.0-rc1 (d8592ce049a4a7dfae40335fdad430ce6679b588) which I've built on Ubuntu 20.04, x86-64 in Debug configuration.

The crash It happens in MFX_node_get_effect_count, where m_library is NULL inside the runtime struct. I'm not familiar with the geometry nodes part of the mfx host so unfortunately don't know where to look further.

Screenshot from 2022-11-11 23-58-39

Notes

P.S. Nice to see OpenMfx moving forward @eliemichel! :)

eliemichel commented 1 year ago

My bad, I was a bit too in a hurry in my last update! To be fixed in a minute.

Nice to see you around :) I started recently to read over all our discussions to log the important ideas here https://openmfx.org/Rfc/002-edge-representation.html ! An OpenMfx keeps on living, especially thanks to @YassineMankai who I could hire for an internship with the Epic MegaGrant. What have you been working on lately?

tkarabela commented 1 year ago

Thanks for the fix! I've just sent you an e-mail :)