I stumbled upon my next crash


So I used plain Lauritzen and I have some evidences and targets set. I disable relevance reasoning with DSL_network::DeactivateRelevance() and then call UpdateBeliefs() - which is where the program crashes and this assertion gets printed:
Assertion failed: (idx >= 0) && (idx < size), file d:\shooltz\dsl\genie2\smile\fastarray.h, line 73
Otoh, if I don't DeactivateRelevance(), then UpdateBeliefs() runs fine.
I wanted to reproduce it in GeNIe but I don't know how to DeactivateRelevance() in the gui. As far as I understand, it's not possible...
Can you developers tell me what it is or do I have to send the network in again?
(Maybe it's interesting for you to know that the non-evidence nodes are all deterministic ones...)