textension icon indicating copy to clipboard operation
textension copied to clipboard

Immediate crash when enabling the addon

Open stibinator opened this issue 7 months ago • 0 comments

To reproduce: Install addon, tick the enable checkbox. Boom, Blender goes away.

Blender 4.1.1, Arch Linux / Gnome / X11

Here's the crash report:

Blender 4.1.1, Commit date: 2024-04-15 15:11, Hash e1743a0317bc

Modules Installed (textension) from '/home/stib/Downloads/textension.zip' into '/home/stib/.config/blender/4.1/scripts/addons' # Info

backtrace

blender(+0x207290b) [0x59f9157db90b] blender(+0x15fe239) [0x59f914d67239] /usr/lib/libc.so.6(+0x3cae0) [0x7f5eaca50ae0] /usr/lib/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so(+0xa3fe) [0x7f5e6f62b3fe] /usr/lib/libpython3.12.so.1.0(_PyObject_GenericGetAttrWithDict+0x22d) [0x7f5ead1ac7cd] /usr/lib/libpython3.12.so.1.0(PyObject_GetAttr+0x4d) [0x7f5ead18300d] /usr/lib/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x13fa) [0x7f5ead189eca] /usr/lib/libpython3.12.so.1.0(PyEval_EvalCode+0xb5) [0x7f5ead24d0f5] /usr/lib/libpython3.12.so.1.0(+0x268706) [0x7f5ead268706] /usr/lib/libpython3.12.so.1.0(+0x1a4cbe) [0x7f5ead1a4cbe] /usr/lib/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x5c4b) [0x7f5ead18e71b] /usr/lib/libpython3.12.so.1.0(+0x1af9fb) [0x7f5ead1af9fb] /usr/lib/libpython3.12.so.1.0(PyObject_CallMethodObjArgs+0x10b) [0x7f5ead1e0f4b] /usr/lib/libpython3.12.so.1.0(PyImport_ImportModuleLevelObject+0x941) [0x7f5ead1e0021] /usr/lib/libpython3.12.so.1.0(+0x1f04ed) [0x7f5ead1f04ed] /usr/lib/libpython3.12.so.1.0(+0x1a4cbe) [0x7f5ead1a4cbe] /usr/lib/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x5c4b) [0x7f5ead18e71b] /usr/lib/libpython3.12.so.1.0(+0x1af9fb) [0x7f5ead1af9fb] /usr/lib/libpython3.12.so.1.0(PyObject_CallMethodObjArgs+0x10b) [0x7f5ead1e0f4b] /usr/lib/libpython3.12.so.1.0(PyImport_ImportModuleLevelObject+0xca8) [0x7f5ead1e0388] /usr/lib/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x64d0) [0x7f5ead18efa0] /usr/lib/libpython3.12.so.1.0(PyEval_EvalCode+0xb5) [0x7f5ead24d0f5] /usr/lib/libpython3.12.so.1.0(+0x268706) [0x7f5ead268706] /usr/lib/libpython3.12.so.1.0(+0x1a4cbe) [0x7f5ead1a4cbe] /usr/lib/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x5c4b) [0x7f5ead18e71b] blender(+0x27f24da) [0x59f915f5b4da] blender(+0x27b0dc2) [0x59f915f19dc2] blender(+0x20df26f) [0x59f91584826f] blender(+0x20dfa50) [0x59f915848a50] blender(+0x20dfeb0) [0x59f915848eb0] blender(+0x292c5fd) [0x59f9160955fd] blender(+0x293d9fa) [0x59f9160a69fa] blender(+0x20e5178) [0x59f91584e178] blender(+0x20e5fa1) [0x59f91584efa1] blender(+0x20e6b73) [0x59f91584fb73] blender(+0x20d4d32) [0x59f91583dd32] blender(+0x15f995e) [0x59f914d6295e] /usr/lib/libc.so.6(+0x25c88) [0x7f5eaca39c88] /usr/lib/libc.so.6(__libc_start_main+0x8c) [0x7f5eaca39d4c] blender(+0x15f9485) [0x59f914d62485]

Python backtrace

File "/home/stib/.config/blender/4.1/scripts/addons/textension/btypes/init.py", line 66 in get_space_type File "/home/stib/.config/blender/4.1/scripts/addons/textension/btypes/init.py", line 74 in get_ARegionType File "/home/stib/.config/blender/4.1/scripts/addons/textension/utils.py", line 666 in redraw_text File "/home/stib/.config/blender/4.1/scripts/addons/textension/utils.py", line 65 in inline File "/home/stib/.config/blender/4.1/scripts/addons/textension/utils.py", line 662 in File "", line 488 in _call_with_frames_removed File "", line 995 in exec_module File "", line 935 in _load_unlocked File "", line 1331 in _find_and_load_unlocked File "", line 1360 in _find_and_load File "", line 488 in _call_with_frames_removed File "", line 1415 in _handle_fromlist File "/home/stib/.config/blender/4.1/scripts/addons/textension/init.py", line 21 in File "", line 488 in _call_with_frames_removed File "", line 995 in exec_module File "", line 935 in _load_unlocked File "", line 1331 in _find_and_load_unlocked File "", line 1360 in _find_and_load File "", line 1387 in _gcd_import File "/usr/lib/python3.12/importlib/init.py", line 90 in import_module File "/usr/share/blender/4.1/scripts/modules/addon_utils.py", line 376 in enable File "/usr/share/blender/4.1/scripts/startup/bl_operators/userpref.py", line 450 in execute

stibinator avatar Jun 28 '24 00:06 stibinator