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 4.0.2 freezes on startup after installing BlendLuxCore #901

Open
dis-grace opened this issue Feb 1, 2024 · 2 comments
Open

Blender 4.0.2 freezes on startup after installing BlendLuxCore #901

dis-grace opened this issue Feb 1, 2024 · 2 comments

Comments

@dis-grace
Copy link

Steps to reproduce:

  1. Install BlendLuxCore from zip
  2. Close all Blender instances
  3. Start Blender

Error message from Blender console:

traceback (most recent call last):
  File "/usr/share/blender/4.0/scripts/modules/addon_utils.py", line 364, in enable
    mod = importlib.import_module(module_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/disgrace/.config/blender/4.0/scripts/addons/BlendLuxCore/__init__.py", line 53, in <module>
    from .bin import pyluxcore
SystemError: initialization of pyluxcore raised unreported exception
<frozen importlib._bootstrap>:241: RuntimeWarning: to-Python converter for luxrays::Property already registered; second conversion method ignored.
<frozen importlib._bootstrap>:241: RuntimeWarning: to-Python converter for luxrays::Properties already registered; second conversion method ignored.
BlendLuxCore 2.8alpha1 registered (with pyluxcore 2.6)

OS:
Blender version: 4.0.2
LuxCore version: v2.8alpha1

What happens:
blendre freezes and does not load the UI, showing a grey screen instead

@odil24
Copy link
Contributor

odil24 commented Feb 1, 2024

  1. Reset Blender to deafult config
  2. Copy/paste BlendLuxCore folder to addons/scripts folder instead install from zip

@dis-grace
Copy link
Author

Same error

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

2 participants