On Blender 3.2.1 and CrowdRender 0.4.4, when disabling the add-on, I get this message :
BTW : This happens regardless of the configuration. i.e. I just tested it right after a first install of CR on a machine that has never had it.
Traceback (most recent call last):
File "/home/caetano/programs/blender-3.2.1-linux-x64/3.2/scripts/modules/addon_utils.py", line 423, in disable
mod.unregister()
File "/home/caetano/.config/blender/3.2/scripts/addons/crowdrender/__init__.py", line 147, in unregister
cr_source.unregister()
File "/home/caetano/.config/blender/3.2/scripts/addons/crowdrender/cr_source/__init__.py", line 86, in unregister
bl_addon.unregister()
File "/home/caetano/.config/blender/3.2/scripts/addons/crowdrender/cr_source/bl_addon/__init__.py", line 1069, in unregister
initialiser.unregister()
File "/home/caetano/.config/blender/3.2/scripts/addons/crowdrender/cr_source/bl_addon/__init__.py", line 488, in unregister
settings.unregister()
File "/home/caetano/.config/blender/3.2/scripts/addons/crowdrender/cr_source/bl_addon/settings.py", line 778, in unregister
bpy.utils.unregister_class(CloudIssuesList)
RuntimeError: unregister_class(...):, missing bl_rna attribute from 'RNAMeta' instance (may not be registered)
Hi Mate, yeah, that's unusual, but since you're disabling the addon this error is not of much consequence to be honest. Thanks for reporting it though. Our usually approach to errors like this is that they will be fixed, but there not a high priority compared to things that are actually getting in the way of using the addon.
So, if this IS getting in the way of you using the addon, please let me know! Otherwise it will be worked on at some point, but no guarantee it will be soon or in the next release!