It does not open for me either. Here's the console output on my side.
I also have a problem 'opening' a file as well, here. Not sure they are the same problem.
Read prefs: "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\config\userpref.blend"
register_class(...):
Warning: 'bc.main_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.repair_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.limdiss_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.topology_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.normals_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.objectdata_panel' does not contain '_PT_' with prefix and suffix
Starting import process :: 0.00
Loading file :: 0.00
Calculate unit scale :: 0.00
Process context filter :: 0.00
Calculate model offset :: 0.01
Predict dense mesh :: 0.00
Set units :: 0.00
Create project :: 0.01
Process element filter :: 0.01
Traceback (most recent call last):
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\project\operator.py", line 734, in execute
ifc_importer.execute()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 241, in execute
self.create_collections()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1540, in create_collections
self.create_aggregate_and_nest_collections()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1594, in create_aggregate_and_nest_collections
] + [
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1597, in <listcomp>
if (r.RelatingObject.is_a("IfcElement") or r.RelatingObject.is_a("IfcElementType"))
AttributeError: 'NoneType' object has no attribute 'is_a'
Error: Python: Traceback (most recent call last):
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\project\operator.py", line 734, in execute
ifc_importer.execute()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 241, in execute
self.create_collections()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1540, in create_collections
self.create_aggregate_and_nest_collections()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1594, in create_aggregate_and_nest_collections
] + [
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1597, in <listcomp>
if (r.RelatingObject.is_a("IfcElement") or r.RelatTraceback (most recent call last):
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\project\operator.py", line 630, in load_handler
self.finish_loading_project(context)
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\project\operator.py", line 657, in finish_loading_project
bpy.ops.bim.load_project_elements()
File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\bpy\ops.py", line 113, in __call__
ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\project\operator.py", line 734, in execute
ifc_importer.execute()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 241, in execute
self.create_collections()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1540, in create_collections
self.create_aggregate_and_nest_collections()
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1594, in create_aggregate_and_nest_collections
] + [
File "C:\Users\Ryan Schultz\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\import_ifc.py", line 1597, in <listcomp>
if (r.RelatingObject.is_a("IfcElement") or r.RelatingObject.is_a("IfcElementType"))
AttributeError: 'NoneType' object has no attribute 'is_a'
Location: C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\bpy\ops.py:113