Page 1 of 1

Error loading libcef.dll

Posted: Sun Jan 05, 2020 5:14 pm
by thefunkyjoint
Hi,

On a specific machine i'm getting this error. All DLLs are correct... Any clues about what could it be ?

Thanks
Screen Shot 2020-01-05 at 14.13.09.jpg

Re: Error loading libcef.dll

Posted: Sun Jan 05, 2020 5:32 pm
by salvadordf
Hi,

That error code means that libcef.dll couldn't be found.

Check that the CEF binaries are copied in the right directory and the windows user launching the application has read privileges in that directory.

If the application is executed by another app then add GlobalCEFApp.SetCurrentDir to TRUE. If I remember correctly shortcuts also need this property.

Re: Error loading libcef.dll

Posted: Tue Jan 07, 2020 12:12 pm
by thefunkyjoint
Thanks, the problem was in the subprocess file :D