(lldb) run Process 53880 launched: './scummvm' (x86_64) Process 53880 stopped * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x00000001000d62fe scummvm`GUI::ThemeEngine::getFont(this=0x000000010401f000, font=kFontStyleBold) const at ThemeEngine.cpp:1627:40 1624 *********************************************************/ 1625 1626 const Graphics::Font *ThemeEngine::getFont(FontStyle font) const { -> 1627 return _texts[fontStyleToData(font)]->_fontPtr; 1628 } 1629 1630 int ThemeEngine::getFontHeight(FontStyle font) const { Target 0: (scummvm) stopped. (lldb) p font (GUI::ThemeEngine::FontStyle) $0 = kFontStyleBold (lldb) p fontStyleToData(font) (GUI::TextData) $1 = kTextDataDefault (lldb) p _texts[fontStyleToData(font)] (GUI::TextDrawData *) $2 = 0x0000000000000000 (lldb) bt * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) * frame #0: 0x00000001000d62fe scummvm`GUI::ThemeEngine::getFont(this=0x000000010401f000, font=kFontStyleBold) const at ThemeEngine.cpp:1627:40 frame #1: 0x00000001000f5b4f scummvm`GUI::GuiManager::getFont(this=0x00000001018cb200, style=kFontStyleBold) const at gui-manager.h:106:117 frame #2: 0x00000001000f5af3 scummvm`GUI::ButtonWidget::getMinSize(this=0x0000000106a47520, minWidth=0x00007ffeefbfde44, minHeight=0x00007ffeefbfde40) at widget.cpp:368:37 frame #3: 0x00000001000df5b9 scummvm`GUI::ThemeLayoutWidget::reflowLayout(this=0x000000010312db80, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:191:13 frame #4: 0x00000001000e0a5d scummvm`GUI::ThemeLayoutStacked::reflowLayoutHorizontal(this=0x000000010312d990, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:389:17 frame #5: 0x00000001000dde01 scummvm`GUI::ThemeLayoutStacked::reflowLayout(this=0x000000010312d990, widgetChain=0x0000000106a47520) at ThemeLayout.h:188:4 frame #6: 0x00000001000e022d scummvm`GUI::ThemeLayoutStacked::reflowLayoutVertical(this=0x000000010312d7b0, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:298:17 frame #7: 0x00000001000dddef scummvm`GUI::ThemeLayoutStacked::reflowLayout(this=0x000000010312d7b0, widgetChain=0x0000000106a47520) at ThemeLayout.h:186:4 frame #8: 0x00000001000dffc1 scummvm`GUI::ThemeLayoutMain::reflowLayout(this=0x000000010312d690, widgetChain=0x0000000106a47520) at ThemeLayout.cpp:270:17 frame #9: 0x00000001000dcb4b scummvm`GUI::ThemeEval::reflowDialogLayout(this=0x000000010401e800, name=0x00007ffeefbfe8b8, widgetChain=0x0000000106a47520) at ThemeEval.cpp:196:30 frame #10: 0x0000000100094428 scummvm`GUI::Dialog::reflowLayout(this=0x00007ffeefbfe898) at dialog.cpp:110:20 frame #11: 0x00000001000a3ea2 scummvm`GUI::LauncherDialog::reflowLayout(this=0x00007ffeefbfe898) at launcher.cpp:802:10 frame #12: 0x000000010009e92f scummvm`GUI::GuiManager::openDialog(this=0x00000001018cb200, dialog=0x00007ffeefbfe898) at gui-manager.cpp:558:11 frame #13: 0x00000001000942d0 scummvm`GUI::Dialog::open(this=0x00007ffeefbfe898) at dialog.cpp:88:8 frame #14: 0x00000001000a144a scummvm`GUI::LauncherDialog::open(this=0x00007ffeefbfe898) at launcher.cpp:239:10 frame #15: 0x000000010009427d scummvm`GUI::Dialog::runModal(this=0x00007ffeefbfe898) at dialog.cpp:76:2 frame #16: 0x0000000100055bc4 scummvm`launcherDialog() at main.cpp:106:14 frame #17: 0x0000000100054c77 scummvm`::scummvm_main(argc=1, argv=0x00007ffeefbff948) at main.cpp:553:3 frame #18: 0x000000010005153d scummvm`main(argc=1, argv=0x00007ffeefbff948) at macosx-main.cpp:45:12 frame #19: 0x00007fff674503d5 libdyld.dylib`start + 1 frame #20: 0x00007fff674503d5 libdyld.dylib`start + 1