Installing Mods on Civ5 for Mac

I don't believe so! It was user error. Thanks for the prompt replies and the guide!
 
Hello first thanks for this installation guide. Now maybe my question has been answered already if so I missed it would like some guidance. I have G&K and BNW installed through steam and I'm using the current latest Mac os. I followed the instructions for installing mods on macs found at the beginning of this thread. But when I end up going into the game I get stuck at the main menu and cannot do anything, click on the buttons or even exit the game it just freezes. Does anyone know what I am doing wrong or what I missed? Thanks.
 
Hi, welcome :wavey:

That usually means you have corrupted the mainmenu.lua file when you tried to edit it. If you used TextEdit to do this, then please check out the warning in the first post.
 
I have faithfully read the entire first few posts and tried to follow it on the nose, but I obviously did something wrong. I am having the same issue as Chaosagent47 and am trying to make the world edit mod work.

My problem is obviously with the coding, and I am using TextWrangler. I have the mod in the correct folder. When the game starts, it shows the mod icon, but I can not click on anything on my main menu and screen. So instead of trying to explain it, maybe someone can point out what I did wrong. My game is up to date, but for some reason says it is not. I can't even play the game anymore.

Here is the TextWrangler code for the Mainmenu.lau



Here is my main menu for the game, with a bunch of things I've never seen on the main menu before. I also can not press anything or play the game.



I would appreciate any help, and really just want to be able to at least play my game, even if the mods won't work.
 
Hi, welcome :wavey:

I don't know how your MainMenu.lua code got like that, but I've included below a listing showing what it should look like. You seem to have moved a couple of code lines around, which screws up the logic, and hence causes the script to fail when it tries to run to handle your main menu.

Code:
-------------------------------------------------
-- Main Menu
-------------------------------------------------
include( "MPGameDefaults" );

-------------------------------------------------
-- Script Body
-------------------------------------------------
local bHideUITest = true;
local bHideGridExamples = true;
local bHideLoadGame = true;
local bHidePreGame = true;
local fTime = 0;
-- MAC_PORT local i1, i2 = string.find( UI.GetVersionInfo(), " " );
-- MAC_PORT versionNumber = string.sub(UI.GetVersionInfo(), 1, i2-1);
versionNumber = UI.GetVersionInfo(); -- MAC_PORT
Controls.VersionNumber:SetText(versionNumber);


