razvann / delphichromiumembedded

Embedding Chromium (CEF1) in Delphi, tested on Delphi 2010, XE, XE2, Delphi 7.
6 stars 4 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