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.2k stars 365 forks source link

CopyCEFDlls swiftshader folder not found #425

Closed fraurino closed 2 years ago

fraurino commented 2 years ago

⚠️ swiftshader folder is being required by tools, but version 102.0.10, the folder no longer exists, but the dll libEGL.dll and libGLESv2.dll that made the swiftshader folder, is in the previous folder, release. 👍 solved by commenting out the lines of code referring to the swiftshader folder;

{ if not DirectoryExists(GetRootDir + '\Release\swiftshader') then begin AddLog('\Release\swiftshader directory does not exist'); exit; end; }

//CopyFilesToFolder('\Release\swiftshader', DestDir, '\swiftshader', CopyCount, ErrorCount);

salvadordf commented 2 years ago

The latest update includes your fix. Thank you very much! :)