function ShowHideHandler( bIsHide, bIsInit )
    if( not bIsHide ) then
        Controls.Civ5Logo:SetTexture( "CivilzationV_Logo.dds" );
        
        -- This is a catch all to ensure that mods are not activated at this point in the UI.
        -- Also, since certain maps and settings will only be available in either the modding or multiplayer
        -- screen, we want to ensure that "safe" settings are loaded that can be used for either SP, MP or Mods.
        -- Activating the DLC (there doesn't have to be any) will make sure no mods are active and all the user's
        -- purchased content is available
        if (not ContextPtr:IsHotLoad()) then
			UIManager:SetUICursor( 1 );
			Modding.ActivateDLC();
			PreGame.LoadPreGameSettings();
			UIManager:SetUICursor( 0 );
			
			-- Send out an event to continue on, as the ActivateDLC may have swapped out the UI	
			Events.SystemUpdateUI( SystemUpdateUIType.RestoreUI, "MainMenu" );
		end
    else
        Controls.Civ5Logo:UnloadTexture();
    end
--	Controls.ModsButton:SetHide( true ); -- MAC_PORT - rickb Comment this line out to re-enable mods. Happy modding!
end
ContextPtr:SetShowHideHandler( ShowHideHandler );

-------------------------------------------------
-- Event Handler: ConnectedToNetworkHost
-------------------------------------------------
 
So I just wanted to start by thanking you for this intuitive step by step process for activating mods for the mac.

Now heres my problem. I downloaded Keka and I replaced the file that you posted above. Unfortunately, my keka is compressing the files as opposed to extracting them to smaller files.

If there is anyway you could help me figure out why this is happening that would be great.

Everything else I followed from your instructions are working perfectly.
 
If keka is still compressing .civ5mod files then you haven't replaced its preferences file correctly.

First, make sure you are working with the correct Library/Preferences folder - /Users/<your name>/Library/Preferences/.

Did you extract the preferences file that I attached? It downloads as a .7z file, and you need to extract it to create a file called com.aone.keka.plist. Then quit keka and put the new com.aone.keka.plist file into /Users/<your name>/Library/Preferences/.

When you move the new file into Preferences, the system should ask if you want to replace the existing file. If this doesn't happen, then either the file name is incorrect, or you are in the wrong folder.
 
Hey! I'm having the same problem Encleadus had back on page 13.

I'm running OS 10.7.5, BNW version 1.3.4. I downloaded the 'Faerun' and 'Mod of Ice and Fire' mods for BNW using your wondrous guide. Everything goes fine until I select the "Begin your journey" button when starting a game.

Normal, non-modded games run fine. I tried verifying my Civ 5 files; everything came up clean, except, of course, the text file you had me edit.

Thoughts?
 
Hi, welcome. :wavey:

Can you say what happens when you select "Begin your journey"? Crash to desktop? We never found out whether Encleadus fixed his problem.
 
Yup, 15 seconds of everyone's favorite beachball and then crash to desktop. For what it's worth, I upgraded to Maverick to see if that would change anything, no dice.

Here's the beginning of the crash report:

Spoiler :
Process: Civilization V [14430]
Path: /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
Identifier: com.aspyr.civ5xp.steam
Version: 1.3.4 (116057)
Code Type: X86 (Native)
Parent Process: launchd [201]
Responsible: Civilization V [14430]
User ID: 503

Date/Time: 2014-03-02 10:57:29.618 -0500
OS Version: Mac OS X 10.9.2 (13C64)
Report Version: 11
Anonymous UUID: D0ED49C5-5C5E-70E0-52A8-D5E5C352738A


Crashed Thread: 0 MainThrd Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004

VM Regions Near 0x4:
--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
__TEXT 0000000000001000-0000000000b1b000 [ 11.1M] r-x/rwx SM=COW /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V

Thread 0 Crashed:: MainThrd Dispatch queue: com.apple.main-thread
0 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f492ac3 0x1f314000 + 1567427
1 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f492fa3 0x1f314000 + 1568675
2 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f440004 0x1f314000 + 1228804
3 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f43c3f4 0x1f314000 + 1213428
4 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f704873 0x1f314000 + 4130931
5 com.aspyr.civ5xp.steam 0x00453b6e 0x1000 + 4533102
6 com.aspyr.civ5xp.steam 0x004536dd 0x1000 + 4531933
7 com.aspyr.civ5xp.steam 0x00450c3a 0x1000 + 4521018
8 com.aspyr.civ5xp.steam 0x00450ba6 0x1000 + 4520870
9 com.aspyr.civ5xp.steam 0x00452109 0x1000 + 4526345
10 com.aspyr.civ5xp.steam 0x000bb880 0x1000 + 764032
11 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f42ada7 0x1f314000 + 1142183
12 libCvGameCoreDLL_Expansion2_DLL.dylib 0x1f7047fe 0x1f314000 + 4130814
13 com.aspyr.civ5xp.steam 0x000cad93 0x1000 + 826771
14 com.aspyr.civ5xp.steam 0x0018fe45 0x1000 + 1633861
15 com.aspyr.civ5xp.steam 0x004ee8ea 0x1000 + 5167338
16 com.aspyr.civ5xp.steam 0x0072cc18 0x1000 + 7519256
17 com.aspyr.civ5xp.steam 0x004f72b6 0x1000 + 5202614
18 com.aspyr.civ5xp.steam 0x000032e1 0x1000 + 8929
19 com.apple.HIToolbox 0x98104d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
20 com.apple.HIToolbox 0x97f5835f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
21 com.apple.HIToolbox 0x97f57678 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
22 com.apple.HIToolbox 0x97f574f0 SendEventToEventTargetWithOptions + 94
23 com.apple.HIToolbox 0x97f8b479 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1757
24 com.apple.HIToolbox 0x97f587a5 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2546
25 com.apple.HIToolbox 0x97f57678 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
26 com.apple.HIToolbox 0x97f6a821 SendEventToEventTarget + 88
27 com.apple.HIToolbox 0x98104473 ToolboxEventDispatcher + 82
28 com.apple.HIToolbox 0x98104333 RunApplicationEventLoop + 240
29 com.aspyr.civ5xp.steam 0x00003280 0x1000 + 8832
30 com.aspyr.civ5xp.steam 0x0000360c 0x1000 + 9740
31 com.aspyr.civ5xp.steam 0x000030c5 0x1000 + 8389

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x98849992 kevent64 + 10
1 libdispatch.dylib 0x922fc8ad _dispatch_mgr_invoke + 238
2 libdispatch.dylib 0x922fc546 _dispatch_mgr_thread + 52

Thread 2:: IOPollingHelperThread
0 libsystem_kernel.dylib 0x98849976 kevent + 10
1 steamclient.dylib 0x0a356fb9 OSXHelpers::CIOPollingHelper::RealRun() + 255
2 libtier0_s.dylib 0x06e96801 CatchAndWriteContext_t::Invoke() + 159
3 libtier0_s.dylib 0x06e96227 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
4 libtier0_s.dylib 0x06e96309 CatchAndWriteMiniDumpExForVoidPtrFn + 86
5 libtier0_s.dylib 0x06e96331 CatchAndWriteMiniDumpForVoidPtrFn + 35
6 steamclient.dylib 0x0a356ea9 OSXHelpers::CIOPollingHelper::Run() + 41
7 libtier0_s.dylib 0x06e9ae98 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
8 libtier0_s.dylib 0x06e96801 CatchAndWriteContext_t::Invoke() + 159
9 libtier0_s.dylib 0x06e96227 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
10 libtier0_s.dylib 0x06e96309 CatchAndWriteMiniDumpExForVoidPtrFn + 86
11 libtier0_s.dylib 0x06e96331 CatchAndWriteMiniDumpForVoidPtrFn + 35
12 libtier0_s.dylib 0x06e9ae0c SteamThreadTools::CThread::ThreadProc(void*) + 222
13 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
14 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
15 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 3:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x988487ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x923f2d1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x923f4bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x9090e384 JSC::BlockAllocator::blockFreeingThreadMain() + 276
4 com.apple.JavaScriptCore 0x909056bc WTF::threadEntryPoint(void*) + 76
5 com.apple.JavaScriptCore 0x90905650 WTF::wtfThreadEntryPoint(void*) + 16
6 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
7 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
8 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 4:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x988487ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x923f2d1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x923f4bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x9090ed8b JSC::GCThread::waitForNextPhase() + 123
4 com.apple.JavaScriptCore 0x9090ec18 JSC::GCThread::gcThreadMain() + 88
5 com.apple.JavaScriptCore 0x909056bc WTF::threadEntryPoint(void*) + 76
6 com.apple.JavaScriptCore 0x90905650 WTF::wtfThreadEntryPoint(void*) + 16
7 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
8 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
9 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 5:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x98843f7a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9884316c mach_msg + 68
2 com.apple.CoreFoundation 0x963d7d29 __CFRunLoopServiceMachPort + 169
3 com.apple.CoreFoundation 0x963d7301 __CFRunLoopRun + 1393
4 com.apple.CoreFoundation 0x963d6b1a CFRunLoopRunSpecific + 394
5 com.apple.CoreFoundation 0x963d697b CFRunLoopRunInMode + 123
6 com.apple.Foundation 0x95f4a095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
7 com.apple.Foundation 0x95f49f0e -[NSThread main] + 45
8 com.apple.Foundation 0x95f49e66 __NSThread__main__ + 1426
9 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
10 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
11 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 6:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x98848ace __select + 10
1 com.apple.CoreFoundation 0x96427b86 __CFSocketManager + 1158
2 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
3 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
4 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 7:
0 libsystem_kernel.dylib 0x988487ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x923f2d1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x923f4bd9 pthread_cond_wait$UNIX2003 + 71
3 libtbb.dylib 0x06add0ce tbb::internal::rml::private_worker::run() + 478
4 libtbb.dylib 0x06adcee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
5 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
6 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
7 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 8:
0 libsystem_kernel.dylib 0x988487ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x923f2d1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x923f4bd9 pthread_cond_wait$UNIX2003 + 71
3 libtbb.dylib 0x06add0ce tbb::internal::rml::private_worker::run() + 478
4 libtbb.dylib 0x06adcee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
5 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
6 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
7 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 9:
0 libsystem_kernel.dylib 0x988487ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x923f2d8a _pthread_cond_wait + 837
2 libsystem_pthread.dylib 0x923f3042 pthread_cond_timedwait_relative_np + 47
3 com.apple.CoreServices.CarbonCore 0x95b6988d TSWaitOnConditionTimedRelative + 161
4 com.apple.CoreServices.CarbonCore 0x95b6944a TSWaitOnSemaphoreCommon + 531
5 com.apple.CoreServices.CarbonCore 0x95b695fd TSWaitOnSemaphoreRelative + 24
6 com.apple.QuickTimeComponents.component 0x91962091 0x916f5000 + 2543761
7 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
8 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
9 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 10:
0 libsystem_kernel.dylib 0x98848b76 __semwait_signal + 10
1 libsystem_c.dylib 0x943e2fb7 nanosleep$UNIX2003 + 219
2 libsystem_c.dylib 0x943e2e62 usleep$UNIX2003 + 60
3 libMilesX86.dylib 0x06a5bbbe 0x6a5b000 + 3006
4 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
5 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
6 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 11:: com.apple.coreaudio.AQClient
0 libsystem_kernel.dylib 0x98843f7a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9884316c mach_msg + 68
2 com.apple.CoreFoundation 0x963d7d29 __CFRunLoopServiceMachPort + 169
3 com.apple.CoreFoundation 0x963d7301 __CFRunLoopRun + 1393
4 com.apple.CoreFoundation 0x963d6b1a CFRunLoopRunSpecific + 394
5 com.apple.CoreFoundation 0x963d697b CFRunLoopRunInMode + 123
6 com.apple.audio.toolbox.AudioToolbox 0x9a6ff5b8 GenericRunLoopThread::Entry(void*) + 194
7 com.apple.audio.toolbox.AudioToolbox 0x9a6afc2a CAPThread::Entry(CAPThread*) + 134
8 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
9 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
10 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 12:: AQConverterThread
0 libsystem_kernel.dylib 0x988487ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x923f2d1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x923f4bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.audio.toolbox.AudioToolbox 0x9a6af449 CAGuard::Wait() + 67
4 com.apple.audio.toolbox.AudioToolbox 0x9a6d4068 AQConverterManager::AQConverterThread::Run() + 602
5 com.apple.audio.toolbox.AudioToolbox 0x9a6d3e06 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
6 com.apple.audio.toolbox.AudioToolbox 0x9a6afc2a CAPThread::Entry(CAPThread*) + 134
7 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
8 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
9 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 13:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x98843f7a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9884316c mach_msg + 68
2 com.apple.audio.CoreAudio 0x979e6e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
3 com.apple.audio.CoreAudio 0x979e134e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
4 com.apple.audio.CoreAudio 0x979dfb27 HALC_ProxyIOContext::IOWorkLoop() + 1111
5 com.apple.audio.CoreAudio 0x979df5ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
6 com.apple.audio.CoreAudio 0x979e9f52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
7 com.apple.audio.CoreAudio 0x979df4fb HALB_IOThread::Entry(void*) + 69
8 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
9 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
10 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 14:
0 libsystem_kernel.dylib 0x98848b76 __semwait_signal + 10
1 libsystem_c.dylib 0x943e2fb7 nanosleep$UNIX2003 + 219
2 libsystem_c.dylib 0x943e2e62 usleep$UNIX2003 + 60
3 libMilesX86.dylib 0x06a5bbbe 0x6a5b000 + 3006
4 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
5 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
6 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 15:
0 libsystem_kernel.dylib 0x98848b76 __semwait_signal + 10
1 libsystem_c.dylib 0x943e2fb7 nanosleep$UNIX2003 + 219
2 com.aspyr.civ5xp.steam 0x0009b15d 0x1000 + 631133
3 com.aspyr.civ5xp.steam 0x0009a548 0x1000 + 628040
4 com.aspyr.civ5xp.steam 0x00630d0b 0x1000 + 6487307
5 com.aspyr.civ5xp.steam 0x0062e23c 0x1000 + 6476348
6 com.aspyr.civ5xp.steam 0x0062e1ae 0x1000 + 6476206
7 com.aspyr.civ5xp.steam 0x0062a0a2 0x1000 + 6459554
8 libsystem_pthread.dylib 0x923f05fb _pthread_body + 144
9 libsystem_pthread.dylib 0x923f0485 _pthread_start + 130
10 libsystem_pthread.dylib 0x923f5cf2 thread_start + 34

Thread 16:
0 libsystem_kernel.dylib 0x98849046 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x923f1dcf _pthread_wqthread + 372
2 libsystem_pthread.dylib 0x923f5cce start_wqthread + 30

Thread 17:
0 libsystem_kernel.dylib 0x98849046 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x923f1dcf _pthread_wqthread + 372
2 libsystem_pthread.dylib 0x923f5cce start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x1ebc2310 ebx: 0x00000004 ecx: 0x00000003 edx: 0x00000000
edi: 0x1f492ab1 esi: 0xbffeb1a0 ebp: 0xbffeac48 esp: 0xbffeac20
ss: 0x00000023 efl: 0x00210202 eip: 0x1f492ac3 cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x00000004

Logical CPU: 1
Error Code: 0x00000004
Trap Number: 14
 
I have edited my Civ V application's menu.lua code so I can access the 'Mods' button in the main menu of the game, but every time that I go back and try to play the game, the 'Mods' button doesn't appear.
For some unknown reason (which might be related to the mods button problem), my Civ V application is labeled 'Gods & Kings' instead of 'Civilization V', so I think that maybe Steam isn't recognizing G&K as the Civ V copy to run, so it doesn't run that copy, but runs another Civ V copy that I have yet to find that doesnt have the menu.lua file edited; even after I have searched for several hours over continuous periods of time.
I have installed and uninstalled Civ V many many times on this computer to try to this problem, but so far, nothing is working.
Clicking the G&K copy shows up with a message telling me that Steam isn't open, even when I have it open and on the Civ V homepage on Steam.
Also, I have made sure that G&K is enabled in every way it can be (as far as I know).

Thanks for your time.
 
I just gave up on playing with mods on my mac. From the complicated installation process, to the unreliable startup of the mods&#8230; I'm passing on this one. I don't understand why it has to be so difficult to implement proper mod support on the mac.

Oh well.
 
Hey AlanH...First, I want to say thanks for taking the time to put together such a comprehensive guide for non-techies like myself to follow.

I know that I made progress, because I was able to follow all the way through, and even get the mod to load properly...however, my problem is coming in a similar place to where I believe Encleadus and Hamlick are seeing issues.

I set up game, and it loads...as soon as I click "Begin Your Journey", I get the beachball and immediate crash to desktop.

I am running on an 27" iMac that is less than a month old, with Steam version of Civ5 w/ G&K and BNW. I will caveat this by saying that this is my very first time attempting to use any Civ mods, but the appeal of a D&D mod was just too great, that now I am annoyed to the point of wanting to solve the problem, and I just haven't been able to enjoy playing the base game with this hanging over my head!!! Crazy...I know :)

Any help you can provide would be greatly appreciated.

I will post my crash report in the next post for your reference. Im not entirely sure how Hamlick compressed it so I might need someone to do that for me so as not to overwhelm the thread.
EDIT: I love when i figure stuff out on my own...the spoiler thing...not the CTD thing

Thanks,
USMCPlayboy
 
Crash Report details (section 1):

Spoiler :

Process: Civilization V [5136]
Path: /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
Identifier: com.aspyr.civ5xp.steam
Version: 1.3.4 (116057)
Code Type: X86 (Native)
Parent Process: launchd [194]
Responsible: Civilization V [5136]
User ID: 501

Date/Time: 2014-03-15 21:51:15.659 -0400
OS Version: Mac OS X 10.9.2 (13C64)
Report Version: 11
Anonymous UUID: 82ED2421-AFC1-71CD-E536-E15ED1AFB60A

Sleep/Wake UUID: 53A589F3-BE38-48C3-9F64-CB8AB71C71CE

Crashed Thread: 0 MainThrd Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000002a

VM Regions Near 0x2a:
--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
__TEXT 0000000000001000-0000000000b1b000 [ 11.1M] r-x/rwx SM=COW /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V

Thread 0 Crashed:: MainThrd Dispatch queue: com.apple.main-thread
0 libCvGameCoreDLL_Expansion2_DLL.dylib 0x24a26abc 0x248a8000 + 1567420
1 libCvGameCoreDLL_Expansion2_DLL.dylib 0x24a26fa3 0x248a8000 + 1568675
2 libCvGameCoreDLL_Expansion2_DLL.dylib 0x249d4004 0x248a8000 + 1228804
3 libCvGameCoreDLL_Expansion2_DLL.dylib 0x249d03f4 0x248a8000 + 1213428
4 libCvGameCoreDLL_Expansion2_DLL.dylib 0x24c98873 0x248a8000 + 4130931
5 com.aspyr.civ5xp.steam 0x00453b6e 0x1000 + 4533102
6 com.aspyr.civ5xp.steam 0x004536dd 0x1000 + 4531933
7 com.aspyr.civ5xp.steam 0x00450c3a 0x1000 + 4521018
8 com.aspyr.civ5xp.steam 0x00450ba6 0x1000 + 4520870
9 com.aspyr.civ5xp.steam 0x00452109 0x1000 + 4526345
10 com.aspyr.civ5xp.steam 0x000bb880 0x1000 + 764032
11 libCvGameCoreDLL_Expansion2_DLL.dylib 0x249beda7 0x248a8000 + 1142183
12 libCvGameCoreDLL_Expansion2_DLL.dylib 0x24c987fe 0x248a8000 + 4130814
13 com.aspyr.civ5xp.steam 0x000cad93 0x1000 + 826771
14 com.aspyr.civ5xp.steam 0x0018fe45 0x1000 + 1633861
15 com.aspyr.civ5xp.steam 0x004ee8ea 0x1000 + 5167338
16 com.aspyr.civ5xp.steam 0x0072cc18 0x1000 + 7519256
17 com.aspyr.civ5xp.steam 0x004f72b6 0x1000 + 5202614
18 com.aspyr.civ5xp.steam 0x000032e1 0x1000 + 8929
19 com.apple.HIToolbox 0x9b509d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
20 com.apple.HIToolbox 0x9b35d35f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
21 com.apple.HIToolbox 0x9b35c678 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
22 com.apple.HIToolbox 0x9b35c4f0 SendEventToEventTargetWithOptions + 94
23 com.apple.HIToolbox 0x9b390479 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1757
24 com.apple.HIToolbox 0x9b35d7a5 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2546
25 com.apple.HIToolbox 0x9b35c678 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
26 com.apple.HIToolbox 0x9b36f821 SendEventToEventTarget + 88
27 com.apple.HIToolbox 0x9b509473 ToolboxEventDispatcher + 82
28 com.apple.HIToolbox 0x9b509333 RunApplicationEventLoop + 240
29 com.aspyr.civ5xp.steam 0x00003280 0x1000 + 8832
30 com.aspyr.civ5xp.steam 0x0000360c 0x1000 + 9740
31 com.aspyr.civ5xp.steam 0x000030c5 0x1000 + 8389

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x9a7b6992 kevent64 + 10
1 libdispatch.dylib 0x970fe8ad _dispatch_mgr_invoke + 238
2 libdispatch.dylib 0x970fe546 _dispatch_mgr_thread + 52

Thread 2:: IOPollingHelperThread
0 libsystem_kernel.dylib 0x9a7b6976 kevent + 10
1 steamclient.dylib 0x0b7d6fb9 OSXHelpers::CIOPollingHelper::RealRun() + 255
2 libtier0_s.dylib 0x09085801 CatchAndWriteContext_t::Invoke() + 159
3 libtier0_s.dylib 0x09085227 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
4 libtier0_s.dylib 0x09085309 CatchAndWriteMiniDumpExForVoidPtrFn + 86
5 libtier0_s.dylib 0x09085331 CatchAndWriteMiniDumpForVoidPtrFn + 35
6 steamclient.dylib 0x0b7d6ea9 OSXHelpers::CIOPollingHelper::Run() + 41
7 libtier0_s.dylib 0x09089e98 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
8 libtier0_s.dylib 0x09085801 CatchAndWriteContext_t::Invoke() + 159
9 libtier0_s.dylib 0x09085227 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
10 libtier0_s.dylib 0x09085309 CatchAndWriteMiniDumpExForVoidPtrFn + 86
11 libtier0_s.dylib 0x09085331 CatchAndWriteMiniDumpForVoidPtrFn + 35
12 libtier0_s.dylib 0x09089e0c SteamThreadTools::CThread::ThreadProc(void*) + 222
13 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
14 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
15 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 3:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x91b28384 JSC::BlockAllocator::blockFreeingThreadMain() + 276
4 com.apple.JavaScriptCore 0x91b1f6bc WTF::threadEntryPoint(void*) + 76
5 com.apple.JavaScriptCore 0x91b1f650 WTF::wtfThreadEntryPoint(void*) + 16
6 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
7 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
8 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 4:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x91b28d8b JSC::GCThread::waitForNextPhase() + 123
4 com.apple.JavaScriptCore 0x91b28c18 JSC::GCThread::gcThreadMain() + 88
5 com.apple.JavaScriptCore 0x91b1f6bc WTF::threadEntryPoint(void*) + 76
6 com.apple.JavaScriptCore 0x91b1f650 WTF::wtfThreadEntryPoint(void*) + 16
7 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
8 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
9 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 5:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x91b28d8b JSC::GCThread::waitForNextPhase() + 123
4 com.apple.JavaScriptCore 0x91b28c18 JSC::GCThread::gcThreadMain() + 88
5 com.apple.JavaScriptCore 0x91b1f6bc WTF::threadEntryPoint(void*) + 76
6 com.apple.JavaScriptCore 0x91b1f650 WTF::wtfThreadEntryPoint(void*) + 16
7 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
8 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
9 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 6:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x91b28d8b JSC::GCThread::waitForNextPhase() + 123
4 com.apple.JavaScriptCore 0x91b28c18 JSC::GCThread::gcThreadMain() + 88
5 com.apple.JavaScriptCore 0x91b1f6bc WTF::threadEntryPoint(void*) + 76
6 com.apple.JavaScriptCore 0x91b1f650 WTF::wtfThreadEntryPoint(void*) + 16
7 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
8 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
9 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 7:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x9a7b0f7a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9a7b016c mach_msg + 68
2 com.apple.CoreFoundation 0x98d60d29 __CFRunLoopServiceMachPort + 169
3 com.apple.CoreFoundation 0x98d60301 __CFRunLoopRun + 1393
4 com.apple.CoreFoundation 0x98d5fb1a CFRunLoopRunSpecific + 394
5 com.apple.CoreFoundation 0x98d5f97b CFRunLoopRunInMode + 123
6 com.apple.Foundation 0x97630095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
7 com.apple.Foundation 0x9762ff0e -[NSThread main] + 45
8 com.apple.Foundation 0x9762fe66 __NSThread__main__ + 1426
9 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
10 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
11 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 8:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x9a7b5ace __select + 10
1 com.apple.CoreFoundation 0x98db0b86 __CFSocketManager + 1158
2 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
3 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
4 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 9:
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 libtbb.dylib 0x06add0ce tbb::internal::rml::private_worker::run() + 478
4 libtbb.dylib 0x06adcee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
5 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
6 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
7 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 10:
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 libtbb.dylib 0x06add0ce tbb::internal::rml::private_worker::run() + 478
4 libtbb.dylib 0x06adcee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
5 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
6 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
7 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 11:
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 libtbb.dylib 0x06add0ce tbb::internal::rml::private_worker::run() + 478
4 libtbb.dylib 0x06adcee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
5 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
6 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
7 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 12:
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd8a _pthread_cond_wait + 837
2 libsystem_pthread.dylib 0x93240042 pthread_cond_timedwait_relative_np + 47
3 com.apple.CoreServices.CarbonCore 0x991b388d TSWaitOnConditionTimedRelative + 161
4 com.apple.CoreServices.CarbonCore 0x991b344a TSWaitOnSemaphoreCommon + 531
5 com.apple.CoreServices.CarbonCore 0x991b35fd TSWaitOnSemaphoreRelative + 24
6 com.apple.QuickTimeComponents.component 0x93d00091 0x93a93000 + 2543761
7 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
8 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
9 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 13:
0 libsystem_kernel.dylib 0x9a7b5b76 __semwait_signal + 10
1 libsystem_c.dylib 0x96ca5fb7 nanosleep$UNIX2003 + 219
2 libsystem_c.dylib 0x96ca5e62 usleep$UNIX2003 + 60
3 libMilesX86.dylib 0x06a5bbbe 0x6a5b000 + 3006
4 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
5 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
6 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 14:: com.apple.coreaudio.AQClient
0 libsystem_kernel.dylib 0x9a7b0f7a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9a7b016c mach_msg + 68
2 com.apple.CoreFoundation 0x98d60d29 __CFRunLoopServiceMachPort + 169
3 com.apple.CoreFoundation 0x98d60301 __CFRunLoopRun + 1393
4 com.apple.CoreFoundation 0x98d5fb1a CFRunLoopRunSpecific + 394
5 com.apple.CoreFoundation 0x98d5f97b CFRunLoopRunInMode + 123
6 com.apple.audio.toolbox.AudioToolbox 0x99c945b8 GenericRunLoopThread::Entry(void*) + 194
7 com.apple.audio.toolbox.AudioToolbox 0x99c44c2a CAPThread::Entry(CAPThread*) + 134
8 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
9 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
10 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 15:: AQConverterThread
0 libsystem_kernel.dylib 0x9a7b57ca __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9323fd1d _pthread_cond_wait + 728
2 libsystem_pthread.dylib 0x93241bd9 pthread_cond_wait$UNIX2003 + 71
3 com.apple.audio.toolbox.AudioToolbox 0x99c44449 CAGuard::Wait() + 67
4 com.apple.audio.toolbox.AudioToolbox 0x99c69068 AQConverterManager::AQConverterThread::Run() + 602
5 com.apple.audio.toolbox.AudioToolbox 0x99c68e06 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
6 com.apple.audio.toolbox.AudioToolbox 0x99c44c2a CAPThread::Entry(CAPThread*) + 134
7 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
8 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
9 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 16:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x9a7b0f7a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9a7b016c mach_msg + 68
2 com.apple.audio.CoreAudio 0x939c6e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
3 com.apple.audio.CoreAudio 0x939c134e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
4 com.apple.audio.CoreAudio 0x939bfb27 HALC_ProxyIOContext::IOWorkLoop() + 1111
5 com.apple.audio.CoreAudio 0x939bf5ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
6 com.apple.audio.CoreAudio 0x939c9f52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
7 com.apple.audio.CoreAudio 0x939bf4fb HALB_IOThread::Entry(void*) + 69
8 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
9 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
10 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 17:
0 libsystem_kernel.dylib 0x9a7b5b76 __semwait_signal + 10
1 libsystem_c.dylib 0x96ca5fb7 nanosleep$UNIX2003 + 219
2 libsystem_c.dylib 0x96ca5e62 usleep$UNIX2003 + 60
3 libMilesX86.dylib 0x06a5bbbe 0x6a5b000 + 3006
4 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
5 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
6 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 18:
0 libsystem_kernel.dylib 0x9a7b5b76 __semwait_signal + 10
1 libsystem_c.dylib 0x96ca5fb7 nanosleep$UNIX2003 + 219
2 com.aspyr.civ5xp.steam 0x0009b15d 0x1000 + 631133
3 com.aspyr.civ5xp.steam 0x0009a548 0x1000 + 628040
4 com.aspyr.civ5xp.steam 0x00630d0b 0x1000 + 6487307
5 com.aspyr.civ5xp.steam 0x0062e23c 0x1000 + 6476348
6 com.aspyr.civ5xp.steam 0x0062e1ae 0x1000 + 6476206
7 com.aspyr.civ5xp.steam 0x0062a0a2 0x1000 + 6459554
8 libsystem_pthread.dylib 0x9323d5fb _pthread_body + 144
9 libsystem_pthread.dylib 0x9323d485 _pthread_start + 130
10 libsystem_pthread.dylib 0x93242cf2 thread_start + 34

Thread 19:
0 libsystem_kernel.dylib 0x9a7b6046 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9323edcf _pthread_wqthread + 372
2 libsystem_pthread.dylib 0x93242cce start_wqthread + 30

Thread 20:
0 libsystem_kernel.dylib 0x9a7b6046 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9323edcf _pthread_wqthread + 372
2 libsystem_pthread.dylib 0x93242cce start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x0000000a ebx: 0xbffeb190 ecx: 0x00000005 edx: 0x00000000
edi: 0x24a26ab1 esi: 0xbffeb190 ebp: 0xbffeac38 esp: 0xbffeac10
ss: 0x00000023 efl: 0x00210206 eip: 0x24a26abc cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x0000002a

Logical CPU: 2
Error Code: 0x00000004
Trap Number: 14


Binary Images:
0x1000 - 0xb1afe7 +com.aspyr.civ5xp.steam (1.3.4 - 116057) <FCC0117A-F854-31C9-9E0E-01ABF3D5949C> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
0x69d7000 - 0x69faffb +gameoverlayrenderer.dylib (1) <DB32307A-FE0B-37F4-9D6B-302930229CA0> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
0x6a1d000 - 0x6a1eff3 +steamloader.dylib (0) <B203BC3A-0BB3-3693-B6EE-1CAD86A1BFDE> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
0x6a21000 - 0x6a49ff3 +com.aspyr.gameguide (1.0 - 712) <E850F71A-E1B1-36A7-A6EA-EDF6B516B801> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/Frameworks/AspyrGameGuide.framework/Versions/A/AspyrGameGuide
0x6a5b000 - 0x6a9efe2 +libMilesX86.dylib (0) <670EDD99-0C23-3FCC-9407-E59F4CCD269D> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libMilesX86.dylib
0x6abb000 - 0x6ac0ffb +libsteam_api.dylib (1) <69366E8A-55F3-3281-8080-B963D3AAD33A> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libsteam_api.dylib
0x6ac5000 - 0x6ae7ff7 +libtbb.dylib (0) <AAA2AFA2-789A-41B8-D03D-C03861305060> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libtbb.dylib
0x6afa000 - 0x6b07ff7 com.apple.StoreKit (1.0 - 232.6) <2999B727-85EF-3F1A-83BD-4FB39C20027E> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
0x6b13000 - 0x6b1effa com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9080000 - 0x9095fff +libtier0_s.dylib (1) <F34CE7B0-89F9-3660-8D20-5B8069620786> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
0x90b3000 - 0x90d3ff3 +libvstdlib_s.dylib (1) <B6AF6126-8292-3902-9073-3CE604EFE675> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
0xac9f000 - 0xacc6ff7 com.apple.audio.OpenAL (1.7 - 1.7) <E17E6E36-968C-37A3-929C-53B78E28862E> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0xacd7000 - 0xace3ff3 +crashhandler.dylib (1) <A378DF84-BA6C-32C7-82A5-ADEF1951E818> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
0xacfa000 - 0xad01ffb +com.googlecode.google-breakpad (1.0) <1FB65688-E4F2-3A2B-A6FA-8254B38161CB> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Breakpad
0xad0d000 - 0xad1cff3 +breakpadUtilities.dylib (1) <B0D2A474-3BAE-3040-902B-B2BE375E7405> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Resources/breakpadUtilities.dylib
0xb06f000 - 0xbc30ff7 +steamclient.dylib (1) <2BD200E8-5DDA-3B65-BCA3-DB2251DF4AD0> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
0xc763000 - 0xc9edfe7 +libsteam.dylib (1) <EA5BD60D-7352-3A97-BBB7-5B561C9D3B52> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
0x10098000 - 0x100bdff9 com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x1083e000 - 0x1083effb +cl_kernels (???) <11190AA3-0ED8-4757-A830-6E0227328D14> cl_kernels
0x10f28000 - 0x1100eff7 unorm8_rgba.dylib (2.3.58) <C4BC0E70-8F6D-32EA-972C-2FA2FB239C7D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x11054000 - 0x11055ff7 +cl_kernels (???) <88621812-4DCD-4543-8ADC-F49DC71570FC> cl_kernels
0x11057000 - 0x11142ff7 unorm8_bgra.dylib (2.3.58) <2DC35A3D-E1D6-3378-953F-D5EADE3400D2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x18d57000 - 0x18f59ff7 com.apple.audio.codecs.Components (4.0 - 4.0) <D63272DD-795F-35D9-BE78-170ED4EA34BC> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
0x1a000000 - 0x1a004ffd com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <D5FE0F6F-95E3-3F9D-A6AF-D721CBD801AC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1a259000 - 0x1a335fd7 com.apple.AppleProResDecoder (3.0.4 - 6305.11) <50F80B48-00A2-37F0-BE25-CD0258A474BE> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
0x1a340000 - 0x1a384ff7 com.apple.AppleVAH264HW.component (3.0 - 3.0) <593296F6-F8CD-33D4-AE26-88E46A71F14C> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
0x1a447000 - 0x1a44eff8 com.apple.AppleGVAHW.component (1.2 - 1) <03305334-A3AE-3F51-A076-BBA13E0916F9> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
0x1a455000 - 0x1a50afff com.apple.AppleGVAFramework (7.1.10 - 7.1.10) <7F8C0D33-0E54-3A6E-B677-A2A10B5E7D86> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
0x1a51a000 - 0x1a552ff7 com.apple.QuickTimeFireWireDV.component (7.7.3 - 2826.17) <CEDCAC9B-679F-36E0-BAB9-6A387857710C> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0x1a55e000 - 0x1a590ff7 com.apple.AppleIntermediateCodec (2.0.2 - 6305.11) <397782CB-2454-37D5-A10C-B992A4E1D439> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
0x1a598000 - 0x1a59cfff com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <017135BD-3E54-30EC-9489-6ACADA56D51F> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
0x1a5a1000 - 0x1a5baff2 com.apple.applepixletvideo (1.2.31 - 1.2d31) <3691A649-1F8F-3C0A-89F4-5C2DD4E38EEC> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
0x1a5bf000 - 0x1a96efe7 QuickTimeH264.scalar (2826.17) <42A4C93F-8993-38F8-AB0D-678D661DAB16> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar
0x1ab73000 - 0x1ac23fff ColorSyncDeprecated.dylib (426) <F54DBFF3-3165-3D15-8AE4-37B603502A5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x20ae2000 - 0x20ce2ffd com.apple.audio.units.Components (1.10 - 1.10) <5BF69E31-FBA9-3B6D-8CC1-6D8C851804A5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x248a8000 - 0x24dcbffb +libCvGameCoreDLL_Expansion2_DLL.dylib (1) <27FA009F-DBC5-386B-9DF6-10C7AA91FD6A> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libCvGameCoreDLL_Expansion2_DLL.dylib
0x48000000 - 0x488defff com.apple.GeForceGLDriver (8.24.9 - 8.2.4) <9C4E7766-D294-3335-900D-EA9F373341F7> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fee3000 - 0x8ff15417 dyld (239.4) <2E655535-479B-3E48-ADD3-6278819CA38A> /usr/lib/dyld
0x90008000 - 0x90039ff5 com.apple.GSS (4.0 - 2.0) <8C72F861-47F5-3641-9744-B5EF9647C827> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9003a000 - 0x901e6fff com.apple.QuartzCore (1.8 - 332.3) <00167BF7-E3C4-3AA7-8DA0-466BD4175350> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9029e000 - 0x9033afff com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9033b000 - 0x9035fff7 libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
0x90360000 - 0x9036efff libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
0x9053a000 - 0x90540ffc libCGXCoreImage.A.dylib (599.20.11) <6ED5C6F9-D7AD-35BB-9EC3-780B89C136C2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x90541000 - 0x905d8ff7 com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x905d9000 - 0x90947fff com.apple.MediaToolbox (1.0 - 1273.49) <236C702F-BC87-3255-A8B3-C7B2C597DBCA> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x90948000 - 0x90d6dfe3 com.apple.VideoToolbox (1.0 - 1273.49) <A581EEA0-25DF-386C-904D-26E51C3ED640> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x90d79000 - 0x90da4ff7 libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
0x90da5000 - 0x90daefff com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90dce000 - 0x90e43ff1 com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90e44000 - 0x90f38fff libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x90f39000 - 0x90f3dff7 libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
0x90f3e000 - 0x90f3efff libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
0x90f3f000 - 0x90f6aff5 com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x90f9e000 - 0x91005ffc com.apple.framework.CoreWLAN (4.3.2 - 432.47) <A02FAF3F-A8F4-3293-9321-AED904B5F069> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x91027000 - 0x9102ffee libcldcpuengine.dylib (2.3.58) <A393291F-F561-3424-8BD2-AE4496B85F4A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x9104a000 - 0x9109efff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <95A1E1CF-FC3E-3203-8683-34823CD70B6B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9109f000 - 0x910baff6 libPng.dylib (1042) <1ADB59C7-343E-30CA-A8D2-93540C4A2E7D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x910bb000 - 0x910bbfff com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x910bc000 - 0x9110cff7 libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
0x91124000 - 0x91137fff com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91138000 - 0x9117eff7 libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9117f000 - 0x9118bff7 com.apple.OpenDirectory (10.9 - 173.90.1) <B7440CD7-04F8-3558-B5AA-FD48381B14DE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9118c000 - 0x911b8ff7 GLRendererFloat (9.6) <7A6A96FE-472D-3C12-A19C-ADD30A38BB02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x911b9000 - 0x911f7ff7 com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895>

 
Crash Report Section 2:
Spoiler :

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x911f8000 - 0x912e8ffb libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
0x912e9000 - 0x91347ffd com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91348000 - 0x91b08ffd libclh.dylib (4.0.3 - 4.0.3) <188A7A8D-A572-3A47-A08D-99FF8FCEDE01> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x91b12000 - 0x91b16ffe libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x91b17000 - 0x91e3dffb com.apple.JavaScriptCore (9537 - 9537.74.4) <1AE99257-8FDA-3A6D-8463-D0BD07D77762> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x91e3e000 - 0x91e40fff libsystem_configuration.dylib (596.13) <57095AFE-3FF1-3F42-A43E-ED679409B827> /usr/lib/system/libsystem_configuration.dylib
0x91e41000 - 0x91e45fff libheimdal-asn1.dylib (323.15) <2C5FF5E6-F253-387E-959A-B1926DD99B31> /usr/lib/libheimdal-asn1.dylib
0x91e46000 - 0x91e47fff libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
0x91e48000 - 0x91e79ffa libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
0x91ea4000 - 0x92034ff0 GLEngine (9.6) <6A58B9C0-B67E-3FD1-B707-837744D918C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x92035000 - 0x9203bffb libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
0x9203c000 - 0x92040fff com.apple.IOAccelerator (98.14 - 98.14) <2F453A7B-45B7-313D-AE23-A4D1A1E94D66> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x92041000 - 0x9210fff7 com.apple.backup.framework (1.5.2 - 1.5.2) <BE2F37D3-F610-30EE-B106-44B5DAE35603> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x92390000 - 0x92395fff com.apple.MediaAccessibility (1.0 - 43) <1CC2B661-146A-3FF3-B843-508F611F7B4B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x92396000 - 0x9247cff7 com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x929eb000 - 0x92a0aff9 com.apple.framework.Apple80211 (9.3.1 - 931.58) <120A58B6-9DC7-3001-9735-C08661A3ECC0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x92aaa000 - 0x92ab5fff libGPUSupportMercury.dylib (9.6) <154C14F4-0561-38CE-9A5F-1F9A9579552C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x92ab6000 - 0x92bb4fff libJP2.dylib (1042) <795B3209-2382-3F31-AEF7-588E4BCAAF06> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x92bb5000 - 0x92bd9fff libJPEG.dylib (1042) <AEC2D16E-12E6-3D85-933E-6728EBA802A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92bda000 - 0x92be7fff com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x92be8000 - 0x92bebff7 com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92eee000 - 0x92f1aff7 com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x92f1b000 - 0x92f1fffa libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
0x92f20000 - 0x92f23ff7 libdyld.dylib (239.4) <F4604F64-945B-3871-8F26-E9C55488BC27> /usr/lib/system/libdyld.dylib
0x92f24000 - 0x92f2eff7 com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92f2f000 - 0x930d74af libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
0x930d8000 - 0x93131ffa libTIFF.dylib (1042) <0EED8A3F-A7C6-3FE2-8F67-55813D5E543E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93132000 - 0x93137ff7 com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9323c000 - 0x93243ffb libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
0x93244000 - 0x9326cff7 libRIP.A.dylib (599.20.11) <43C5717D-381A-3015-9BE8-1DDD1C6BA935> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9326d000 - 0x93275ff7 libCGCMS.A.dylib (599.20.11) <BE016E3E-3A65-35F7-A9D4-96684ECB39B0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x93276000 - 0x932c2ff7 libcups.2.dylib (372.2) <ED7CEA7C-9FD7-34E0-B960-268BD6AFA056> /usr/lib/libcups.2.dylib
0x932c3000 - 0x93531ff6 com.apple.security (7.0 - 55471.14) <7915499B-66CF-39FE-B53C-A11C7775314D> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x93594000 - 0x9398cfff com.apple.CoreGraphics (1.600.0 - 599.20.11) <82BA834B-C3D1-39CC-B9C3-5C4C976A3BCD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9398d000 - 0x9399dff5 com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9399e000 - 0x939adfff libGL.dylib (9.6) <58C42A46-27D0-3228-B3C1-EC3923D49BAD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x939ae000 - 0x93a03ff7 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x93a8a000 - 0x93a92ffe libGFXShared.dylib (9.6) <D75FE2D7-0CF9-351E-9EE3-893F2B2114BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x93a93000 - 0x943edfe3 com.apple.QuickTimeComponents.component (7.7.3 - 2826.17) <AEF44853-2A48-3797-91AA-2510B523E052> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x944c9000 - 0x945a4ff7 com.apple.LaunchServices (572.26 - 572.26) <5915A9AC-7928-30B1-9329-94048ADE81D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x945a5000 - 0x945e1ff4 com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x945e2000 - 0x945e3ffd libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
0x945e4000 - 0x94621ff7 libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
0x94622000 - 0x9489aff2 com.apple.RawCamera.bundle (5.03 - 731) <C6EA86A1-D587-35FB-904E-D19AC5DF664D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9489b000 - 0x948fcff7 com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x94900000 - 0x94902ffe com.apple.QuickTimeH264.component (7.7.3 - 2826.17) <A02A7AE1-0DAD-3A98-9C72-889510D59AB2> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x94903000 - 0x94a13fed com.apple.MediaControlSender (2.0 - 200.34.4) <48A88743-4EB7-364B-968F-43C17FFCEB97> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x94a14000 - 0x94a1eff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <6CD2D996-2972-30A3-B4AD-BB1B816EFDCC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x94a1f000 - 0x94a1ffff libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
0x94a27000 - 0x94a2affe com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x94a2b000 - 0x94abcfff com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94abd000 - 0x94acbff7 libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
0x94acc000 - 0x94aceffe libCVMSPluginSupport.dylib (9.6) <DF20981B-DAD0-3125-8089-C96CB3226888> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x94af2000 - 0x94af2fff com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94af3000 - 0x94b5dff7 com.apple.framework.CoreWiFi (2.0 - 200.21.1) <13EE6C12-B981-3132-864A-D493B91AE37E> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x94b5e000 - 0x94bd1fff com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94bd2000 - 0x94d34ff3 com.apple.CFNetwork (673.2.1 - 673.2.1) <6EA58F7C-35E9-37BF-A6B4-7DDB83A6B432> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x94d35000 - 0x950faff6 libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9514a000 - 0x951a0ff6 com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x951a1000 - 0x951bcff5 com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x951bd000 - 0x951bffff libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
0x951c0000 - 0x951c1ffa libsystem_sandbox.dylib (278.11) <E8BE1DF7-2F3D-3202-B807-A85C99220AB6> /usr/lib/system/libsystem_sandbox.dylib
0x951c2000 - 0x95de0ff3 com.apple.AppKit (6.9 - 1265.19) <07125263-9E97-3A47-BBD3-6FB462910565> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95de1000 - 0x95e0fff3 com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x95e41000 - 0x95e4afff com.apple.AppleSRP (5.0 - 1) <6B946F4B-7DC4-3E82-BF2C-BE0930E3CF47> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x95e4b000 - 0x95e53fff libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
0x95e54000 - 0x95e61ff7 com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x967df000 - 0x967e4ff6 libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
0x967e5000 - 0x9681affd libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
0x9681b000 - 0x9681ffff com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96846000 - 0x96883ffb libGLImage.dylib (9.6) <EAC640A8-CD71-3AB2-9918-21CACCBCCB0D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x96884000 - 0x96886ffb libRadiance.dylib (1042) <22E517A8-4725-3175-B5D1-5573FBE780B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96887000 - 0x9689bff9 com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x96b1c000 - 0x96c29ff7 com.apple.ImageIO.framework (3.3.0 - 1042) <677F8044-E8B4-34A8-B7D9-575D7CEA019E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96c2a000 - 0x96cbcff9 libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
0x96cbd000 - 0x96d19ffa com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96d1a000 - 0x96d8fffb com.apple.framework.IOKit (2.0.1 - 907.90.2) <AFF50D8E-7D1D-38B9-A77E-DF0C0C4C97E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96d90000 - 0x96e73ff7 libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
0x96e74000 - 0x96e75fff liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
0x96e76000 - 0x96e76fff com.apple.Carbon (154 - 157) <6E680560-FD53-3C00-BDF7-7AFA28747DC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x96e77000 - 0x96eafff7 com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x96eb0000 - 0x96fc2ffc libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
0x96fc3000 - 0x970fafff com.apple.desktopservices (1.8.2 - 1.8.2) <CCE6EB2B-1799-349A-8F13-003077CDFF31> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x970fb000 - 0x97113ffd libdispatch.dylib (339.90.1) <871AC354-D1B6-3475-889E-AF594448CF43> /usr/lib/system/libdispatch.dylib
0x97128000 - 0x97193ff9 com.apple.Heimdal (4.0 - 2.0) <D26F2F4D-5FD4-3FBF-A28C-1E8215C5ACA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x97194000 - 0x9720aff3 com.apple.securityfoundation (6.0 - 55122.1) <18024F59-DE2B-3FC5-A29F-8F2B27349685> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x97216000 - 0x97216ffd libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
0x97217000 - 0x97220fff libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
0x97221000 - 0x9722cff6 com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9722d000 - 0x97232ff3 libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
0x975bd000 - 0x975c1ffc libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
0x975c2000 - 0x975c2fff com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x975c3000 - 0x978eeffe com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x978f0000 - 0x9878bff3 com.apple.WebCore (9537 - 9537.74.11) <2D24AE4B-EE47-3DC2-82A1-9EEBD89E2140> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9878c000 - 0x98798fff libkxld.dylib (2422.90.20) <28EAB745-E690-34E7-B9F0-BD05E507173B> /usr/lib/system/libkxld.dylib
0x98799000 - 0x987b3ff7 com.apple.GenerationalStorage (2.0 - 160.2) <8755F7F1-2402-387C-A32A-2270E7D680C8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x987b6000 - 0x987fefff com.apple.PerformanceAnalysis (1.47 - 47) <16935C0F-7F9F-316E-9D46-11973DE0904A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x987ff000 - 0x98907ff7 com.apple.QuickTimeImporters.component (7.7.3 - 2826.17) <9B883A02-F284-3331-B4C0-CB1EF043BB06> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x98908000 - 0x98930fff libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
0x98931000 - 0x98931fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x98932000 - 0x98933fff libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
0x98988000 - 0x98996ff3 com.apple.opengl (9.6.0 - 9.6.0) <63941A8D-AACC-3C71-BE8C-4DAA913A1439> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x98997000 - 0x98a00ffa com.apple.datadetectorscore (5.0 - 354.3) <566882DE-B726-331E-BA89-ACBB3D5BEEC4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x98a01000 - 0x98a8afff com.apple.CoreSymbolication (3.0 - 141) <178DDF5C-B6DA-39BD-84F5-FD3FA7E93BF8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x98c28000 - 0x98c32fff com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x98c33000 - 0x98c34fff libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
0x98c35000 - 0x98ce9ff7 com.apple.QuickTimeMPEG4.component (7.7.3 - 2826.17) <B229F63E-BC40-364E-BB4B-A0E550976900> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
0x98cea000 - 0x98eecfff com.apple.CoreFoundation (6.9 - 855.14) <756998B3-F507-3474-AFB2-769FC9CE5263> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x98eed000 - 0x98ef0ffa libCGXType.A.dylib (599.20.11) <8824B66A-D235-3163-808D-8B98F69304CD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98f30000 - 0x98f5fff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x98f60000 - 0x98f90ff7 com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x98f91000 - 0x99054ff1 com.apple.CoreText (352.0 - 367.19) <14FD889D-4D6D-3D53-B28E-2E23975B3C9D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x99055000 - 0x99095ff7 com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x990a1000 - 0x990b1ff7 libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
0x990b2000 - 0x990cefff libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
0x990cf000 - 0x990f3ff3 libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
0x990f4000 - 0x993f5ffb com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x993f6000 - 0x995bcffb libicucore.A.dylib (511.31) <9C25D145-E785-357B-9833-1980A1A738C9> /usr/lib/libicucore.A.dylib
0x995bd000 - 0x99655ff7 com.apple.Metadata (10.7.0 - 800.23) <6590358F-9677-3257-8780-FF0462852EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x99656000 - 0x99afdfe7 com.apple.CoreAUC (6.22.08 - 6.22.08) <3F9E2986-8FF9-3339-A0C8-DC1186C4A5EC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x99baa000 - 0x99bb1ff2 com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x99bb2000 - 0x99bbafff liblaunch.dylib (842.90.1) <B259692D-D60B-3BCE-9E03-32F457CB5046> /usr/lib/system/liblaunch.dylib
0x99bbb000 - 0x99bc4ffa com.apple.CommonAuth (4.0 - 2.0) <7E72F700-6072-3822-8AAF-F14D456F7E7D>

 
Crash Report section 3 (final)
Spoiler :

/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x99bc7000 - 0x99be0fff com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x99be1000 - 0x99d54ffb com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <AAF3AB26-3BAD-3E5F-8192-9805B7AA1CB1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x99d55000 - 0x99d60fff libcsfde.dylib (380) <C9E61AFB-1A9D-324B-9827-06B182CDD7B0> /usr/lib/libcsfde.dylib
0x99d61000 - 0x99d93ffb com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <30CF0E7B-3511-318F-AC31-06C29EDC111E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x99d94000 - 0x99dbefff libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
0x99dbf000 - 0x99dcaffb libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
0x99dd3000 - 0x99e15fff libGLU.dylib (9.6) <6A7E248D-3936-3B0D-9BF2-E4F0D2FE5306> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x99e18000 - 0x99e34ff9 com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x99e35000 - 0x99fb3ff8 libGLProgrammability.dylib (9.6) <95E86FA5-8620-38C5-B3CB-885F32569634> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x99fb4000 - 0x9a0a0ff7 libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
0x9a0a1000 - 0x9a0f6fff libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
0x9a268000 - 0x9a26bff9 com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9a26c000 - 0x9a383ffb com.apple.WebKit (9537 - 9537.74.9) <27AE437D-1DBE-34E9-8FE5-E9A5BD5CEBB0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9a384000 - 0x9a388ffa libGIF.dylib (1042) <A28C9045-5ACD-35FE-9499-E98B9C5A20D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9a3f0000 - 0x9a402fff libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
0x9a403000 - 0x9a41bfff com.apple.CFOpenDirectory (10.9 - 173.90.1) <13B70F7C-9A4D-3CCA-AEB8-3958F5B6167E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9a41c000 - 0x9a41cffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <85316395-817E-342D-8F41-88838EC6FB63> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9a41d000 - 0x9a428fff com.apple.CrashReporterSupport (10.9 - 538) <7A5FF845-433C-33E3-99B5-F6AA5B825734> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9a429000 - 0x9a429fff com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9a42a000 - 0x9a479ff1 com.apple.HIServices (1.22 - 467.2) <F47161AA-E19F-3357-862F-5B4C8DA97975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9a47a000 - 0x9a4b2fff com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9a4b3000 - 0x9a79dfd2 com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9a79e000 - 0x9a7bbff4 libsystem_kernel.dylib (2422.90.20) <C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1> /usr/lib/system/libsystem_kernel.dylib
0x9a7bc000 - 0x9a7c5fff com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9a7cf000 - 0x9a7e7ff7 libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
0x9a883000 - 0x9aae7ff7 com.apple.CoreData (107 - 481.01) <85EE4DFF-3A61-3D3B-A818-524F0A427A4D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9aae8000 - 0x9ab13ff7 libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
0x9ab14000 - 0x9ab15ffc com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9ab16000 - 0x9ab7ffff com.apple.SystemConfiguration (1.13 - 1.13) <144317BE-7AE5-3B8D-90CD-62DCDE9399E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9ab80000 - 0x9adfcfe7 com.apple.QuickTime (7.7.3 - 2826.17) <E8F7EFCE-41FD-3E30-AAA5-5C232317E9D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9adfd000 - 0x9ae4effb com.apple.CoreMedia (1.0 - 1273.49) <26F891C5-DF9F-3A2C-995A-827595F03CF2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9ae4f000 - 0x9ae55ff7 com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x9aeac000 - 0x9aeb3ffe com.apple.agl (3.2.3 - AGL-3.2.3) <E26A1D2C-596E-31F0-8E70-FC381874F8DA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9aeb4000 - 0x9aeb8ffc com.apple.IOSurface (91 - 91) <DECEEB72-3C7E-3C21-9237-E5AD293F8B09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9af20000 - 0x9b354ff7 com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x9b355000 - 0x9b6caff9 com.apple.HIToolbox (2.1 - 697.4) <8CB677B7-43FC-3534-A685-5A5445C95F7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9b6cb000 - 0x9b71bfff com.apple.opencl (2.3.59 - 2.3.59) <4BEFE83C-1C89-3BB6-A445-9BE680C84FB3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9b71d000 - 0x9b726fff com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9b727000 - 0x9b735ff7 com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x9b736000 - 0x9b74dff4 com.apple.CoreMediaAuthoring (2.2 - 947) <BF917B77-0935-3F56-A2B9-E62A58A713B8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9b762000 - 0x9b764fff com.apple.securityhi (9.0 - 55005) <51765C73-80D1-33E3-9589-3E88380CE007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9b765000 - 0x9b7abff7 libcurl.4.dylib (78.90.1) <C97A942D-A5D4-35ED-B239-B9D13DD7107D> /usr/lib/libcurl.4.dylib
0x9b80b000 - 0x9b81dfff libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
0x9b81e000 - 0x9b845fff com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9b847000 - 0x9b849ff2 com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x9b8a0000 - 0x9b8acffc libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
0x9b8ad000 - 0x9b913ffb com.apple.CoreUtils (2.0 - 200.34.4) <F14AAB3C-1C8A-37D7-85BE-76646F9F6098> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x9b914000 - 0x9b94afff com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x9b94f000 - 0x9ba1ffef libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9ba22000 - 0x9baceffb libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9bb2d000 - 0x9bb2efff libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
0x9bb2f000 - 0x9bb37fff libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
0x9bb38000 - 0x9bbffff7 com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9bc40000 - 0x9bc43ffb libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
0x9bc4c000 - 0x9bc9ffff com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9bca0000 - 0x9bcf1ff1 libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
0x9bcf2000 - 0x9bd91ff7 libCoreStorage.dylib (380) <55467C87-E1A3-3057-B428-9BCEFD39E36D> /usr/lib/libCoreStorage.dylib
0x9bdbd000 - 0x9be3dff7 com.apple.CoreServices.OSServices (600.4 - 600.4) <1227DF22-E2DA-3764-A1CA-10CC0CEBE377> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9be3e000 - 0x9bf29ff4 com.apple.DiskImagesFramework (10.9 - 371.1) <FC13BD5A-0FB7-35D5-A8DF-0510CFA996FE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9bf2a000 - 0x9c21fff8 com.apple.CoreImage (9.2.7) <AD2199E4-B18B-3CFC-94C4-B1B8D20CFB8B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9c220000 - 0x9c23dffb libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
0x9c23e000 - 0x9c394ff0 libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 16726
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=264.9M resident=105.3M(40%) swapped_out_or_unallocated=159.6M(60%)
Writable regions: Total=2.7G written=1.0G(37%) resident=1.1G(40%) swapped_out=353.7M(13%) unallocated=1.7G(60%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.1M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 30.6M
CG image 20K
CG raster data 52K
CG shared images 204K
CoreImage 64K
IOKit 699.2M
IOKit (reserved) 4K reserved VM address space (unallocated)
Image IO 3012K
JS JIT generated code 800K
JS VM register file 4096K
JS garbage collector 3712K
Kernel Alloc Once 4K
MALLOC 1.3G
MALLOC (admin) 48K
MALLOC_LARGE (reserved) 280.0M reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 249 156K
OpenCL 20K
OpenGL GLSL 2560K
SQLite page cache 256K
Stack 78.9M
VM_ALLOCATE 279.4M
VM_ALLOCATE (reserved) 148K reserved VM address space (unallocated)
WebKit Malloc 8744K
__DATA 128.1M
__IMAGE 528K
__IMPORT 8K
__LINKEDIT 57.6M
__OBJC 2156K
__PAGEZERO 4K
__TEXT 207.3M
__UNICODE 544K
mapped file 101.2M
shared memory 68K
=========== =======
TOTAL 3.2G
TOTAL, minus reserved VM space 2.9G


Model: iMac14,2, BootROM IM142.0118.B00, 4 processors, Intel Core i5, 3.4 GHz, 8 GB, SMC 2.15f2
Graphics: NVIDIA GeForce GTX 780M, NVIDIA GeForce GTX 780M, PCIe, 4096 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.63)
Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
USB Device: External USB 3.0
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
USB Device: MT1887
USB Device: Keyboard Hub
USB Device: Apple Keyboard
Thunderbolt Bus: iMac, Apple Inc., 23.10
 
I get the same problem if I load up the BNW version (v6).

I tried two map options. Each time I had a CTD. I've looked at the log files and can't see any clues. Sorry, it looks as if this mod is somehow incompatible with the Mac version.
 
Hello, really appreciate your work on this guide, but I have a difficulty I can't seem to work through.

I've already installed a mod, then unpacked it with keka, but it doesn't give me a folder, it's just the .civ5mod file. Once I put it in the designated folder, I can access the mods button on the main menu, but it says that I have no mods. What exactly have I done wrong?

Many thanks
 
Top Bottom