Page 1 of 1

25.2 Blender plugin on Linux crashes

Posted: Wed Feb 16, 2022 3:01 pm
by grimm
I installed the new version of the Octane Blender plugin (25.2) but I'm getting the following error...

Code: Select all

OctaneBlender Engine Init
Traceback (most recent call last):
  File "/usr/local/OctaneBlender/3.0/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "/home/jason/.config/blender/3.0/scripts/addons/terrain_nodes/__init__.py", line 82, in <module>
    NodeItem('TNODES_ND_vertex_data_output', 'Bake To Vertex'),
TypeError: __init__() takes 2 positional arguments but 3 were given
Clear Octane Resource Cache System
Octane: can't connect to Octane server.
Of course when I try to use Octane, Blender crashes...

Code: Select all

OctaneBlender Engine Create
Python: Traceback (most recent call last):
  File "/usr/local/OctaneBlender/3.0/scripts/addons/octane/__init__.py", line 131, in view_update
    engine.create(self, context.blend_data,
  File "/usr/local/OctaneBlender/3.0/scripts/addons/octane/engine.py", line 67, in create
    ocio.update_ocio_info()
  File "/usr/local/OctaneBlender/3.0/scripts/addons/octane/utils/ocio.py", line 64, in update_ocio_info
    ocio_intermediate_color_space_octane = preferences.rna_type.properties['ocio_intermediate_color_space_octane'].enum_items[preferences.ocio_intermediate_color_space_octane].value        
AttributeError: 'NoneType' object has no attribute 'rna_type'

location: <unknown location>:-1
Writing: /tmp/blender.crash.txt
Segmentation fault (core dumped)
I run both the server and Blender in their own terminals, in this case the server does not have any messages in it's terminal, error or otherwise. Maybe the wrong file was uploaded for Studio users?

Thanks,

Jason

Re: 25.2 Blender plugin on Linux crashes

Posted: Wed Feb 23, 2022 7:54 am
by linograndiotoy
This should be now fixed in the next release.

Re: 25.2 Blender plugin on Linux crashes

Posted: Thu Feb 24, 2022 4:47 am
by grimm
Thank you, it's already fixed and working for me.

Re: 25.2 Blender plugin on Linux crashes

Posted: Wed Mar 02, 2022 8:35 am
by linograndiotoy
Great!