[Scummvm-tracker] [ScummVM :: Bugs] #12737: GUI: SIGSEGV when running ./scummvm with disabled translations on macOS
ScummVM :: Bugs
trac at scummvm.org
Fri Jul 16 05:41:25 UTC 2021
#12737: GUI: SIGSEGV when running ./scummvm with disabled translations on macOS
------------------------------------------+---------------------
Reporter: dwatteau | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: GUI
Version: | Resolution:
Keywords: sigsegv,disabled translations | Game:
------------------------------------------+---------------------
Comment (by digitall):
@dwatteau: This shouldn't really crash, but given your backtrace and the
bisection you have indicated, it appears this is failing to parse the
theme file and load any fonts, thus it crashes when it tries to size the
first font when rendering the GUI.
I think this might be an issue with the scummvm configuration file,
specifically the theme path which is probably defaulting to the standard
installation location rather than the location of your local build tree.
You might want to check the theme path is set for the gui/themes directory
of your development build folder:
https://docs.scummvm.org/en/v2.2-docs/settings/paths.html?highlight=theme%20path
The keys are gui_theme and themepath in the scummvm configuration file
used:
https://docs.scummvm.org/en/v2.2-docs/advanced_topics/configuration_file.html
--
Ticket URL: <https://bugs.scummvm.org/ticket/12737#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list