Skip to content

The default en-US locale pak file fails to load on Mac #163

Description

@GoogleCodeExporter
There is an error: "locale.file_path empty". The Resources/en-US.lproj/ 
directory is missing. On Windows and Linux there is an "en-US.pak" file.

The solution was to set the --locale_pak=Resources/en.lproj/locale.pak flag.

Now after looking at the CEF sources I see that it should be fixed by setting 
the --lang=en flag or using ApplicationSettings#locale_(string) option.

I am wondering if this error might have something to do with the fact that 
we're not using the directory structures like the one found in cefclient.app. 
CEF libraries are in the "Chromium Embedded Framework.framework" directory with 
Libraries/Resources subdirectories. I've put all libraries/executables in a 
single directory to make it consistent with how it's done on Windows and Linux. 
Also to avoid possible issues with app packagers like pyinstaller.

Original issue reported on code.google.com by czarek.t...@gmail.com on 14 Jan 2015 at 8:11

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions