Page 1 of 1

Run cefsimple on arm64 deivce

PostPosted: Sun May 30, 2021 8:19 pm
by lejiannuaa
Hello,

I'm trying to run cefsimple on arm64 deivce, but it fails:
Code: Select all
[0128/155855.866305:WARNING:task_impl.cc(19)] No task runner for threadId 0
[0128/155855.868790:FATAL:simple_app.cc(83)] Check failed: CefCurrentlyOn(TID_UI).
Trace/breakpoint trap


cef_binary_90.6.6+g3c44b04+chromium-90.0.4430.93_linuxarm64 is used to compile libcef_dll_wrapper and also passed.

I removed thread check CEF_REQUIRE_UI_THREAD and got segment fault

am I missing something?
any help would be appreciated!

thanks

Re: Run cefsimple on arm64 deivce

PostPosted: Sun May 30, 2021 8:58 pm
by magreenblatt
What is the device? Are you using the pre-built “Sample Application” or building cefsimple yourself from the binary distribution? If the latter, have you made any changes?

Re: Run cefsimple on arm64 deivce

PostPosted: Sun May 30, 2021 10:22 pm
by lejiannuaa
my device is a board based on rk3399 chip (an arm64 chip)

I build cefsimple myself on the device using aarch64-linux-gnu-g++ complier and I haven't do any changes.