salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.21k stars 366 forks source link

Using the source code of CEF 127.3.1 and the binary files in the folder, the FMX version crashes #524

Closed chenzhifeng0025 closed 1 month ago

chenzhifeng0025 commented 1 month ago

The version I am using is: CEF4Delphi uses CEF 127.3.1 which includes Chromium 127.0.6533.100. I downloaded it from the latest version on GitHub, and the binary files are from the download link in the Readme file: Windows 32 bits. I used the debug files from this download and compiled the FMXTabbedBrowser.dproj project. The project compiles and runs to the interface normally, but when it displays the interface, it keeps loading the URL and then suddenly crashes and exits. I have not modified any code in this source. What could be the issue? I have been puzzled for a long time. What am I doing wrong?

salvadordf commented 1 month ago

Hi,

Copy the contents of the Release and Resources directories from the CEF binaries. https://github.com/salvadordf/CEF4Delphi/wiki/Before-you-run-the-demos

The debug files in the binaries cause issues.

chenzhifeng0025 commented 1 month ago

Thank you, the issue has been resolved.