[BlitzMax 1.50] Deprecated Audio Unit
Community Forums/Bug Reports/[BlitzMax 1.50] Deprecated Audio Unit
| ||
During a test run of my current game project I got this warning box: Just to tell ya, the game just uses the audio modules provided with BlitzMax for anything audio related. No modules from elsewhere were implemented for the audio. (I got this message in OS X El Capitan, I don't know if Linux and Windows are affected by this). Something I can do to fix this issue? (the dialog box refers to a certain .h file and I am a nitwit when it comes to C, C++ or any other "dialect" of C). |
| ||
Put SetAudioDriver "OpenAL" at the start of your program. |
| ||
Maybe you should check the commit on Bruceys "NG-Modules". https://github.com/bmx-ng/pub.mod/commit/10533d82c15c357084a23ea9d67319a45ef50e91 It replaces CoreAudio to AudioComponent ... dunno if it works for "vanilla modules" too. bye Ron |
| ||
@skidracer Thanks skid, one question though, should I only do that for Mac or for Windows as well (in order words must it be put between "?MacOS .. ?" or not? I must note that I already don't use DirectX for the graphics, so it would only make sense to do it for Windows too, but I need to make sure). ;) EDIT: Adding that line makes that the game now has no audio at all. It does indeed remove the warning box, but with the audio gone as well it does not seem to be the right path. EDIT: Ignore previous notice, that was an error in the Framework definitions in my own source code... Silly me. :) Thanks again! :) @Derron I've already found out that bmx-ng is not quite the same as bmx and some bmx modules (including one of Brucey himself, now I do keep the possibility in mind I got an outdated version) did not compile on ng, so I don't dare to try this the other way around. Therefore I have the feeling I can best keep bmx projects and (future planned) bmx ng projects separated as well as the modules for both versions. |
| ||
including one of Brucey himself Which one's that? |
| ||
bah.volumes Like I said I deem it likely I have an outdated version, but this was that the compiler got me: Building Modules [ 33%] Processing:appstub.bmx [ 34%] Processing:map.bmx [ 35%] Processing:debugconsole.bmx [ 36%] Processing:opengl.bmx [ 36%] Processing:main.bmx Compile Error: Unable to convert from Void to Int. [/Volumes/Irravonia/BlitzMAX/BruceyBlitzMax/Full/mod/bah.mod/volumes.mod/main.bmx;226;0] Build Error: failed to compile /Volumes/Irravonia/BlitzMAX/BruceyBlitzMax/Full/mod/bah.mod/volumes.mod/main.bmx Process complete In the "official" blitzmax (I have v1.51 on Mac and v1.50 in windows) it compiles fine (it's part of nearly every project of mine at this moment). (EDIT: This is the version info I found in the source code ModuleInfo "Version: 1.07" ModuleInfo "License: MIT" ModuleInfo "Author: Bruce A Henderson" ModuleInfo "Copyright: (c) 2006-2011 Bruce A Henderson" Is is this because this is an outdated version, or is there really something wrong?) |
| ||
The current version number is 1.09 :-) You can get the latest version from here : https://github.com/maxmods/bah.mod Everything had to be migrated from googlecode because they (Google) shut it down... meh. |
| ||
I already suspected I had an outdated version, but since it still worked on my current projects I could never be arshed to check if there was a newer version, however may main point was that since I experienced this I did not dare to with bmx-ng for a project I've already setup in the "official"-bmx and on which I've been working since last spring, already. But I was thinking of some future plans with it on my smaller projects because the wider variety of targets, but as that was going to take awhile I did not sort everything out thoroughly yet. And yeah, I already know about Google's decision to stop Google Code and to "merge" it with Google Drive or something (if I understood that one right as it was all pretty vague), anyway, I already found out you are on GitHub these days (and my own projects are currently also hosted there, and I got the "git" client, so that will be alright ;) |
| ||
There's no rush. Plenty of time to cross that bridge ;-) |
| ||
Yup. Ah btw, I did try v1.09 to test and indeed, it was just because I had an outdated version. Now I got a lot of parse errors in my modules I wrote in the "official" bmx, but I'm gonna sort that one out once I'm really going to put bmx-ng to the test ;) |
| ||
That errors are mostly "cannot convert int to void" etc - or if you extend things and the original is "bla:int()" and your extension "bla()" ... If it is really the "parsing" then Brucey might want to see some bug-reports. Edit: If you use the latest BCC(-NG) there should be some help regarding "what to change". bye Ron |
| ||
Back to the original topic. Since I used the line Skid told me to do, the audio works alright, but now every time I end my game regardless of how I end my game (I mean regardless if I use the 'quit' feature or if the game has an (unrelated) error) I always got a crash dialog to pop up. The worst part is, I cannot prevent the error being sent to Apple, and since I don't want my game to be blacklisted at Apple's before it's even released, I wonder what I can do to make that phenomenon go away (if I use the 'deprecated' unit in stead, this will not happen, and the crash messages do show OpenAL related stuff). (If you want source code, well take a look at my github repository: https://github.com/Tricky1975/Star-Story, though I gotta warn ya, it's quite a lot of source code). |
| ||
You get a crash dialog? You didn't mention that until now... The dialog in your first post is just MaxIDE catching some text from the app run. The message itself is just a warning - indicating that stuff you are using now may well be removed from later versions of OS X. What crash are you getting? |
| ||
When I use the OpenAL module I get a crash message, when using the FreeAudio module I get the warning shown above. And below is the full message after my program simply ends by use of the "End" command in BlitzMax: Process: LAURA2 [22469] Path: /Volumes/VOLUME/*/Star Story.app/Contents/Resources/LAURA2.app/Contents/MacOS/LAURA2 Identifier: LAURA2 Version: ??? Code Type: X86 (Native) Parent Process: ??? [1] Responsible: LAURA2 [22469] User ID: 501 Date/Time: 2015-10-29 19:24:24.981 +0100 OS Version: Mac OS X 10.11 (15A284) Report Version: 11 Anonymous UUID: 2400768C-7657-2C8D-8A56-E078C1C144A0 Time Awake Since Boot: 610000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: abort() called terminating with uncaught exception of type long Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x9d92862a __pthread_kill + 10 1 libsystem_pthread.dylib 0x977f0664 pthread_kill + 101 2 libsystem_c.dylib 0x9b2328c8 abort + 156 3 libc++abi.dylib 0x90e389c9 abort_message + 169 4 libc++abi.dylib 0x90e595eb default_terminate_handler() + 300 5 libc++abi.dylib 0x90e56bed std::__terminate(void (*)()) + 14 6 libc++abi.dylib 0x90e56c71 std::terminate() + 65 7 com.apple.audio.OpenAL 0x06f77e9b OALSource::~OALSource() + 293 8 com.apple.audio.OpenAL 0x06f7194d OALContext::~OALContext() + 85 9 com.apple.audio.OpenAL 0x06f655c0 DeleteContextsOfThisDevice(unsigned long) + 204 10 com.apple.audio.OpenAL 0x06f6610d alcCloseDevice + 112 11 LAURA2 0x000105ef 391 + 30 12 LAURA2 0x00060d0f 192 + 13 13 libsystem_c.dylib 0x9b2335f8 __cxa_finalize_ranges + 297 14 libsystem_c.dylib 0x9b233695 __cxa_finalize + 59 15 libsystem_c.dylib 0x9b23398a exit + 62 16 LAURA2 0x00142702 bbEnd + 18 17 LAURA2 0x000fe663 7 + 5 18 LAURA2 0x00005091 1393 + 12 19 LAURA2 0x00004a20 1349 + 35 20 LAURA2 0x00004886 1317 + 10 21 LAURA2 0x00002deb 1075 + 36 22 LAURA2 0x0000235d 4 + 20 23 LAURA2 0x0000299e run + 78 24 LAURA2 0x0000254b -[BlitzMaxAppDelegate applicationDidFinishLaunching:] + 267 25 com.apple.Foundation 0x92ee59e2 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_2 + 50 26 com.apple.CoreFoundation 0x9938b3f4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20 27 com.apple.CoreFoundation 0x9938b37b ___CFXRegistrationPost_block_invoke + 75 28 com.apple.CoreFoundation 0x9938b2ec _CFXRegistrationPost + 460 29 com.apple.CoreFoundation 0x9938b026 ___CFXNotificationPost_block_invoke + 54 30 com.apple.CoreFoundation 0x993449a3 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1715 31 com.apple.CoreFoundation 0x99343bc2 _CFXNotificationPost + 626 32 com.apple.Foundation 0x92e97bc4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 33 com.apple.AppKit 0x91d92748 -[NSApplication _postDidFinishNotification] + 436 34 com.apple.AppKit 0x91d923f6 -[NSApplication _sendFinishLaunchingNotification] + 249 35 com.apple.AppKit 0x91c3cc4a -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 783 36 com.apple.AppKit 0x91c3c5a0 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 291 37 libobjc.A.dylib 0x99c295ac -[NSObject performSelector:withObject:withObject:] + 84 38 com.apple.Foundation 0x92ee92c0 __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke + 118 39 com.apple.Foundation 0x92ee8e17 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 451 40 com.apple.Foundation 0x92ee8c12 _NSAppleEventManagerGenericHandler + 211 41 com.apple.AE 0x9dffde54 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 595 42 com.apple.AE 0x9dffab75 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44 43 com.apple.AE 0x9dffaa88 aeProcessAppleEvent + 299 44 com.apple.HIToolbox 0x90e98c5a AEProcessAppleEvent + 55 45 com.apple.AppKit 0x91c37ec8 _DPSNextEvent + 2415 46 com.apple.AppKit 0x91c36ef0 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1057 47 com.apple.AppKit 0x91c36ac7 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 121 48 com.apple.AppKit 0x91c2a23b -[NSApplication run] + 1063 49 LAURA2 0x00002935 main + 997 50 LAURA2 0x00002325 start + 53 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x9d9298b2 kevent_qos + 10 1 libdispatch.dylib 0x9d936836 _dispatch_mgr_invoke + 234 2 libdispatch.dylib 0x9d93640a _dispatch_mgr_thread + 52 Thread 2:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x9d92207a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x9d921464 mach_msg + 68 2 com.apple.audio.CoreAudio 0x9d9fbb74 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 140 3 com.apple.audio.CoreAudio 0x9d9f4d82 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 72 4 com.apple.audio.CoreAudio 0x9d9f31f6 HALC_ProxyIOContext::IOWorkLoop() + 1190 5 com.apple.audio.CoreAudio 0x9d9f2c34 HALC_ProxyIOContext::IOThreadEntry(void*) + 156 6 com.apple.audio.CoreAudio 0x9d9fecbc ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20 7 com.apple.audio.CoreAudio 0x9d9f2b59 HALB_IOThread::Entry(void*) + 71 8 libsystem_pthread.dylib 0x977ed794 _pthread_body + 138 9 libsystem_pthread.dylib 0x977ed70a _pthread_start + 155 10 libsystem_pthread.dylib 0x977eafa6 thread_start + 34 Thread 3:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x9d92207a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x9d921464 mach_msg + 68 2 com.apple.CoreFoundation 0x99373096 __CFRunLoopServiceMachPort + 214 3 com.apple.CoreFoundation 0x993724a1 __CFRunLoopRun + 1521 4 com.apple.CoreFoundation 0x99371c46 CFRunLoopRunSpecific + 390 5 com.apple.CoreFoundation 0x99371aab CFRunLoopRunInMode + 123 6 com.apple.AppKit 0x91d9f1c2 _NSEventThread + 291 7 libsystem_pthread.dylib 0x977ed794 _pthread_body + 138 8 libsystem_pthread.dylib 0x977ed70a _pthread_start + 155 9 libsystem_pthread.dylib 0x977eafa6 thread_start + 34 Thread 4: 0 libsystem_kernel.dylib 0x9d928e16 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x977ed35f _pthread_wqthread + 1289 2 libsystem_pthread.dylib 0x977eaf82 start_wqthread + 34 Thread 5: 0 libsystem_kernel.dylib 0x9d928e16 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x977ed35f _pthread_wqthread + 1289 2 libsystem_pthread.dylib 0x977eaf82 start_wqthread + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0xa32956b0 ecx: 0xbfffe03c edx: 0x00000000 edi: 0xa2dbb000 esi: 0x00000006 ebp: 0xbfffe058 esp: 0xbfffe03c ss: 0x00000023 efl: 0x00000206 eip: 0x9d92862a cs: 0x0000000b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0xa3293a20 Logical CPU: 0 Error Code: 0x00080148 Trap Number: 132 Binary Images: 0x1000 - 0x161ff7 +LAURA2 (???) <82A223A7-F679-3BCE-A1EA-E504DB7AE121> /Volumes/VOLUME/*/Star Story.app/Contents/Resources/LAURA2.app/Contents/MacOS/LAURA2 0x1fbe000 - 0x1fbeffd +cl_kernels (???) <61D747BB-0FC2-44C0-9368-56D4BDC1C0BF> cl_kernels 0x6f62000 - 0x6f8afff com.apple.audio.OpenAL (1.8 - 1.8) <3ECAF276-E1A3-38B5-8D61-CE47B053A9A2> /System/Library/Frameworks/OpenAL.framework/OpenAL 0x6f9c000 - 0x6fa0fff com.apple.audio.AppleHDAHALPlugIn (272.50 - 272.50) <2B7EC14C-52EF-339E-85A3-51EFEC88BC33> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x7022000 - 0x716bffb com.apple.audio.units.Components (1.13 - 1.13) <4E9D35C4-00EA-31A5-B853-A51216B162AD> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x8000000 - 0x8524fff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.8.77 - 10.0.8) <3EED1436-1382-3F28-875D-FAAD12FEEE48> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver 0x8fe4a000 - 0x8fe7e5bf dyld (360.14) <9FE9CADA-7460-3F80-B881-42443C5FA2E1> /usr/lib/dyld 0x90010000 - 0x9001bff7 libGPUSupportMercury.dylib (12.0.34.11) <C73D28B0-D830-3057-BF3F-8ACFA4038300> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x9001c000 - 0x900bdfff com.apple.ink.framework (10.9 - 214) <4080C194-91A4-37F2-89B4-913F6EE199AA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x902ed000 - 0x90302ff3 libCGInterfaces.dylib (317.2) <29CE0354-A311-3D28-A9B8-9DAD679BBCA3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x9070b000 - 0x90713fff com.apple.NetFS (6.0 - 4.0) <7A265E8E-DAF0-349D-8818-80FB5771BA83> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x90714000 - 0x90715fff liblangid.dylib (122) <735C877E-DD4B-33BC-8FD5-22C15E1765F7> /usr/lib/liblangid.dylib 0x90716000 - 0x9071affb com.apple.IOSurface (108.0.1 - 108.0.1) <9A1D22B6-C77B-34C6-824B-6B860C9AD6A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x90728000 - 0x9076bfff libGLU.dylib (12.0.34.11) <C822018C-A7F6-3F59-A405-A2630E34A197> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9076c000 - 0x9076dfff com.apple.TrustEvaluationAgent (2.0 - 25) <C5A969DB-6332-3B0C-9779-05B8F491A81B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x9076e000 - 0x90777ffb com.apple.CommonAuth (4.0 - 2.0) <ACDE23E4-444D-3A8E-B8ED-BD17E39CE775> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x90778000 - 0x9077afff com.apple.loginsupport (1.0 - 1) <7389284A-6636-36D8-8D49-1409B76BA651> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x9077b000 - 0x90788fff com.apple.OpenDirectory (10.11 - 194) <BE7A08EE-6327-3A0C-9118-6E550D06A905> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x90789000 - 0x9078bfff com.apple.securityhi (9.0 - 55006) <36C7F06B-9223-3457-9784-6B2DC166F722> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9078c000 - 0x907afffb com.apple.framework.Apple80211 (11.0 - 1101.30) <DA4363C1-ABEF-36A4-BAF3-DDBA29B56BD4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x907b0000 - 0x907e3ffb com.apple.GSS (4.0 - 2.0) <7F8EB8D1-43F0-3340-B436-E319FF960352> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x907e4000 - 0x908d3ff7 libcrypto.0.9.8.dylib (59) <23043903-1EFE-37AA-BCF1-F01F0C6D0C7C> /usr/lib/libcrypto.0.9.8.dylib 0x908d4000 - 0x90928fff com.apple.Symbolication (1.4 - 58044) <F15B957F-FF2E-34DA-9C71-8A9D89F3ECE8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x90929000 - 0x9093fff3 libLinearAlgebra.dylib (1159) <53D10FFA-13C9-3F04-8092-4FCBE9D311EB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x90940000 - 0x90a31ff3 libiconv.2.dylib (44) <00E509A9-A5BD-35FD-B310-957163D16EFA> /usr/lib/libiconv.2.dylib 0x90a32000 - 0x90d2dfff com.apple.CoreServices.CarbonCore (1136 - 1136) <4BAC2C66-2CFF-306E-864D-04D17E24B454> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90d2e000 - 0x90d32ffb libGIF.dylib (1432) <0FD862D3-1A47-3A36-A628-16C7BFD22B02> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x90d33000 - 0x90d40fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <D5351D5B-8AEE-3568-A85A-74E096C31FD1> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x90e38000 - 0x90e5bff3 libc++abi.dylib (125) <7F24A2B6-32BF-3129-8FF4-A7CCEB237BA1> /usr/lib/libc++abi.dylib 0x90e5c000 - 0x91223ffb com.apple.HIToolbox (2.1.1 - 806) <23EBD14A-1C31-3FCA-8265-59E29A89ED07> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x91224000 - 0x914b9ff3 com.apple.security (7.0 - 57336.1.9) <73C78E41-9A2E-382B-B6A5-653D762DA77F> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x914bb000 - 0x9155ffff libCoreStorage.dylib (517) <7ABB9050-5670-3F82-9CDC-A6CE200B0CA3> /usr/lib/libCoreStorage.dylib 0x91560000 - 0x91560fff com.apple.Cocoa (6.11 - 22) <7B03083A-B52A-3AE7-89C1-4449FBC2C303> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x91561000 - 0x915a4ff7 com.apple.Metal (54.26.3 - 54.26.3) <2E694D8B-B9B6-3EB1-A5F3-2403F286F68C> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x915a5000 - 0x915b0ff7 libChineseTokenizer.dylib (16) <A699162E-3910-3FBB-BC2C-DA7F2AEF56A3> /usr/lib/libChineseTokenizer.dylib 0x915b1000 - 0x915b9fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C93A2C7B-6CBF-3021-8CB8-3E08D3188A30> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x915ba000 - 0x915befff libcache.dylib (75) <B848C84B-4D15-3B5C-A716-960BE2849ACC> /usr/lib/system/libcache.dylib 0x915bf000 - 0x915edfff libarchive.2.dylib (32) <EC930FBD-D3FD-38A2-82E7-85D67844BFF5> /usr/lib/libarchive.2.dylib 0x915ee000 - 0x9161ffff com.apple.CoreServicesInternal (248 - 248) <AADC2C79-4DE7-3F99-8BDD-361927D4E4ED> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x9164e000 - 0x91b7cfdf com.apple.vImage (8.0 - 8.0) <1212ECA9-64D7-32E8-838F-7060FCE4B79E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91bb1000 - 0x91bb7fff com.apple.IOAccelerator (203.7.1 - 203.7.1) <9FC34BD7-15BD-3DF1-BEEF-A63EF0363910> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x91be2000 - 0x91be8ff3 libsystem_platform.dylib (73.1.1) <8CB8B06A-D7CC-392B-8B97-20C53F36D39C> /usr/lib/system/libsystem_platform.dylib 0x91be9000 - 0x928c2ffb com.apple.AppKit (6.9 - 1404.11) <A82556A9-2B02-36FD-983F-10E4A3089524> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x928c3000 - 0x92912fff libcurl.4.dylib (90) <14A1CC25-00E2-3FF8-AD2C-F29441EA7627> /usr/lib/libcurl.4.dylib 0x92913000 - 0x92913fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <E8BACF5C-F821-3947-856B-4B3623DF24E3> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x92914000 - 0x92a18fff libJP2.dylib (1432) <197B7BED-8FF9-337D-9A2A-278844315436> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x92a19000 - 0x92bfafff com.apple.QuartzCore (1.11 - 410.7) <D4ADECED-78CB-38EE-9197-F617474B2A7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x92bfb000 - 0x92c04fff com.apple.DiskArbitration (2.7 - 2.7) <E57CBC87-8FCF-39F4-9637-0B6DA9D264EA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x92c28000 - 0x92c29fff libremovefile.dylib (41) <59D0F532-1D12-3CB0-841A-E79E85616D70> /usr/lib/system/libremovefile.dylib 0x92c2a000 - 0x92c2bfff libSystem.B.dylib (1225.1.1) <B67A590D-E98C-3BE5-8FD7-9D786A7F2228> /usr/lib/libSystem.B.dylib 0x92c2c000 - 0x92e65ff7 libFosl_dynamic.dylib (16.24) <E2B557D9-EEF4-3C53-9B54-700A57270FE9> /usr/lib/libFosl_dynamic.dylib 0x92e66000 - 0x92e90fff libxslt.1.dylib (14) <4B064877-1EC8-33E3-A62C-1655CC45C9CA> /usr/lib/libxslt.1.dylib 0x92e91000 - 0x93214ffb com.apple.Foundation (6.9 - 1252) <B3465590-63DF-3DD8-B9CE-456F331BB49F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x93215000 - 0x93217fff libsystem_configuration.dylib (801.1.1) <D00EDC8E-6FC3-3A34-B05D-AA332DF67920> /usr/lib/system/libsystem_configuration.dylib 0x93218000 - 0x9328effb com.apple.ApplicationServices.ATS (377 - 394) <BFBF2C09-E4AD-3C72-8C02-91913C86B19C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x932e0000 - 0x932e5ffb libcompiler_rt.dylib (62) <424790B7-8170-379C-97FD-9ABF614C861A> /usr/lib/system/libcompiler_rt.dylib 0x932e6000 - 0x93301fff com.apple.CFOpenDirectory (10.11 - 194) <BB851767-1A2B-3E17-B9ED-E21D5154C101> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x93302000 - 0x93303fff libDiagnosticMessagesClient.dylib (100) <4764E284-2331-3250-92A0-0C9614AFDEE5> /usr/lib/libDiagnosticMessagesClient.dylib 0x939c7000 - 0x93ab7ffb com.apple.DiskImagesFramework (10.11 - 414) <6876F729-A515-3E7C-A9E9-4FA37EE66C54> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x93ab8000 - 0x93af5ff7 com.apple.DebugSymbols (132 - 132) <1D10954E-12BA-363A-9D0B-99B4B1727D30> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x93af6000 - 0x93b29fe3 libsystem_m.dylib (3105) <AB252034-37BA-3B50-93F3-480B459D7E49> /usr/lib/system/libsystem_m.dylib 0x93b2a000 - 0x93b2afff libunc.dylib (29) <6C251ECD-0449-384F-A5E3-D277C8DD9E13> /usr/lib/system/libunc.dylib 0x93b2b000 - 0x93b41fe7 libcompression.dylib (23) <720A9F79-6ACE-381E-B2D1-FCFBB740775A> /usr/lib/libcompression.dylib 0x93b42000 - 0x93c90fe7 com.apple.coreui (2.1 - 362) <07795A6A-91DC-37D1-9379-D7C443796F71> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x93c91000 - 0x93c9bfff libsystem_notify.dylib (149) <26CF3479-D54B-319E-BDB5-74C6669C666C> /usr/lib/system/libsystem_notify.dylib 0x93c9c000 - 0x93cb9ff7 libCRFSuite.dylib (34) <DDC97E16-372C-350F-B975-5C952AB7F9A8> /usr/lib/libCRFSuite.dylib 0x93cba000 - 0x93cc9ff7 libxar.1.dylib (302) <9BDA6960-DF48-3AF2-AB05-89A0823210C5> /usr/lib/libxar.1.dylib 0x93cca000 - 0x93ccdfff libCoreFSCache.dylib (119.5) <A600FB26-DBB9-3F98-8A52-3D9BA3CDD484> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x93cce000 - 0x93e03fff com.apple.WebKitLegacy (11601 - 11601.1.56) <A4BB2EA1-4764-329D-861C-DE048632335E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x93e04000 - 0x93e0dff3 com.apple.AppleSRP (5.0 - 1) <B65E20EC-9D82-37D5-8AD8-5289B078EB93> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x93e16000 - 0x94038fff com.apple.CoreImage (11.0.0 - 366) <79C76FAC-BCD1-3337-9AEA-D9502AB229FC> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x9403d000 - 0x94046fff libcopyfile.dylib (127) <C1D5D894-E71C-3E75-9639-82C846482A84> /usr/lib/system/libcopyfile.dylib 0x94047000 - 0x9404cfff com.apple.TCC (1.0 - 1) <78AC9326-4E46-3E4F-99AD-2DD1F8F7349E> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x9404d000 - 0x94076fff libRIP.A.dylib (934) <2C3D18A2-FF9D-301D-9805-D1E62AC95DE1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94077000 - 0x9408afff com.apple.Sharing (438.0.1 - 438.0.1) <9955AA44-9255-39F6-93FE-C95CDFF9B16B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x9408b000 - 0x9408dfff libquarantine.dylib (80) <9FA02799-B68E-315B-9102-9065C259B3DF> /usr/lib/system/libquarantine.dylib 0x9408e000 - 0x940e4ff7 libc++.1.dylib (120.1) <15A1445C-C3CD-3138-AC67-3638647BEAA9> /usr/lib/libc++.1.dylib 0x940e7000 - 0x940efffb libsystem_dnssd.dylib (624.1.2) <4D23D7E4-3C2C-3D43-9659-2DB3B8FCAFAF> /usr/lib/system/libsystem_dnssd.dylib 0x9410c000 - 0x94163ff7 com.apple.HIServices (1.22 - 548) <B6A5F979-A0C4-3714-9FDA-EDB16815FE28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x941ce000 - 0x94600ffb com.apple.vision.FaceCore (3.3.1 - 3.3.1) <683CF36E-5679-3963-8A98-98C90B3D2BCF> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x946b3000 - 0x94706fff libstdc++.6.dylib (104.1) <72C37CCF-CF00-3A82-AC42-F74631ED6D46> /usr/lib/libstdc++.6.dylib 0x94a6d000 - 0x94ac3fff libcups.2.dylib (435) <83F935BB-1D51-3D9C-8789-9CE56C2FE0FF> /usr/lib/libcups.2.dylib 0x94ac4000 - 0x94acafff com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <4EA65D82-3E4C-3C6E-AA1F-9286590F728D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x94acb000 - 0x94aceff7 com.apple.help (1.3.3 - 46) <5C5CD61C-B698-35BD-A976-3AD57AF7E8D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x94acf000 - 0x94d8aff7 com.apple.CoreData (120 - 640) <647744F2-D1A8-36BF-A4D9-CA0F0F917D58> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x94d8b000 - 0x94dd3ff7 libFontRegistry.dylib (155) <181B642E-A1B5-3006-9368-C302F762787E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x956d9000 - 0x9576afff com.apple.CoreSymbolication (3.1 - 58048.1) <02DF7685-5F34-3D5B-9978-E2EA4599B877> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x9576b000 - 0x95a69ffb com.apple.WebKit (11601 - 11601.1.56) <F0A53E77-92DB-3475-84FB-F813DB04D499> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x95a9e000 - 0x95b50ff3 com.apple.Bluetooth (4.4.0 - 4.4.0f4) <70C78FD1-32A3-3081-BDF1-2256AB276959> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x95b51000 - 0x95b5eff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <9F082B40-3CED-310B-808E-AD158EE8640D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x95b5f000 - 0x95d0fffb GLEngine (12.0.34.11) <090EDA2B-89A8-37BC-B17C-9B638F494043> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x95d10000 - 0x95e52fef libvDSP.dylib (563.3) <96BD47A9-0422-3BE8-A04A-F545CC29E4A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x95e53000 - 0x95e6dff7 liblzma.5.dylib (10) <777FDB7B-D359-389C-AA0C-B1434D221643> /usr/lib/liblzma.5.dylib 0x95e80000 - 0x95ef3ffb com.apple.datadetectorscore (7.0 - 460) <FD9F2024-B678-3296-8158-BE864B462E69> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x95ef4000 - 0x95f0bff7 libmarisa.dylib (4) <B75FD855-AFE1-3F8F-A9D4-AA2A2B268B43> /usr/lib/libmarisa.dylib 0x95f0c000 - 0x96091ffb com.apple.UIFoundation (1.0 - 435) <365EBF8E-0AF1-3183-8325-956E00BA997B> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x96092000 - 0x96092fff libenergytrace.dylib (10) <D926368D-8A13-395E-871C-0A924A17A77B> /usr/lib/libenergytrace.dylib 0x96093000 - 0x960eefff com.apple.print.framework.PrintCore (11.0 - 472) <A203DE55-E444-3B27-AF0F-99EC2E9241EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x960ef000 - 0x96100fff libsystem_trace.dylib (200) <6DF3B2E1-9DA9-37F1-9A6E-51393091D56C> /usr/lib/system/libsystem_trace.dylib 0x96a9f000 - 0x96aaafff com.apple.NetAuth (6.0 - 6.0) <C515AAE7-3C54-3D85-8E5C-68AB6FB5BA31> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x96aab000 - 0x97090ffb com.apple.JavaScriptCore (11601 - 11601.1.56) <5849D05F-01C6-3122-BDE7-3BA7997CE1C9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x97091000 - 0x970aafff libsystem_asl.dylib (322) <D791C719-A838-3A13-922D-EC0149D2F11B> /usr/lib/system/libsystem_asl.dylib 0x970ab000 - 0x9713fff3 com.apple.PerformanceAnalysis (1.0 - 1) <D9BC2DF1-8114-30BF-919C-B1CF206B75B6> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x97140000 - 0x97151fff libbsm.0.dylib (34) <C3A788F0-E723-30AB-9C7F-C2852397370C> /usr/lib/libbsm.0.dylib 0x97152000 - 0x9716bfff libsystem_malloc.dylib (67) <01C0F706-2B84-3F46-935D-7C4A6FC557E3> /usr/lib/system/libsystem_malloc.dylib 0x972ec000 - 0x972ffff7 libsasl2.2.dylib (209) <E004FD06-7D2D-3341-B60D-B4FE12795735> /usr/lib/libsasl2.2.dylib 0x97300000 - 0x97336ff7 com.apple.CoreVideo (1.8 - 191.1) <B365FA82-C14E-3E64-982E-DA4BF1B1E4F3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x97337000 - 0x97377fff com.apple.AppleJPEG (1.0 - 1) <D9FD3BF9-A695-339C-85CC-E627193DEEE2> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x97378000 - 0x97396ffb libresolv.9.dylib (60) <7A625602-36E7-3B59-8519-399014FCFD63> /usr/lib/libresolv.9.dylib 0x97397000 - 0x97411ff7 com.apple.Heimdal (4.0 - 2.0) <6EB29AA3-FECC-36AA-8C86-5EDDA8D6F194> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x97412000 - 0x97490ff3 com.apple.framework.IOKit (2.0.2 - 1178.1.4) <92AFD42B-4CC9-3AEA-AC65-A9485F9C03A3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x977e9000 - 0x977e9fff libkeymgr.dylib (28) <37F88FF9-BB2F-3703-9283-5CC7BF7D84EA> /usr/lib/system/libkeymgr.dylib 0x977ea000 - 0x977f2ffb libsystem_pthread.dylib (137.1.1) <C34AB3EC-25DB-325C-BA96-123772887436> /usr/lib/system/libsystem_pthread.dylib 0x977ff000 - 0x979d2ff7 com.apple.ImageIO.framework (3.3.0 - 1432) <72916854-050E-3146-875D-86885DD581F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x97f44000 - 0x97fa7fff com.apple.SystemConfiguration (1.14 - 1.14) <7D86EA8A-43EA-3F4E-9DA8-56F0955A6DFE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x97fa8000 - 0x97fabfff libpam.2.dylib (20) <A40E466D-A81C-3807-AD43-73FA3AB2A114> /usr/lib/libpam.2.dylib 0x98018000 - 0x980bffff com.apple.Metadata (10.7.0 - 972.9) <6CA9963B-3D7B-3D23-83B1-1A08B88D8C63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x980cb000 - 0x980cdff3 com.apple.EFILogin (2.0 - 2) <917ECD49-9A0F-350D-A5B9-34B2B7D12525> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x980ce000 - 0x980deff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <D70CE4B8-C592-3AF8-8E13-0699DC1F546E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x980df000 - 0x980e2fff libScreenReader.dylib (425.4) <91474361-8C2D-3F28-8531-8B957F111D7E> /usr/lib/libScreenReader.dylib 0x980e3000 - 0x980eafff com.apple.agl (3.3.1 - AGL-3.3.1) <0410B63E-737F-3A9C-9697-69DB1D7F3A48> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x980eb000 - 0x980ebfff liblaunch.dylib (755.1.19) <25AA00BF-EF6C-3304-9A5D-BA37569F5FB4> /usr/lib/system/liblaunch.dylib 0x980ec000 - 0x9837bff3 com.apple.CFNetwork (760.0.5 - 760.0.5) <D03AE31A-F9BC-343A-BCC3-201F15B7ABDD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x9837d000 - 0x98380fff libCoreVMClient.dylib (119.5) <A69BA963-5DAA-3394-9337-14C668CFCE6A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x98381000 - 0x98384fff libsystem_sandbox.dylib (459.1.8) <D0347A44-B63A-3099-9F96-B6665F415B85> /usr/lib/system/libsystem_sandbox.dylib 0x98385000 - 0x98393ff7 libz.1.dylib (60) <A80F1776-4F93-3982-8CF0-32B636511C5A> /usr/lib/libz.1.dylib 0x98394000 - 0x983ddff7 com.apple.coreservices.SharedFileList (24.2 - 24.2) <20063969-E95E-383C-83F2-5730B9120FAB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x9840b000 - 0x98439ff7 GLRendererFloat (12.0.34.11) <595B2050-9D5C-3FA4-AD9D-CD2740524529> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x9843a000 - 0x9844fffb libsystem_coretls.dylib (82) <39CA721D-1FC1-3482-85ED-0FA23938C8D2> /usr/lib/system/libsystem_coretls.dylib 0x98450000 - 0x984b6ff3 libsystem_network.dylib (582.1.4) <460E287E-BE20-3000-ADCB-46C2EADD3198> /usr/lib/system/libsystem_network.dylib 0x98736000 - 0x98767fff com.apple.DictionaryServices (1.2 - 250) <BBAA157D-1417-306A-81A4-27BFC006AC5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x98768000 - 0x9876afff libCVMSPluginSupport.dylib (12.0.34.11) <593EFE37-53E5-303E-A2EB-EAB85EDC5D9C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x9876b000 - 0x98787ff7 com.apple.openscripting (1.7 - 169) <542F1C6C-CC7A-3961-ABC5-FA1CFFF9A8F8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x98788000 - 0x987aeffb com.apple.MultitouchSupport.framework (304.9 - 304.9) <D8CC074C-6B51-3B8F-9531-702E01AD10EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x987af000 - 0x987bcff7 libbz2.1.0.dylib (38) <336996D6-7CB4-30EF-B481-C803BC81031E> /usr/lib/libbz2.1.0.dylib 0x991c9000 - 0x991ecfff libJPEG.dylib (1432) <E93ED0F7-4721-3158-B75D-82A4F40B92F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x99252000 - 0x99255ff7 libdyld.dylib (360.14) <76AFF9CC-4201-3035-BD86-3E3D73273E72> /usr/lib/system/libdyld.dylib 0x992e2000 - 0x99774fff com.apple.CoreFoundation (6.9 - 1253) <2CD766DE-FF4A-3F76-B7B3-A11EA33DFF82> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x99775000 - 0x9977bfff com.apple.ImageCapture (9.0 - 9.0) <25EECDAF-3C6D-3DFA-944C-A42E93028700> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x9977c000 - 0x99867ff7 unorm8_bgra.dylib (2.6.4.1) <7A9687DE-6F55-36C9-9A02-4CA0AD957B0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x99872000 - 0x99872fff com.apple.Carbon (154 - 157) <30EAD78E-42E0-3877-8189-3CDBD6B69315> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x99873000 - 0x99875ffb libCGXType.A.dylib (934) <47B66CA1-577F-3BBA-872A-620742A5CEAF> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x99876000 - 0x9999cff7 libsqlite3.dylib (216) <9D327AD2-B032-3765-A375-1195E465612E> /usr/lib/libsqlite3.dylib 0x999cd000 - 0x99bebffb libicucore.A.dylib (551.24) <FF758C9E-A237-3960-83BF-39D63CE7C50F> /usr/lib/libicucore.A.dylib 0x99c1e000 - 0x99f7930b libobjc.A.dylib (680) <79E434D9-37AB-333E-9568-05C72E246313> /usr/lib/libobjc.A.dylib 0x99f7a000 - 0x99fb4fff com.apple.MediaKit (16 - 807) <DE88E406-DAB3-348F-B286-C76DE1B5EB1C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x99fb5000 - 0x99fbaff7 libmacho.dylib (875.1) <20C4FF2D-035C-3CDA-8DA2-F37EFCFBD3AF> /usr/lib/system/libmacho.dylib 0x99fbb000 - 0x9a059ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <C289AC4F-EE0D-3365-A996-977ED694DCFD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9a05a000 - 0x9a066ff7 libcsfde.dylib (517) <9520F7E6-9B2F-3917-8A80-112FCC04D996> /usr/lib/libcsfde.dylib 0x9a067000 - 0x9a121ff7 com.apple.backup.framework (1.7 - 1.7) <DB5CF2B4-9508-36FF-A3C7-C7ACD0164E6F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x9a232000 - 0x9a2a7fff com.apple.SearchKit (1.4.0 - 1.4.0) <8B43618A-1960-3210-A6D9-B01505DC7523> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x9a2a8000 - 0x9a2acfff com.apple.CommonPanels (1.2.6 - 96) <5FF25015-4948-388F-BD72-9FE7E6B1A1F1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x9a2ad000 - 0x9a2adfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <80141801-6727-3F69-8052-EA0C651DD8B2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x9a2ae000 - 0x9a2e8fff com.apple.LDAPFramework (2.4.28 - 194.5) <7DA52065-1EBB-3226-964B-708CB9625B8A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x9a2e9000 - 0x9a2ebffb libsystem_secinit.dylib (20) <30529766-9A22-34B8-A521-5AD766833172> /usr/lib/system/libsystem_secinit.dylib 0x9a2ec000 - 0x9a2f0fff libheimdal-asn1.dylib (452.1.1) <38AD52D5-ACD9-3B7F-BC4B-33E4C504B80E> /usr/lib/libheimdal-asn1.dylib 0x9a2f1000 - 0x9a2f9fff com.apple.CoreServices.FSEvents (1222.1.1 - 1222.1.1) <557E72FD-1EA6-373F-90BB-ECDE78885C59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x9a2fa000 - 0x9a35dfff com.apple.CoreServices.OSServices (728.4 - 728.4) <58F71C79-38AB-30D5-AAF9-55F2877B151D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x9a35e000 - 0x9a361fff com.apple.xpc.ServiceManagement (1.0 - 1) <92CD227E-F8EC-3C15-BEA3-B7E04E04B345> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x9a631000 - 0x9a686ff7 com.apple.htmlrendering (77 - 1.1.4) <EA28C134-4C13-3C4A-A8EB-7AA38794C18A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9a734000 - 0x9a775ff7 libauto.dylib (186) <E949F15F-A7DC-3FC1-9092-3251E9219BAD> /usr/lib/libauto.dylib 0x9a776000 - 0x9a779fff libextension.dylib (78) <03890482-1E02-3150-851D-C566814F643E> /usr/lib/libextension.dylib 0x9a82a000 - 0x9a83afff libGL.dylib (12.0.34.11) <156D269C-5A20-385E-A380-0428B0E34408> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x9a83b000 - 0x9a93aff7 libFontParser.dylib (158) <0C0FB00B-2749-3D64-A566-9DDA17353B60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x9a93b000 - 0x9a94eff7 libcmph.dylib (6) <FBBA9247-E995-314E-BFC2-99B1F09D37EA> /usr/lib/libcmph.dylib 0x9a94f000 - 0x9a9faff7 com.apple.LanguageModeling (1.0 - 1) <983C9467-801B-38C1-BE9C-8A8A5BD71F17> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x9a9fb000 - 0x9aa05ffb com.apple.audio.SoundManager (4.2 - 4.2) <4DD24BFF-123C-3E9C-B255-1F85C4F81ADB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x9aa06000 - 0x9ab5fff7 libBLAS.dylib (1159) <3F8CE2C9-FEEA-3611-BCE9-7887F9257C6E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9ae2a000 - 0x9ae95ff7 com.apple.framework.CoreWiFi (11.0 - 1100.19) <610FDBE6-0119-37E4-812B-DAF80C7933E3> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x9aeb5000 - 0x9afa0feb libvMisc.dylib (563.3) <8E1DDD83-4AE5-3519-A77B-1EFFC7F6D75A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9afad000 - 0x9b0d2ff3 com.apple.CoreText (352.0 - 494.3) <E074F3C1-1B62-3659-B151-280C51FE90FB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x9b0d6000 - 0x9b0fcffb libPng.dylib (1432) <FA0B94F0-31EA-372F-BBD0-E1CF3AD30F73> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9b104000 - 0x9b118ff7 com.apple.CoreBluetooth (1.0 - 1) <303DDADD-C5CE-3AD7-BFEF-9FBD21544046> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x9b1d4000 - 0x9b269fff libsystem_c.dylib (1081.1.3) <CB2DB808-E449-3696-AE97-CC7F442063F2> /usr/lib/system/libsystem_c.dylib 0x9b26a000 - 0x9b50bff7 libmecabra.dylib (696) <1D9954F4-A31F-3432-85B8-5D3E12C0FD34> /usr/lib/libmecabra.dylib 0x9b50c000 - 0x9b5acffb com.apple.QD (3.12 - 302) <997FA347-62FA-3E2C-8117-DCC8026E4837> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x9b5ad000 - 0x9b6a1ff7 libxml2.2.dylib (29) <9200D707-0515-35B4-8CFD-2EA6F1855D7A> /usr/lib/libxml2.2.dylib 0x9b6a2000 - 0x9b6caff7 com.apple.IconServices (68 - 68) <E4FD5EBF-EEC5-3A48-926E-E4A52956254A> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x9b6cb000 - 0x9b6d9ff3 com.apple.opengl (12.0.34 - 12.0.34) <0913D5AD-789C-368D-9563-F5D8B75D5890> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9b6da000 - 0x9b703ff7 libsystem_info.dylib (476) <CFEE2535-E53C-39FA-8D7F-4DC036FA5B50> /usr/lib/system/libsystem_info.dylib 0x9b704000 - 0x9b87dff3 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <C5D2A642-30D0-37C6-9813-E1842C486378> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x9b89b000 - 0x9b981ff7 unorm8_rgba.dylib (2.6.4.1) <D439AB49-BEFA-3377-ACF9-C5AC200AE971> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x9b982000 - 0x9b9befff com.apple.RemoteViewServices (2.0 - 99) <44A0D46C-2987-3316-A97C-B3B17244D577> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x9b9bf000 - 0x9b9e1fff com.apple.ProtectedCloudStorage (1.0 - 1) <95CACD33-E314-368A-84C9-7FF883EA1CD5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x9b9f0000 - 0x9ca94fff com.apple.WebCore (11601 - 11601.1.55) <DA6EC4FF-26E8-3661-9730-EC25CFC8DB79> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x9ca95000 - 0x9cc38ff7 libGLProgrammability.dylib (12.0.34.11) <473A2473-3555-3676-870D-011A976CE494> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x9cc3c000 - 0x9cc3cfff libOpenScriptingUtil.dylib (169) <EB507B47-CA3B-3628-87B7-0244F1140DC1> /usr/lib/libOpenScriptingUtil.dylib 0x9cc3d000 - 0x9cc3ffff libsystem_coreservices.dylib (19) <DACCE5EF-A15F-3B94-8CE7-F1CC60593B6E> /usr/lib/system/libsystem_coreservices.dylib 0x9d2b4000 - 0x9d2c0ff7 libkxld.dylib (3247.1.106) <8252A5FC-FECB-3EFB-BDB3-864D54955A2D> /usr/lib/system/libkxld.dylib 0x9d3b6000 - 0x9d3b6fff com.apple.ApplicationServices (48 - 48) <7173D2F6-1111-3DF5-AC2D-2AB27BC90B0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x9d3b7000 - 0x9d3dfffb libxpc.dylib (755.1.19) <E6BABCAF-E6DC-3475-BC47-8A79D54E0746> /usr/lib/system/libxpc.dylib 0x9d3e0000 - 0x9d3e0fff com.apple.Accelerate (1.10 - Accelerate 1.10) <C6EAF913-228A-3DAB-A63E-2CD44C6E648C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x9d3e1000 - 0x9d448fff libcorecrypto.dylib (334) <855C8E99-B0B9-35E4-B8AE-68972AC1CCA1> /usr/lib/system/libcorecrypto.dylib 0x9d44c000 - 0x9d515fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <EEF95782-4063-3B99-9173-D576666AEA74> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x9d550000 - 0x9d58ffff com.apple.NavigationServices (3.8 - 220) <15BDFD2F-5A32-3ACB-9E38-5EB5E5943B3B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9d590000 - 0x9d5dffff com.apple.opencl (2.6.9 - 2.6.9) <4681DED1-F092-358E-B983-765A30C670CD> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x9d5e0000 - 0x9d5e9fff libsystem_networkextension.dylib (384.1.2) <6575E989-C59A-377C-B3FB-BDD9DD53CA28> /usr/lib/system/libsystem_networkextension.dylib 0x9d5ea000 - 0x9d660ff3 com.apple.securityfoundation (6.0 - 55126) <F96764E4-0071-385E-82AD-B24B788940D4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x9d6b6000 - 0x9d6cffff com.apple.Kerberos (3.0 - 1) <13723710-0A71-3BD6-BC0E-07B6D61744E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x9d6d0000 - 0x9d7e9fff com.apple.desktopservices (1.10 - 1.10) <A10F7453-5488-3C34-8BDC-8A93BEDCFCF3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9d7ea000 - 0x9d809fff com.apple.GenerationalStorage (2.0 - 239) <698BD3D0-84AC-39D4-8028-07FCB156C21C> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x9d80a000 - 0x9d80dffb libutil.dylib (43) <C21F57D3-533D-3102-8BC5-58036C2F1387> /usr/lib/libutil.dylib 0x9d80e000 - 0x9d90cfff com.apple.LaunchServices (728.4 - 728.4) <90CD2ABD-AD7E-30C6-B816-442BD3F18654> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9d90d000 - 0x9d90dfff libmetal_timestamp.dylib (600.0.41.2) <162963C5-F33E-30FD-8157-B59DB8AB02D5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x9d90e000 - 0x9d92efff libsystem_kernel.dylib (3247.1.106) <73C35AC7-93C0-3A7C-846B-AC5BBAB187EA> /usr/lib/system/libsystem_kernel.dylib 0x9d92f000 - 0x9d959fff libdispatch.dylib (500.1.5) <D71F1AF2-63A0-359C-95F3-47936C5DEC76> /usr/lib/system/libdispatch.dylib 0x9d95a000 - 0x9d9ccffb com.apple.framework.CoreWLAN (11.0 - 1100.19) <969284E1-673E-3C71-90EA-2C71AF13DA4D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x9d9cd000 - 0x9d9d6fff libGFXShared.dylib (12.0.34.11) <D8394C7C-D29B-3771-B5C5-ACB6986F3C27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x9d9d7000 - 0x9d9ddfff libunwind.dylib (35.3) <7639935C-D618-343C-AC20-90A8C4665971> /usr/lib/system/libunwind.dylib 0x9d9e1000 - 0x9da35ffb com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1BCCA5C9-97D3-3C16-9D9B-4307B9371AED> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9da3a000 - 0x9da43fff com.apple.icloud.FindMyDevice (1.0 - 1) <FCEB3A69-A95A-3DE7-9240-8C818B332404> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x9da44000 - 0x9da4cfff libcldcpuengine.dylib (2.6.4.1) <115CF846-4322-31AF-9C2E-A3FD0194DFB0> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x9da4d000 - 0x9da4fffb libRadiance.dylib (1432) <3697C272-3F13-3555-9E1D-31D15DC7E22A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9da50000 - 0x9da5bff3 libcommonCrypto.dylib (60074) <448055DC-6EBC-3C23-ADBC-4C86ABC49A87> /usr/lib/system/libcommonCrypto.dylib 0x9dac1000 - 0x9db1dff7 libTIFF.dylib (1432) <BB638289-C02C-3C4A-BA2A-99D300CCEA08> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x9db1e000 - 0x9db1efff libsystem_blocks.dylib (65) <044CF869-766A-3B8C-853B-D840F7E768D1> /usr/lib/system/libsystem_blocks.dylib 0x9db1f000 - 0x9db37ff7 libSparseBLAS.dylib (1159) <1101AE06-4107-3DCD-ADE0-06B42B32AA4B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x9db38000 - 0x9db44fff com.apple.CrashReporterSupport (10.11 - 715) <FCF99740-4227-3E30-89C0-AC6AFD1DD4B0> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9dbb9000 - 0x9dbb9fff com.apple.CoreServices (728.4 - 728.4) <70A9AE65-0F40-3B9E-8A64-4276FEB94D49> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x9dbba000 - 0x9dfb2ffb com.apple.CoreGraphics (1.600.0 - 934) <C2B6D2FD-6F81-33CE-893A-462103FC305D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9dfb3000 - 0x9dff2ffb libGLImage.dylib (12.0.34.11) <F18548CD-A9C1-3B59-BEDC-A376EC111609> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x9dff3000 - 0x9e04cff7 com.apple.AE (701 - 701) <7D28F479-36AC-3057-BAB7-C394E30C4BC2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x9e04d000 - 0x9e052ff3 com.apple.print.framework.Print (10.0 - 266) <D054CAC7-E116-36E1-B08F-89F63640CB96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9e095000 - 0x9e46fff7 libLAPACK.dylib (1159) <339771A7-9D1D-37CC-8EF1-76A9380713DA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 3 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: 261547 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=206.6M resident=0K(0%) swapped_out_or_unallocated=206.6M(100%) Writable regions: Total=162.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=162.4M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 128K 2 Activity Tracing 2048K 2 CG backing stores 2212K 4 CG image 36K 10 CG shared images 240K 8 CoreAnimation 48K 8 CoreUI image data 216K 13 CoreUI image file 192K 6 Kernel Alloc Once 4K 2 MALLOC 129.1M 65 MALLOC guard page 48K 9 Memory Tag 242 12K 2 Memory Tag 249 156K 3 OpenCL 8K 2 Process Corpse Info 2048K 2 Stack 10.1M 9 Stack Guard 56.0M 7 VM_ALLOCATE 204K 16 __DATA 10.1M 218 __GLSLBUILTINS 2588K 2 __IMAGE 528K 2 __LINKEDIT 51.7M 9 __OBJC 2652K 63 __TEXT 154.9M 225 __UNICODE 552K 2 mapped file 133.9M 133 shared memory 16.4M 11 =========== ======= ======= TOTAL 575.8M 808 Model: Macmini6,1, BootROM MM61.0106.B09, 2 processors, Intel Core i5, 2,5 GHz, 4 GB, SMC 2.7f0 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455352D474E2D4620 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455352D474E2D4620 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (7.21.94.25.1a3) Bluetooth: Version 4.4.0f4 16320, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: APPLE HDD HTS545050A7E362, 500,11 GB USB Device: USB 2.0 Bus USB Device: Hub USB Device: Hub USB Device: IR Receiver USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: HP LaserJet Professional P1102 USB Device: My Book 1140 USB Device: USB OPTICAL MOUSE USB Device: Logitech USB Headset USB Device: USB 2.0 Bus USB Device: Hub USB Device: USB 3.0 Bus USB Device: My Passport 0748 USB Device: Wireless Device Thunderbolt Bus: Mac mini, Apple Inc., 23.4 It seems pretty random when this happens, but it always seem to point to the audio. When I switch back to FreeAudioAudio, all I get is the deprecation message and never this crash, when I use the OpenAL driver I sometimes get this, but not always. In case it matters, the used audio device is just the Mac's internal speaker. |
| ||
The crash appears to be a bug with OpenAL on OS X 10.11. As I see it you currently have 3 choices :-) 1 - Use freeaudio, as it works, and doesn't crash. 2 - Use OpenAL, and expect it to crash until Apple fix the bug. 3 - Downgrade to 10.10, which doesn't have the problem. 1 is looking the best choice to me. |
| ||
Okay, well at least I know the blame does not lie on me nor on BlitzMax. Option 3 was not really an option to me, as my Mac never ran as horrible as in the short time I was running Yosemite, and since I upgraded to El Capitan mac felt like "reborn". For the time being I think open 2 will do, since freeaudio appears to be using the deprecated stuff, and I expect Apple to fix the bug soon, and as my project is still in development (and probably will be for the next amount of months since it's rather big) and as I want my game to be supported by Mac as long as possible, though I am planning to release a 'demo' around christmas then I may stick with option 1 as the 'demo' will months later be replaced by the full version anyway since I only need to change 3 lines of code (I expect the full version of my game to be completed sooner than the removal of the deprecated audio unit, anyway). ;) Anyway, thanks for sorting this out for me, Bruce. Your knowledge is invaluable. |
| ||
Like said: use Bruceys changes regarding the "deprecated audio unit" - of course you need to take care of the problems you had recompiling the modules... bye Ron |
| ||
@Derron I don't think that makes much difference. That deprecation is something outside the Blitz Modules after all. The crash is an error from the guys at Apple themselves, unless Brucey is an Apple employee, nothing he can do about it. I think this means the bug Brucey mentioned might be fixed, though no direct mention of OpenAL is given, but still. |
| ||
I'm not sure 150 new emoji characters is going to help with your specific problem :-p |
| ||
Lol, among the points was also a point stating that Audio-units not functioning properly was resolved. Didn't resolve my problem though. As a matter of fact, it got worse. First the crash messages were random (30% chance it would pop up). Now they always pop up. I guess Apple still has some work to do. |
| ||
I'd still go for option 1. |
| ||
Presumably you didn't even try the updated freeaudio file Derron posted in #3 ? I've also just pushed the commit into my "updated" brl and pub mods - which is a version of the official modules with updated components (like libpng, etc) : https://github.com/maxmods/pub.mod/commit/fe5cb3f9d00ce4c0fa5c06193a3f62d0b6d7a380 (that is the diff) This is the file itself : https://github.com/maxmods/pub.mod/blob/master/freeaudio.mod/coreaudiodevice.cpp Not to say it will remove the warning, but if you don't actually try it, you will never know. Trying it is easy. 1) back up the original file. 2) copy the changes in. 3) build and test. If it doesn't work, rollback to your back up, if you want to. |
| ||
Right, I shall try it when time allows me to. (I just finished 10 hours or so of work, so I think I need a break now, and Sunday is a day that always keeps me away from my computer). |
| ||
Right, the workoholic as I am I did try it now even when I need a break. I did not try it on my game itself but on a smaller application of mine (was quicker to do, and it was suffering from the same issue) and indeed the deprecation message went away. Sorry, I misunderstood what Derron was trying to tell me, so that's why I didn't try it. Thanks a lot for clearing this up and getting rid of the problem altogether. |
| ||
Option 1 ftw;-) Glad it's all sorted for you. |
| ||
The deprecated calls have also been removed from official trunk of BlitzMax now also. I would regard the OpenAL issue as an issue with the BlitzMax driver and not blame Apple or their implementation on first sight as the cause. |
| ||
So is this fixed now as I got the issue yesterday with the depricated code box. EDIT: Adding the: SetAudioDriver "OpenAL" at the start of the main code allows sound and doesnt come up with the box now which is a brilliant thing, one thing we dont have to worry about ;) |
| ||
This MacOS issue should be resolved using BlitzMax 1.51 default audio drivers. |