Hi,
ok I found the problem.
This happen only if you have multi-language site and there is no language associations for menu item of type User List.
How to solve? in file /components/com_jsn/helpers/association.php replace at line 35 this:
else return null;
with this
else return array();
We already do it for your site