Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Error loading libcef.dll

Post Reply
thefunkyjoint
Posts: 459
Joined: Thu Aug 10, 2017 12:40 pm

Error loading libcef.dll

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4037
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Error loading libcef.dll

Post 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.
thefunkyjoint
Posts: 459
Joined: Thu Aug 10, 2017 12:40 pm

Re: Error loading libcef.dll

Post by thefunkyjoint »

Thanks, the problem was in the subprocess file :D
Post Reply