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.
-Windows information : windows 7 pro 64bits, etc. But I build the program for 32bits apps.
-Delphi 10.3 community edition, 32bits.
- MDI browser vcl and simpe browser. ( not changing the code at all )
Problem:
Just browsing aliexpress.com for 20x times in fast speed and got the captcha, When I tried to solving the captcha. Its just crash.
radiaku wrote: Wed Jul 29, 2020 2:02 pm
Okay let me try it first. but I just only have visual studio. is that enough or any tutorial debugging with visual studio?
I've never tried to get the call stack with Visual Studio but I guess you can.
Installing WinDbg is fast and it doesn't take much disk space anyway.
radiaku wrote: Wed Jul 29, 2020 2:02 pm
Out of topic, I tried solving the captcha using briskbard browser, its just work flawlessly
I'm glad to hear that!
Have you tried running that demo inside Delphi to see if the call stack originates in Delphi code ?
Are you using new request contexts for each child form?
salvadordf wrote: Wed Jul 29, 2020 2:14 pm
I've never tried to get the call stack with Visual Studio but I guess you can.
Installing WinDbg is fast and it doesn't take much disk space anyway.
As far I know windows sdk is large space more than 3 giga ( I use ssd 128, that a lot space for me ).
Have you tried running that demo inside Delphi to see if the call stack originates in Delphi code ?
Are you using new request contexts for each child form?
I run it inside delphi rio 10.3 . But its just crashing like that. But cause briskbard browser running fine than there is something that missing, but I dont know what, btw I using CEF4Delphi-83.0.4103.106, and cef_binary_83.5.0+gbf03589+chromium-83.0.4103.106_windows32
radiaku wrote: Wed Jul 29, 2020 2:25 pm
As far I know windows sdk is large space more than 3 giga ( I use ssd 128, that a lot space for me ).
The Windows SDK installer allows you to select which components it will download and install.
Select the debug tools only and it will only use a few MB.
The CEF debug symbols on the other hand are huge when you decompress them (about 2GB).
radiaku wrote: Wed Jul 29, 2020 2:25 pm
I run it inside delphi rio 10.3 . But its just crashing like that. But cause briskbard browser running fine than there is something that missing, but I dont know what, btw I using CEF4Delphi-83.0.4103.106, and cef_binary_83.5.0+gbf03589+chromium-83.0.4103.106_windows32
Right now I'm busy but I'll try to reproduce this error when I have some free time.
salvadordf wrote: Wed Jul 29, 2020 3:10 pm
The Windows SDK installer allows you to select which components it will download and install.
Select the debug tools only and it will only use a few MB.
The CEF debug symbols on the other hand are huge when you decompress them (about 2GB).
I already done it with your ways , sir. and still got error.
I record it, in case I messed up with process debugging.
Check the video is here: https://youtu.be/sSPreTg-9XQ ( but I change it using simple browser, cause its easier to settings for debugging.) I got nothing on call stack, No clues avaible
salvadordf wrote: Wed Jul 29, 2020 3:10 pm
Right now I'm busy but I'll try to reproduce this error when I have some free time.
Thanks you , I really appreciate it. Your base code is really helping me to change to delphi and freepascal. ( C# programmer is here ). Cheers.
I tried the latest CEF4Delphi version with CEF 84.3.7 on several pages with the "slide to verify" control and I couldn't make it crash.
I browsed their products for 15 minutes and I tried to login several times on aliexpress.com. They show you a "slide to verify" captcha in the 4th or 5th attempt and it didn't crash when I moved it to the right.
salvadordf wrote: Wed Jul 29, 2020 8:38 pm
I tried the latest CEF4Delphi version with CEF 84.3.7 on several pages with the "slide to verify" control and I couldn't make it crash.
I browsed their products for 15 minutes and I tried to login several times on aliexpress.com. They show you a "slide to verify" captcha in the 4th or 5th attempt and it didn't crash when I moved it to the right.