Hi all,
I’ve just installed Manjaro Wynsdey in a KVM virtual machine.
Then I transferred a heavy Blender file developed on Debian Trixie with Blender 4.1.1 downloaded from the Blender site.
When I install Blender from the repositories and try to open the file, Blender crashes with these errors:
~/Sca/blender-4.1.1-linux-x64 blender ✔ 5m 20s
Read prefs: "/home/mirto/.config/blender/4.1/config/userpref.blend"
Read blend: "/home/mirto/h5a_02_sole-alto.blend"
Fatal Python error: PyImport_AppendInittab: PyImport_AppendInittab() may not be called after Py_Initialize()
Python runtime state: initialized
Current thread 0x0000792f34200000 (most recent call first):
<no Python frame>
Thread 0x0000792f749fd000 (most recent call first):
<no Python frame>
Extension modules: _freestyle, bpy.props, bpy.app.icons, bpy.app.timers, bpy.utils.units, bpy.types, mathutils.geometry, mathutils.interpolate, mathutils.noise, mathutils, idprop, _cycles (total: 12)
zsh: IOT instruction (core dumped) blender
~/Sca/blender-4.1.1-linux-x64
But If I download Blender 4.1.1 from the Blender site and open the same file it works correctly
~/Sca/blender-4.1.1-linux-x64 ./blender-launcher ✔ 1m 18s
Read prefs: "/home/mirto/.config/blender/4.1/config/userpref.blend"
Writing userprefs: "/home/mirto/.config/blender/4.1/config/userpref.blend" ok
Info: Preferences saved
Writing userprefs: "/home/mirto/.config/blender/4.1/config/userpref.blend" ok
Info: Preferences saved
Read blend: "/home/mirto/h5a_02_sole-alto.blend"
Saved session recovery to "/tmp/quit.blend"
Writing userprefs: "/home/mirto/.config/blender/4.1/config/userpref.blend" ok
Info: Preferences saved
Blender quit
~/Sca/blender-4.1.1-linux-x64
There is something I can do to use the repository version of Blender?