Page 1 of 2

I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 7:50 am
by BigGoga
erorr.jpg
I can not understand what to do.

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 9:18 am
by Dade
BigGoga wrote: Tue Oct 23, 2018 7:50 am erorr.jpg

I can not understand what to do.
Have you installed the libraries listed at the end of the message viewtopic.php?f=9&t=630 ?
NOTE: Thanks to Acasta69 work, this release for Windows is compiled with VisualStudio 2017. You may need to install the VS2017 runtime libraries: https://support.microsoft.com/en-us/hel ... -downloads

NOTE: due to a bug (https://github.com/embree/embree/issues/195) in Embree v3.2.0, you need to install
also the Intel C++ redistributable (https://software.intel.com/sites/defaul ... .3.210.zip) on Windows

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 9:21 am
by BigGoga
Yes.
I installed these packages.

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 9:28 am
by Dade
BigGoga wrote: Tue Oct 23, 2018 9:21 am Yes.
I installed these packages.
Are you using the OpenCL version ? Is LuxMark working ?

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 9:32 am
by B.Y.O.B.
Are you using Blender 2.79b or a different version?

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 9:46 am
by BigGoga
I'm using version Blender 2.79b from blender.org

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 10:04 am
by BigGoga
Dade wrote: Tue Oct 23, 2018 9:28 am Are you using the OpenCL version ? Is LuxMark working ?
I tried to install version with OpenCL version and version without OpenCL
Yes. LuxMark is working.

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 10:28 am
by Dade
BigGoga wrote: Tue Oct 23, 2018 10:04 am
Dade wrote: Tue Oct 23, 2018 9:28 am Are you using the OpenCL version ? Is LuxMark working ?
I tried to install version with OpenCL version and version without OpenCL
Yes. LuxMark is working.
Ok, you will have to investigate what DLL you are missing. Download the stand alone version from https://github.com/LuxCoreRender/LuxCor ... opencl.zip
Unpack the .zip and run the luxcoreui.exe, you should get an error (post the message here, please).

You can than use a tool named Dependecy Walker to check what DLL you are missing, the procedure is described here: viewtopic.php?f=4&t=640&p=6412&hilit=de ... lker#p6407

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 10:53 am
by BigGoga
When I launch LuxCore UI there is no error.
screen1.jpg

after checking "luxcoreui" with dependencywalker
screen2.jpg

Re: I have a problem to install 2.1alpha4

Posted: Tue Oct 23, 2018 11:48 am
by Dade
BigGoga wrote: Tue Oct 23, 2018 10:53 am When I launch LuxCore UI there is no error.
This mean the problem is python related. Are you sure to use the official Blender 2.79b (Python v3.5) and not a daily build or v2.80 (Python v3.6) ?