irtb / delphichromiumembedded

Automatically exported from code.google.com/p/delphichromiumembedded
1 stars 0 forks source link

External Exception 80000003 thrown from libcef.dll #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?
1. Create a new VCL Forms Project;
2. Drop a TChromium (or TChromiumOSR, makes no difference) on the form;
3. Run the app (all required libraries are in the app's root, and they are 
being read).

- What is the expected output? What do you see instead?

The Default URL is set to http://foundry-local/assist/node/ (I am developing a 
customised help system on my local server). Of course, I should see the page at 
that URL, but this exception gets thrown:

Exception EExternalException in module libcef.dll at 000269C0.
External exception 80000003.

- What version of the product are you using? On what operating system?

I am using a fresh install of r306 on a fresh install of Delphi XE on Windows 7 
32-bit.

- Please provide any additional information below.

The demo's don't work either, and the "guiclient" demo throws this exception:

Runtime Error 216 (...).

I am posting this issue report with my mobile, so I cannot determine whether or 
not r306 has been updated (I see you state support for XE, but there is no XE 
package).

Original issue reported on code.google.com by michaela...@gmail.com on 26 Aug 2012 at 6:50

GoogleCodeExporter commented 9 years ago
Perhaps I should I have used an SVN Checkout instead of grabbing it from 
downloads?

Original comment by michaela...@gmail.com on 27 Aug 2012 at 8:31

GoogleCodeExporter commented 9 years ago
I have the same Problem did you fix it

Original comment by ATS3...@gmail.com on 28 Dec 2012 at 8:43

GoogleCodeExporter commented 9 years ago
I was lucky with
http://code.google.com/p/delphichromiumembedded/downloads/detail?name=dcef-r275.
7z
finally

Original comment by ATS3...@gmail.com on 28 Dec 2012 at 10:53

GoogleCodeExporter commented 9 years ago
The same wxception still present (just download all source from SVN) - Delphi 
XE2

Original comment by info.p2r...@gmail.com on 28 Mar 2013 at 8:37

GoogleCodeExporter commented 9 years ago
Same problem with actual version

Exception EExternalException in module libcef.dll at xxxxxxxx.
External exception 80000003.

Error appears just after compiling project.
If I can help you, just tell me how

Win XP, D7

old r275.7z - works great

Original comment by zuzlan on 8 May 2013 at 3:36

GoogleCodeExporter commented 9 years ago
1. You must create folder "locales" in your EXE location.
2. Copy to this directory files *.pak (from "downloaded pack 
location"\bin\win32\locales)

It's work GL&HF.
Tested on TurboDelphi Pro (DBS2006)

Original comment by decho...@gmail.com on 12 Feb 2015 at 3:07