After building v129, we can run cefclient successfully within the associated output directory (Release_GN_X86).
When we move it along with the various dependent files, cefclient crashes while loading, and the debug log file shows:
[1014/145211.559:WARNING:main_context_impl.cc(109)] Chrome runtime defaults to the Views framework.
[1014/145211.559:WARNING:main_context_impl.cc(130)] Using Chrome style; Views-hosted window; Windowed rendering (not a warning)
[1014/145211.563:ERROR:icu_util.cc(223)] Invalid file descriptor to ICU data received.
[1014/145211.563:FATAL:icu_util.cc(297)] Check failed: result.
I've tried copying lots of other files from the output directory but cefclient still will not run anywhere except the output directory itself. We have never experienced this issue with any other builds in the past.
Any thoughts?