I checked out new Blender 3.6 alpha SFS for kirkstone
(By the way Blender alphas are notoriously buggy but this seems OK)
I don't have internet access so I put the three files manually in SFS folder
and it worked as expected in my old desktop machine ---> cycles rendering needs to be turned on.
I used main window .
Next I tried kirkstone container and launched from start menu.
The app tried to launch but it stopped the launch after fraction of second.
Next I tried launching in kirkstone container terminal to check for any error messages
and saw this...
Code: Select all
# blender
blender: no process found
could not get a list of mounted file-systems
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_anim_bvh'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_curve_svg'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_mesh_ply'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_mesh_stl'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_mesh_uv_layout'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_scene_fbx'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_scene_gltf2'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_scene_obj'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_scene_x3d'
Traceback (most recent call last):
File "/opt/blender/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'pose_library'
LLVM ERROR: Cannot select: intrinsic %llvm.coro.size
Aborted
#