User picked target 'indy3-ega-mac' (engine ID 'scumm', game ID 'indy3')... WARNING: Libretro is not supported! Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x066e4000 (gdb) bt #0 0xffff8a48 in ___memcpy () at /System/Library/Frameworks/System.framework/PrivateHeaders/ppc/cpu_capabilities.h:189 #1 0x004a4d70 in Graphics::copyBlit (dst=0x7068660 "", src=0x66e3e80 "", dstPitch=640, srcPitch=448, w=448, h=85, bytesPerPixel=1) at graphics/blit/blit.cpp:42 #2 0x00571954 in Graphics::Surface::copyRectToSurface (this=0x246a530, buffer=0x66de380, srcPitch=448, destX=96, destY=72, width=448, height=85) at graphics/surface.cpp:178 #3 0x001001c4 in Scumm::ScummEngine::mac_drawIndy3TextBox (this=0x68cb000) at engines/scumm/gfx_mac.cpp:136 #4 0x002840b0 in Scumm::ScummEngine::displayDialog (this=0x68cb000) at engines/scumm/string.cpp:1203 #5 0x000a0728 in Scumm::ScummEngine::actorTalk (this=0x68cb000, msg=0x2ac3428 "STUDENTS! STUDENTS! PLEASE BE PATIENT!?\001I'm sure Dr. Jones will be back soon!") at engines/scumm/actor.cpp:3522 #6 0x0027fe70 in Scumm::ScummEngine::printString (this=0x68cb000, m=0, msg=0x2ac3428 "STUDENTS! STUDENTS! PLEASE BE PATIENT!?\001I'm sure Dr. Jones will be back soon!") at engines/scumm/string.cpp:107 #7 0x0023ed08 in Scumm::ScummEngine_v5::decodeParseStringTextString (this=0x68cb000, textSlot=0) at engines/scumm/script_v5.cpp:3492 #8 0x0023de60 in Scumm::ScummEngine_v5::decodeParseString (this=0x68cb000) at engines/scumm/script_v5.cpp:3357 #9 0x00237e08 in Scumm::ScummEngine_v5::o5_print (this=0x68cb000) at engines/scumm/script_v5.cpp:1960 #10 0x0023f1c8 in Common::Functor0Mem::operator() (this=0x6072390) at func.h:397 #11 0x002525d8 in Scumm::ScummEngine::executeOpcode (this=0x68cb000, i=20 '\024') at engines/scumm/script.cpp:527 #12 0x002524b8 in Scumm::ScummEngine::executeScript (this=0x68cb000) at engines/scumm/script.cpp:520 #13 0x002543e8 in Scumm::ScummEngine::runAllScripts (this=0x68cb000) at engines/scumm/script.cpp:968 #14 0x0026c730 in Scumm::ScummEngine::scummLoop (this=0x68cb000, delta=6) at engines/scumm/scumm.cpp:2882 #15 0x0026b53c in Scumm::ScummEngine::go (this=0x68cb000) at engines/scumm/scumm.cpp:2593 #16 0x00272068 in Scumm::ScummEngine::run (this=0x68cb000) at scumm.h:585 #17 0x00071f20 in runGame (enginePlugin=0x2440c90, system=@0x24310b8, game=@0xbfffd4e0, meDescriptor=0x0) at base/main.cpp:311 #18 0x000740e4 in scummvm_main (argc=1, argv=0x2406a10) at base/main.cpp:796 #19 0x0006c2e4 in SDL_main (argc=1, argv=0x2406a10) at backends/platform/sdl/macosx/macosx-main.cpp:44 #20 0x0082606c in -[SDLMain applicationDidFinishLaunching:] () #21 0x92bf5e1c in _nsnote_callback () #22 0x90805ec0 in __CFXNotificationPost () #23 0x907fdf20 in _CFXNotificationPostNotification () #24 0x92be0224 in -[NSNotificationCenter postNotificationName:object:userInfo:] () #25 0x937a3be8 in -[NSApplication _postDidFinishNotification] () #26 0x937a3ad4 in -[NSApplication _sendFinishLaunchingNotification] () #27 0x937a361c in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] () #28 0x937a31c4 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] () #29 0x92bf6e28 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] () #30 0x92bf6c88 in _NSAppleEventManagerGenericHandler () #31 0x91500960 in aeDispatchAppleEvent () #32 0x915007fc in dispatchEventAndSendReply () #33 0x91500654 in aeProcessAppleEvent () #34 0x932bf2e0 in AEProcessAppleEvent () #35 0x937a190c in _DPSNextEvent () #36 0x937a13f8 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () #37 0x9379d93c in -[NSApplication run] () #38 0x008266d4 in main () #39 0x0000791c in _start () #40 0x00007620 in start () (gdb) bt full #0 0xffff8a48 in ___memcpy () at /System/Library/Frameworks/System.framework/PrivateHeaders/ppc/cpu_capabilities.h:189 No locals. #1 0x004a4d70 in Graphics::copyBlit (dst=0x7068660 "", src=0x66e3e80 "", dstPitch=640, srcPitch=448, w=448, h=85, bytesPerPixel=1) at graphics/blit/blit.cpp:42 i = 52 #2 0x00571954 in Graphics::Surface::copyRectToSurface (this=0x246a530, buffer=0x66de380, srcPitch=448, destX=96, destY=72, width=448, height=85) at graphics/surface.cpp:178 src = (const byte *) 0x66de380 "" dst = (byte *) 0x7060460 "" #3 0x001001c4 in Scumm::ScummEngine::mac_drawIndy3TextBox (this=0x68cb000) at engines/scumm/gfx_mac.cpp:136 s = (Surface *) 0x2802334 x = 96 y = 32 w = 448 h = 45 ptr = (byte *) 0x66de380 "" pitch = 448 #4 0x002840b0 in Scumm::ScummEngine::displayDialog (this=0x68cb000) at engines/scumm/string.cpp:1203 a = (class Actor *) 0x2aa9a00 c = 0 createTextBox = false drawTextBox = true #5 0x000a0728 in Scumm::ScummEngine::actorTalk (this=0x68cb000, msg=0x2ac3428 "STUDENTS! STUDENTS! PLEASE BE PATIENT!?\001I'm sure Dr. Jones will be back soon!") at engines/scumm/actor.cpp:3522 a = (Actor *) 0x2aa9a00 #6 0x0027fe70 in Scumm::ScummEngine::printString (this=0x68cb000, m=0, msg=0x2ac3428 "STUDENTS! STUDENTS! PLEASE BE PATIENT!?\001I'm sure Dr. Jones will be back soon!") at engines/scumm/string.cpp:107 No locals. #7 0x0023ed08 in Scumm::ScummEngine_v5::decodeParseStringTextString (this=0x68cb000, textSlot=0) at engines/scumm/script_v5.cpp:3492 len = 79 #8 0x0023de60 in Scumm::ScummEngine_v5::decodeParseString (this=0x68cb000) at engines/scumm/script_v5.cpp:3357 textSlot = 0 color = 2325728 #9 0x00237e08 in Scumm::ScummEngine_v5::o5_print (this=0x68cb000) at engines/scumm/script_v5.cpp:1960 No locals. #10 0x0023f1c8 in Common::Functor0Mem::operator() (this=0x6072390) at func.h:397 No locals. #11 0x002525d8 in Scumm::ScummEngine::executeOpcode (this=0x68cb000, i=20 '\024') at engines/scumm/script.cpp:527 No locals. #12 0x002524b8 in Scumm::ScummEngine::executeScript (this=0x68cb000) at engines/scumm/script.cpp:520 c = -1073759448 #13 0x002543e8 in Scumm::ScummEngine::runAllScripts (this=0x68cb000) at engines/scumm/script.cpp:968 cycle = 1 i = 17 numCycles = 1 #14 0x0026c730 in Scumm::ScummEngine::scummLoop (this=0x68cb000, delta=6) at engines/scumm/scumm.cpp:2882 oldEgo = 1 isFTDOSDemo = false #15 0x0026b53c in Scumm::ScummEngine::go (this=0x68cb000) at engines/scumm/scumm.cpp:2593 delta = 6 #16 0x00272068 in Scumm::ScummEngine::run (this=0x68cb000) at scumm.h:585 err = { _code = kNoError, _desc = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffbf48 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } } #17 0x00071f20 in runGame (enginePlugin=0x2440c90, system=@0x24310b8, game=@0xbfffd4e0, meDescriptor=0x0) at base/main.cpp:311 dir = target = { > = { static npos = , static _builtinCapacity = , _size = 13, _str = 0xbfffc4e4 "indy3-ega-mac", { _storage = "indy3-ega-mac\000\000\000\000\000\000\000\000\000\000", _extern = { _refCount = 0x696e6479, _capacity = 858613095 } } }, } err = { _code = kNoError, _desc = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffc508 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } } engine = (class Engine *) 0x68cb000 metaEngine = (class MetaEngine &) @0x2437350: { = { _vptr.PluginObject = 0x10e6ee0 }, } caption = { > = { static npos = , static _builtinCapacity = , _size = 58, _str = 0x2492830 "Indiana Jones and the Last Crusade (EGA/Macintosh/English)", { _storage = "\002?|?\000\000\000@\000\000\000\000\000\t\016D\000\a(4??Ő", _extern = { _refCount = 0x2847cf8, _capacity = 64 } } }, } previousLanguage = { > = { static npos = , static _builtinCapacity = , _size = 2, _str = 0xbfffc54c "en", { _storage = "en\000?\000\000\000\001\000\000\000\000???`scum\000\000\000\005", _extern = { _refCount = 0x656e00bc, _capacity = 1 } } }, } gameKeymaps = { _capacity = 1, _size = 1, _storage = 0x6055fc0 } keymapper = (struct Keymapper *) 0x60000d0 result = { _code = 41637392, _desc = { > = { static npos = , static _builtinCapacity = , _size = 100797440, _str = 0xbfffc580 "????", { _storage = "\000\a(4????\000\000\000\000\000\b??\000\a(4????", _extern = { _refCount = 0x72834, _capacity = 3221210592 } } }, } } ttsMan = (struct TextToSpeechManager *) 0xbfffc040 #18 0x000740e4 in scummvm_main (argc=1, argv=0x2406a10) at base/main.cpp:796 ttsMan = (struct TextToSpeechManager *) 0x0 chainedGame = { > = { static npos = , static _builtinCapacity = , _size = 5, _str = 0xbfffdc68 "scumm", { _storage = "scumm", '\0' , _extern = { _refCount = 0x7363756d, _capacity = 1828716544 } } }, } saveSlot = -1 game = { engineId = { > = { static npos = , static _builtinCapacity = , _size = 5, _str = 0xbfffd4e8 "scumm", { _storage = "scumm\000\000\000\000\000\000\000\002???X\000\000?\000x??", _extern = { _refCount = 0x7363756d, _capacity = 1828716544 } } }, }, hasUnknownFiles = false, isSelected = false, matchedFiles = { _nodePool = { > = { = { _chunkSize = 80, _pages = { _capacity = 0, _size = 0, _storage = 0x0 }, _next = 0xbfffd520, _chunksPerPage = 8 }, members of FixedSizeMemoryPool<80, 10>: _storage = "???p???(enabled\000??*d??+DD\000BB?{?l??֠$\000B\"??\000\000?\000 \000\000\000\000\000????\000\000\000\001?|k̿?հ???@?|l?\000\000=\017?????\000\037?\002F\v?\000\000\000\000\001\021?l?+hP???h?+hP\002\020d??f\005S?+E\020??\b????\020?{?(??\n??}\b????\020\000\000\000\000\002F\b|?\000d????\020\000?a?\001\022a?\001\022a????P\000\000\000\000\002\020\020`??؀???0??~?"... }, }, _defaultVal = { size = -1, md5 = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd850 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, md5prop = kMD5Head }, _storage = 0x24fb380, _mask = 15, _size = 0, _deleted = 0, _hash = {}, _equal = {} }, canBeAdded = true, gameId = { > = { static npos = , static _builtinCapacity = , _size = 5, _str = 0xbfffd890 "indy3", { _storage = "indy3", '\0' , _extern = { _refCount = 0x696e6479, _capacity = 855638016 } } }, }, preferredTarget = { > = { static npos = , static _builtinCapacity = , _size = 5, _str = 0xbfffd8b0 "indy3", { _storage = "indy3", '\0' , _extern = { _refCount = 0x696e6479, _capacity = 855638016 } } }, }, description = { > = { static npos = , static _builtinCapacity = , _size = 34, _str = 0x24e8720 "Indiana Jones and the Last Crusade", { _storage = "\000\000\000\000\000\000\000@", '\0' , _extern = { _refCount = 0x0, _capacity = 64 } } }, }, language = UNK_LANG, platform = kPlatformUnknown, path = { static _shownSeparatorCollisionWarning = , static SEPARATOR = , static ESCAPE = , static ESCAPED_ESCAPE = , static ESCAPED_SEPARATOR = , _str = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd8f4 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, static kNoSeparator = , static kNativeSeparator = }, shortPath = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd914 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, extra = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd934 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, gameSupportLevel = kStableGame, _extraConfigEntries = { _nodePool = { > = { = { _chunkSize = 64, _pages = { _capacity = 0, _size = 0, _storage = 0x0 }, _next = 0xbfffd968, _chunksPerPage = 8 }, members of FixedSizeMemoryPool<64, 10>: _storage = "??٨??1\000????B\000D$??3\024???\004????\001\020Ӑ\002A3\020?J??????\001\020Ӑ?D\001?\000\000\000\000\002@T?\001\020Ӑ????\000\000\000\000?\000\037???\000\000\000\000\000?K\000(???@\001\020Ӑ?K\000?\000\000\000\000\002?h\000\002?h\000\002A3\020?J?????@?\000\000\000???(???X\000\000\000$\000\000\000,\000\000??\000\000\000\000\000\000\022\000\000\000\000$\000\000\000\000\000\000\f\a\000\000\000\000\000\000t?", '\0' , "???h\000\000\000\000\002?h\000\002?"... }, }, _defaultVal = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffdbf0 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, _storage = 0x60414d0, _mask = 15, _size = 0, _deleted = 0, _hash = {}, _equal = {} }, _guiOptions = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffdc24 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } } enginePlugin = (const Plugin *) 0x2440c90 plugin = (const Plugin *) 0x2496540 meDescriptor = (const void *) 0x0 result = { _code = kNoError, _desc = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffdc48 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } } specialDebug = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd0f0 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } command = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd110 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } system = (class OSystem &) @0x24310b8: { = {}, members of OSystem: _vptr.OSystem = 0x10d8e04, _audiocdManager = 0x600a3d0, _eventManager = 0x6000000, _timerManager = 0x600a0a0, _savefileManager = 0x283ee00, _taskbarManager = 0x2448160, _textToSpeechManager = 0x0, _dialogManager = 0x2444bf0, _fsFactory = 0x245c690, _dlcStore = 0x0, _clipboard = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0x24310e8, { _storage = {0 }, _extern = { _refCount = 0x0, _capacity = 0 } } }, }, _dummyUnused = false, _backendInitialized = true } settings = { _nodePool = { > = { = { _chunkSize = 64, _pages = { _capacity = 0, _size = 0, _storage = 0x0 }, _next = 0xbfffd140, _chunksPerPage = 8 }, members of FixedSizeMemoryPool<64, 10>: _storage = "??р\000\000\000\005\002F\a ?}Լ????\000\000\000\000?}՘\000\000\000\000??Ѱ", '\0' , "??Ӡ\000\000\000\000?|\032?\002@??????|J\004\002@?`?}?0????\000\000\000\005?{?d???@??Ӡ\000\000\000\005\002F\006?\002@??\002F\006l\002F\a \002F\006`?}?????\000\000\000\000\000?}?P\000\000\000\000??? ?{?\020\002@??}?`???@?|J\004?}?ܐ}????Ґ\002?\000\000?{?d???@???@\000\000\000\000\002F"... }, }, _defaultVal = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd3c8 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, _storage = 0x2431370, _mask = 15, _size = 0, _deleted = 0, _hash = {}, _equal = {} } executable = { > = { static npos = , static _builtinCapacity = , _size = 7, _str = 0xbfffd3fc "scummvm", { _storage = "scummvm", '\0' , _extern = { _refCount = 0x7363756d, _capacity = 1836477696 } } }, } additionalArgs = { _capacity = 0, _size = 0, _storage = 0x0 } initConfigFilename = { static _shownSeparatorCollisionWarning = , static SEPARATOR = , static ESCAPE = , static ESCAPED_ESCAPE = , static ESCAPED_SEPARATOR = , _str = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd428 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, static kNoSeparator = , static kNativeSeparator = } configLoadStatus = true tokenizer = { _str = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd448 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, }, _delimiters = { > = { static npos = , static _builtinCapacity = , _size = 2, _str = 0xbfffd468 " ,", { _storage = " ,", '\0' , "?{?d???@", _extern = { _refCount = 0x202c0000, _capacity = 0 } } }, }, _tokenBegin = 0, _tokenEnd = 0 } res = { _code = kNoError, _desc = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd494 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } } gfxModeSetting = { > = { static npos = , static _builtinCapacity = , _size = 0, _str = 0xbfffd4b4 "", { _storage = '\0' , _extern = { _refCount = 0x0, _capacity = 0 } } }, } #19 0x0006c2e4 in SDL_main (argc=1, argv=0x2406a10) at backends/platform/sdl/macosx/macosx-main.cpp:44 res = 0 #20 0x0082606c in -[SDLMain applicationDidFinishLaunching:] () No symbol table info available. #21 0x92bf5e1c in _nsnote_callback () No symbol table info available. #22 0x90805ec0 in __CFXNotificationPost () No symbol table info available. #23 0x907fdf20 in _CFXNotificationPostNotification () No symbol table info available. #24 0x92be0224 in -[NSNotificationCenter postNotificationName:object:userInfo:] () No symbol table info available. #25 0x937a3be8 in -[NSApplication _postDidFinishNotification] () No symbol table info available. #26 0x937a3ad4 in -[NSApplication _sendFinishLaunchingNotification] () No symbol table info available. #27 0x937a361c in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] () No symbol table info available. #28 0x937a31c4 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] () No symbol table info available. #29 0x92bf6e28 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] () No symbol table info available. #30 0x92bf6c88 in _NSAppleEventManagerGenericHandler () No symbol table info available. #31 0x91500960 in aeDispatchAppleEvent () No symbol table info available. #32 0x915007fc in dispatchEventAndSendReply () No symbol table info available. #33 0x91500654 in aeProcessAppleEvent () No symbol table info available. #34 0x932bf2e0 in AEProcessAppleEvent () No symbol table info available. #35 0x937a190c in _DPSNextEvent () No symbol table info available. #36 0x937a13f8 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () No symbol table info available. #37 0x9379d93c in -[NSApplication run] () No symbol table info available. #38 0x008266d4 in main () No symbol table info available. #39 0x0000791c in _start () No symbol table info available. #40 0x00007620 in start () No symbol table info available.