A problem with running addon vonbots

there is a problem with vonbots addon when i play it on a file attached to the course it runs well but when i link it breaks
I'm using official blender 2.79 


console:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 398, in disable
mod.unregister()
File "C:\Users\aleksander\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\animation_vonnbots278.py", line 223, in unregister
bpy.utils.unregister_class(RigLayers)
RuntimeError: unregister_class(...):, missing bl_rna attribute from 'RNAMeta' instance (may not be registered)

  • Wayne Dixon replied

    I think this might occur because the add-on is installed while the script has already been activated.

    Try deleting the add-on, restarting a fresh Blender and then reinstalling it.

    (The restarting a fresh Blender is the important bit)


    Let me know how that goes Aleksander