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

ErrorInitializingLibrary appears in Linux_arm64 #472

Closed jwj76 closed 1 year ago

jwj76 commented 1 year ago

Version: 87.0.4280.141

Question:

  1. Running the built-in cefsimple is normal.
  2. Compile the code in the Lazarus example and run it directly to exit.
  3. WriteLn (GlobalCEFApp. Status) displays asErrorInitializingLibrary.
  4. In the 'CustomiExceptionHandler' function of 'uCEFMiscFunctions', add WriteLn(aFunctionName + ' error : ' + aException.message); Echo TCefApplicationCore.ExecuteProcess error : Access violation TCefApplicationCore.InitializeLibrary error : Access violation
  5. Compilation target changed to win32 I386 and Linux X86_ 64 is normal and will not display the above error.
salvadordf commented 1 year ago

The demos run fine in RaspiOS 64 bit but they fail in Ubuntu 64 bit for RaspberryPi. This is the same issue as #457.