Page 1 of 1

Couldn't mmap icu data file

PostPosted: Tue May 04, 2021 12:39 pm
by SatoruMikami
Hello everybody. I have a problem with CEF initialization. My subprocess is not created, but a copy of my main process is created, as a result of which I get a crash and an error in the debug log CEF "Couldn't mmap icu data file". :| :|

Re: Couldn't mmap icu data file

PostPosted: Tue May 04, 2021 12:45 pm
by magreenblatt
By default the main exe will be re-launched for subprocesses. Also verify that your directory structure is correct. See https://bitbucket.org/chromiumembedded/ ... t-function