energye / energy

Energy is a framework developed by Go language based on CEF (Chromium Embedded Framework) for developing cross-platform desktop applications for Windows, Mac OS X, and Linux
https://energye.github.io
Apache License 2.0
380 stars 28 forks source link

Linux ARM “static TLS block” #4

Open sxmxta opened 1 year ago

sxmxta commented 1 year ago

Linux ARM import libcef.so failed

cannot allocate memory in static TLS block

  • The reason may be that the upstream compilation is for optimizing performance.
  • The current solution is to add preloaded environment variables before running the program export LD_PRELOAD=/path/to/libcef.so:$LD_PRELOAD
  • This problem may not be solved in energy

Then run the GTK3 demos.export LD_PRELOAD= CEF4Delphi https://github.com/salvadordf/CEF4Delphi/issues/457

sxmxta commented 1 year ago

linux arm energy init . generate run.sh run

PyaePhyo8612 commented 1 year ago

Unblocked