Hi,
On a specific machine i'm getting this error. All DLLs are correct... Any clues about what could it be ?
Thanks
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
-
- Posts: 513
- Joined: Thu Aug 10, 2017 12:40 pm
Error loading libcef.dll
You do not have the required permissions to view the files attached to this post.
- salvadordf
- Posts: 4572
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Error loading libcef.dll
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.
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.
-
- Posts: 513
- Joined: Thu Aug 10, 2017 12:40 pm
Re: Error loading libcef.dll
Thanks, the problem was in the subprocess file 
