Page 1 of 1

Missing Intel C++ Libraries

Posted: Mon Jun 04, 2018 12:12 pm
by sarmath
Hi... after instaling BlendLuxcore 2.1 alpha1 from zip file I get this error when trying to enable it:

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable
mod = __import__(module_name)
File "C:\Users\sarmath\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\BlendLuxCore\__init__.py", line 13, in <module>
from .bin import pyluxcore
ImportError: DLL load failed: The specified module could not be found
trying to save userpref at C:\Users\sarmath\AppData\Roaming\Blender Foundation\Blender\2.79\config\userpref.blend ok

I had no problems with alpha0.
Any Ideas?

Re: Can't install BlendLux

Posted: Mon Jun 04, 2018 12:21 pm
by Dade
sarmath wrote: Mon Jun 04, 2018 12:12 pm Hi... after instaling BlendLuxcore 2.1 alpha1 from zip file I get this error when trying to enable it:

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable
mod = __import__(module_name)
File "C:\Users\sarmath\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\BlendLuxCore\__init__.py", line 13, in <module>
from .bin import pyluxcore
ImportError: DLL load failed: The specified module could not be found
trying to save userpref at C:\Users\sarmath\AppData\Roaming\Blender Foundation\Blender\2.79\config\userpref.blend ok

I had no problems with alpha0.
Any Ideas?
Have you installed the redistribuibile libraries for the Intel® C++ ?

Re: Can't install BlendLux

Posted: Mon Jun 04, 2018 12:53 pm
by sarmath
Solved :)

After instalation of redistribuibile libraries for the Intel® C++ I can enable luxcore again.
thank you.