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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

[solved] Canceling Downloads

umpani
Posts: 11
Joined: Thu Nov 01, 2018 2:17 pm

Re: Canceling Downloads

Post by umpani »

Hi,

I think, it's a misunderstanding.

You've been talking about HTTP Errors. I was talking about a delphi exception, wich is raised, when downloading a non existing file.
error.png
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Canceling Downloads

Post by salvadordf »

I tried the MiniBrowser with the code you mentioned before to download test.jpg and I don't get that exception.

Please, check that you use the right CEF3 binaries and you copied the contents of the "RELEASE" and the "RESOURCES" directories. If you copy the contents of the "debug" directory you may get unexpected errors.

The C000001D error code means "illegal instruction" and according to some web pages it could be tough to fix.

What Delphi version are you using?
32bit or 64bit application?
umpani
Posts: 11
Joined: Thu Nov 01, 2018 2:17 pm

Re: Canceling Downloads

Post by umpani »

salvadordf wrote: Sat Nov 03, 2018 9:48 pm Please, check that you use the right CEF3 binaries and you copied the contents of the "RELEASE" and the "RESOURCES" directories. If you copy the contents of the "debug" directory you may get unexpected errors.
This seems to be the key.

Thank you very much.
Post Reply