rgsouthall / vi-suite061

VI-Suite version 0.6.1 for Blender 2.93
8 stars 3 forks source link

Blender crashing with ViSuite after adding libpython3.9 #2

Open Morrat opened 3 years ago

Morrat commented 3 years ago

I was giving FloVi another shot when I saw there was a 0.61 build. No different result, so I looked at the logs.

alex@alex-HP-Z420-Workstation:~/Downloads/blender-2.93$ ./blender
addon_utils.disable: vi-suite061-master not disabled
Modules Installed (vi-suite061-master) from '/home/alex/Downloads/vi-suite061-master(1).zip' into '/home/alex/.config/blender/2.93/scripts/addons'
[INFO   ] [Logger      ] Record log in /home/alex/.kivy/logs/kivy_21-05-25_16.txt
[INFO   ] [Kivy        ] v2.0.0
[INFO   ] [Kivy        ] Installed at "/home/alex/.config/blender/2.93/scripts/addons/vi-suite061-master/Python/linux/kivy/__init__.py"
[INFO   ] [Python      ] v3.9.2 (default, Feb 25 2021, 12:19:39) 
[GCC 9.3.1 20200408 (Red Hat 9.3.1-2)]
[INFO   ] [Python      ] Interpreter at "/home/alex/Downloads/blender-2.93/2.93/python/bin/python3.9"
[INFO   ] [Factory     ] 186 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
libpython3.9.so.1.0: cannot open shared object file: No such file or directory
libpython3.9.so.1.0: cannot open shared object file: No such file or directory
Read blend: /home/alex/untitled2.blend
Saved session recovery to '/tmp/quit.blend'

So I went ahead and tried again after installing libpython3.9.

alex@alex-HP-Z420-Workstation:~/Downloads/blender-2.93$ ./blender
addon_utils.disable: vi-suite061-master not disabled
Modules Installed (vi-suite061-master) from '/home/alex/Downloads/vi-suite061-master(1).zip' into '/home/alex/.config/blender/2.93/scripts/addons'
[INFO   ] [Logger      ] Record log in /home/alex/.kivy/logs/kivy_21-05-25_19.txt
[INFO   ] [Kivy        ] v2.0.0
[INFO   ] [Kivy        ] Installed at "/home/alex/.config/blender/2.93/scripts/addons/vi-suite061-master/Python/linux/kivy/__init__.py"
[INFO   ] [Python      ] v3.9.2 (default, Feb 25 2021, 12:19:39) 
[GCC 9.3.1 20200408 (Red Hat 9.3.1-2)]
[INFO   ] [Python      ] Interpreter at "/home/alex/Downloads/blender-2.93/2.93/python/bin/python3.9"
[INFO   ] [Factory     ] 186 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
Illegal instruction (core dumped)

Now this can be reverted by removing ViSuite .config/blender/ folder.

I am running Blender2.93, Ubuntu 20.04, OpenFoamV8. Now, any idea on where I can get a log for why there was an illegal instruction?

rgsouthall commented 3 years ago

This branch is experimental and I'm not taking bug reports on it yet. Blender 2.93 is however moving to Python 3.9. This has the advantage in that it matches my system Python version, at least on Arch. If that is the case for you then you may have some luck installing netgen on your system and using a system install of 2.9.3. The VI-Suite may see it.