Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender 2.93 crashes switching to MALT Render Engine while pribambase enabled. #188

Open
atlawrie opened this issue Dec 4, 2021 · 0 comments

Comments

@atlawrie
Copy link

atlawrie commented Dec 4, 2021

If the plugin found here: https://github.com/lampysprites/pribambase is enabled, Blender will reliably crash when switching to the MALT render engine. Terminal output listed below:

Fatal Python error: _Py_CheckRecursiveCall: Cannot recover from stack overflow.
Python runtime state: initialized

Current thread 0x00000758 (most recent call first):
  File "C:\Users\bees\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlenderMalt\MaltProperties.py", line 46 in get_rna
  File "C:\Users\bees\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlenderMalt\MaltProperties.py", line 53 in setup
  File "C:\Users\bees\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlenderMalt\MaltPipeline.py", line 152 in setup_parameters
  File "C:\Users\bees\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlenderMalt\MaltPipeline.py", line 188 in depsgraph_update
  File "C:\Users\bees\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\pribambase\__init__.py", line 177 in sb_on_depsgraph_update_post
  ...
Exception ignored in: <function Pool.__del__ at 0x000001113EAC5040>
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\multiprocessing\pool.py", line 268, in __del__
    self._change_notifier.put(None)
  File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\multiprocessing\queues.py", line 375, in put
    self._writer.send_bytes(obj)
  File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\multiprocessing\connection.py", line 205, in send_bytes
    self._send_bytes(m[offset:offset + size])
  File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\multiprocessing\connection.py", line 285, in _send_bytes
    ov, err = _winapi.WriteFile(self._handle, buf, overlapped=True)
OSError: [WinError 6] The handle is invalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant