Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorInitializingLibrary appears in Linux_arm64 #472

Closed
jwj76 opened this issue Aug 6, 2023 · 1 comment
Closed

ErrorInitializingLibrary appears in Linux_arm64 #472

jwj76 opened this issue Aug 6, 2023 · 1 comment

Comments

@jwj76
Copy link

jwj76 commented Aug 6, 2023

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants