TimeWalker75a Posted September 22, 2012 Share Posted September 22, 2012 It's easy - just remove INT3F0D from the project (I believe I've seen just one person having a SuperIO with such an ID and it gives absolutely nothing, just PCH and CPU Package temps with is practically useless) and you won't find people constantly reporting this. Because even if the machine has, say a Nuovoton chip user will still get some errors. With the addition of INT3F0D into INT340ESensors it now tries to attach to a CWDT device found on most SNB/IVB motherboards/laptops since the device has the same EISA but has nothing to do with monitoring. Device (CWDT) { Name (_HID, EisaId ("INT3F0D")) Name (_CID, EisaId ("PNP0C02")) Name (BUF0, ResourceTemplate () { IO (Decode16, 0x0454, // Range Minimum 0x0454, // Range Maximum 0x04, // Alignment 0x04, // Length ) }) Method (_STA, 0, Serialized) { If (LEqual (WDTE, One)) { Return (0x0F) } Else { Return (Zero) } } Method (_CRS, 0, Serialized) { Return (BUF0) } } Link to comment Share on other sites More sharing options...
kozlek Posted September 22, 2012 Author Share Posted September 22, 2012 It's easy - just remove INT3F0D from the project (I believe I've seen just one person having a SuperIO with such an ID and it gives absolutely nothing, just PCH and CPU Package temps with is practically useless) and you won't find people constantly reporting this. Because even if the machine has, say a Nuovoton chip user will still get some errors. With the addition of INT3F0D into INT340ESensors it now tries to attach to a CWDT device found on most SNB/IVB motherboards/laptops since the device has the same EISA but has nothing to do with monitoring. I can solve this problem without restricting some people from monitoring their PCH and CPU temps. Maybe I'll update ACPISensors later. Link to comment Share on other sites More sharing options...
Mohamed Khairy Posted September 22, 2012 Share Posted September 22, 2012 Sorry, you hardware is unsupported. so any upcoming thing give hope for my sensor ? Link to comment Share on other sites More sharing options...
kozlek Posted September 22, 2012 Author Share Posted September 22, 2012 so any upcoming thing give hope for my sensor ? I am not develop plugins, only port some working code from windows and linux from other developers and maintain it. Link to comment Share on other sites More sharing options...
bcobco Posted September 22, 2012 Share Posted September 22, 2012 hi kozlek i tried fakesmc versions 4.2 but they dont work. im stuck on 4.0. older versions 3 and even older version 2 works. but 4.2 doesnt. why? thanks in advance Link to comment Share on other sites More sharing options...
TimeWalker75a Posted September 22, 2012 Share Posted September 22, 2012 so any upcoming thing give hope for my sensor ? decipher your registers/SMBUS output and make use of APCISensors. That is what I'm doing and it's pretty cool if you ask me. Link to comment Share on other sites More sharing options...
Mohamed Khairy Posted September 22, 2012 Share Posted September 22, 2012 decipher your registers/SMBUS output and make use of APCISensors. That is what I'm doing and it's pretty cool if you ask me. my acpi tables does contain EC and no data for using acpisensors you can see my tables on my topic I am not develop plugins, only port some working code from windows and linux from other developers and maintain it. so is the latest lunix kernel 3.6 rc6 or lm-sensors contain something useful for me ? Link to comment Share on other sites More sharing options...
kozlek Posted September 23, 2012 Author Share Posted September 23, 2012 my acpi tables does contain EC and no data for using acpisensors you can see my tables on my topic so is the latest lunix kernel 3.6 rc6 or lm-sensors contain something useful for me ? Nothing useful for you. 1 Link to comment Share on other sites More sharing options...
D-an-W Posted September 23, 2012 Share Posted September 23, 2012 Everything looking good with the latest version Link to comment Share on other sites More sharing options...
Peter_sm Posted September 23, 2012 Share Posted September 23, 2012 Hmmm, above post looks great, how can this be possible on a laptop, see more info on a earlier post from me.... http://www.insanelymac.com/forum/topic/275429-hwsensors/page__st__700?do=findComment&comment=1850015 Link to comment Share on other sites More sharing options...
myrorym Posted September 25, 2012 Share Posted September 25, 2012 When updating I always (feel the) need to go back to change this key in the info.plist <key>REV </key> <array> <string>{rev</string> <data> ATkPAAAR </data> </array> and also <key>smc-compatible</key> <string>smc-thurley</string> I change to ATkPAAAR because it is closer match with a real MacPro5,1, not sure where I picked that up, but does it matter to the OS? or is it just cosmetic for System Profiler? If it is a recommended change, it'd be helpful to have options in the installer based on the system users are emulating. Not sure how much research it would take, but I wonder how many people change this? Link to comment Share on other sites More sharing options...
wormyrocks Posted September 30, 2012 Share Posted September 30, 2012 After installing this I get a kernel panic immediately following boot, involving the kexts installed and their dependencies. What files must I remove in order to restore my install to operational status? Link to comment Share on other sites More sharing options...
D-an-W Posted September 30, 2012 Share Posted September 30, 2012 Are you running Kext Utility after installing and before rebooting (I install manually so always do this)? Link to comment Share on other sites More sharing options...
wormyrocks Posted September 30, 2012 Share Posted September 30, 2012 No, I didn't... my entire process of thought was a festering orgy of idiocy. Just installed, rebooted, and said, WELP, EVERYTHING HAD BETTER BE OKAY. So yes, now I'm kicking myself. Ugh. 1 Link to comment Share on other sites More sharing options...
r1de Posted October 2, 2012 Share Posted October 2, 2012 Hello All! Thanks for all the help and info regarding hardware sensors. My Northbridge temp in HWMonitor is way off I think, it constantly shows at 262F (128C). In Windows 7 with the CPUID hardware monitor I get no such temps on any of the sensors (in windows it does not say "Northbridge"). I am not certain which sensor in Windows corresponds to the Northbridge reading in OSX (TMPIN2?) I have touched the Northbridge heatsink while the system is running OSX and I still have my fingers so I am pretty certain it is not really at 262F. Is there any way to adjust the reading? I looked through the code, but I am not really a coder. I only really know enough to be dangerous.. here is an excerpt from dmesg: HWSensors Project Copyright 2012 netkas, slice, usr-sse2, kozlek, navi, THe KiNG. All rights reserved. FakeSMCDevice: 22 preconfigured key(s) added SMC: successfully initialized CPUSensors: CPU family 0x6, model 0x3a, stepping 0x9, cores 4, threads 4, TJmax 105 ... GeforceSensors: [card0] chipset: G92 (NV92) family: NV50 bios: 62.92.24.00 ... SuperIODevice: found Fintek F71889AD on port=0x4e address=0x290 F718xxSensors: started Screenshots from both Windows and OSX attached... Thanks for any information! Link to comment Share on other sites More sharing options...
Lord Kamina Posted October 5, 2012 Share Posted October 5, 2012 Hello everyone. I'm using an "Asus P5G41T-M LX PLUS" and kozlek's sensors (CPU/GPU/Motherboard/etc) are working like a charm and HWMonitor shows me pretty much everything I could ever want to know. My question is this: How can I make it (by whichever means) so "iStat Menus" (latest version, 3.24 I think) gives me the same information? I have tried several methods/tutorials but so far have only managed to create KPs. Currently I get only an "Incoming Air" temp sensor, my two fan speeds (CPU+case), GPU temp, and a single CPU voltage sensor. I am using iMac10,1 SMBIOS. Link to comment Share on other sites More sharing options...
Slice Posted October 7, 2012 Share Posted October 7, 2012 My question is this: How can I make it (by whichever means) so "iStat Menus" (latest version, 3.24 I think) gives me the same information? If you are not a programmer then you have nothing to do. 2 Link to comment Share on other sites More sharing options...
syn909 Posted October 8, 2012 Share Posted October 8, 2012 WARNING! The latest Commit: Oct 08, 2012 Renamed MotherboardSensors to MBSensors. HWMonitor: minor UI changes.… … d0d808e2b0Browse code Is totally Fubar!!!!! I installed it rebooted and instant Kernel Panic! I also noticed it caused yellow text to appear in verbose mode! I have attached screenshots of the KP and yellow text I took the HD out and on a working machine removed the plugins from FakeSMC the machine boots properly now. But wow is that scary! Guess I will let someone else be a guinea pig before Im so quick to install a 8 hour build of HWsensors! I also want to take this opportunity to thank Klozek and crew for working on HW monitor! Gratis! Link to comment Share on other sites More sharing options...
Riley Freeman Posted October 9, 2012 Share Posted October 9, 2012 It works fine here. I deleted MotherboardSensors and then installed FakeSMC, CPU, GPU and MB sensors with Kext Wizard. Link to comment Share on other sites More sharing options...
D-an-W Posted October 9, 2012 Share Posted October 9, 2012 I'll test here in an hour or two. Link to comment Share on other sites More sharing options...
musasi Posted October 11, 2012 Share Posted October 11, 2012 before delete old FakeSMC only detect HDD temp, Delete my old FakeSMC then run installer.. Restart.... CPU GPU MOBO HDD Fan now all temp Detected .. Link to comment Share on other sites More sharing options...
mrhooks Posted October 13, 2012 Share Posted October 13, 2012 I installed this recently, and for the most part, it's working great (big thanks to kozlek and everyone else involved!). However, one small thing that's been going wrong for me is, every time I wake my computer from sleep, there is a message saying HWMonitor has caused SystemUIServer to crash. Here is the crash report: Process: SystemUIServer [1025] Path: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer Identifier: com.apple.systemuiserver Version: 1.7 (352.1) Build Info: SystemUIServer-352001000000000~4 Code Type: X86-64 (Native) Parent Process: launchd [139] PlugIn Path: /Applications/HWMonitor.app/Contents/Resources/HWMonitorExtra.menu/Contents/MacOS/HWMonitorExtra PlugIn Identifier: org.hwsensors.HWMonitorExtra PlugIn Version: 1.0.99 (1.8.8) Date/Time: 2012-10-12 16:56:11.626 -0700 OS Version: Mac OS X 10.7.4 (11E53) Report Version: 9 Sleep/Wake UUID: C8FB457A-5EC8-44D2-8A94-166B82C149B6 Interval Since Last Report: 9903748 sec Crashes Since Last Report: 67 Per-App Interval Since Last Report: 9901950 sec Per-App Crashes Since Last Report: 3 Anonymous UUID: 8F6A9170-E179-4977-8053-29D5D982E032 Crashed Thread: 3 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: org.hwsensors.HWMonitorExtra com.ragingmenace.MenuMeterNet com.ragingmenace.MenuMeterDisk com.ragingmenace.MenuMeterMem com.ragingmenace.MenuMeterCPU com.apple.menuextra.volume com.apple.menuextra.textinput com.apple.menuextra.clock de.vercruesse.menuextra.asm objc[1025]: garbage collection is OFF *** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <__NSArrayM: 0x7f940b217d70> was mutated while being enumerated.' *** First throw call stack: ( 0 CoreFoundation 0x00007fff8c3e2f56 __exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff9272fd5e objc_exception_throw + 43 2 CoreFoundation 0x00007fff8c46cecc __NSFastEnumerationMutationHandler + 172 3 HWMonitorExtra 0x000000010b59b5ee -[HWMonitorEngine updateSmartSensors] + 366 4 HWMonitorExtra 0x000000010b5908e6 -[HWMonitorExtra updateSmartSensors] + 54 5 Foundation 0x00007fff8d30972a -[NSThread main] + 68 6 Foundation 0x00007fff8d3096a2 __NSThread__main__ + 1575 7 libsystem_c.dylib 0x00007fff8b7908bf _pthread_start + 335 8 libsystem_c.dylib 0x00007fff8b793b75 thread_start + 13 ) terminate called throwing an exception abort() called Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff939e567a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff939e4d71 mach_msg + 73 2 com.apple.framework.IOKit 0x00007fff8a5f6199 io_connect_method + 431 3 com.apple.framework.IOKit 0x00007fff8a5b0f3f IOConnectCallMethod + 172 4 com.apple.framework.IOKit 0x00007fff8a5b1043 IOConnectCallScalarMethod + 46 5 com.apple.iokit.SMARTLib 0x000000010be81dc5 ATASMARTClient::SMARTEnableDisableOperations(unsigned char) + 127 6 org.hwsensors.HWMonitorExtra 0x000000010b58d941 -[ATAGenericDisk readSMARTData] + 1489 7 org.hwsensors.HWMonitorExtra 0x000000010b58da6b -[ATAGenericDisk getTemperature] + 43 8 org.hwsensors.HWMonitorExtra 0x000000010b597167 -[HWMonitorEngine addSMARTSensorWithGenericDisk:group:] + 151 9 org.hwsensors.HWMonitorExtra 0x000000010b598d75 -[HWMonitorEngine rebuildSensorsList] + 5141 10 org.hwsensors.HWMonitorExtra 0x000000010b5923b1 -[HWMonitorExtra rebuildSensorsList] + 1105 11 org.hwsensors.HWMonitorExtra 0x000000010b5960ff -[HWMonitorExtra systemDidWake:] + 47 12 com.apple.Foundation 0x00007fff8d2c5d0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47 13 com.apple.CoreFoundation 0x00007fff8c38b7ba _CFXNotificationPost + 2634 14 com.apple.Foundation 0x00007fff8d2b1fc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65 15 com.apple.AppKit 0x00007fff9357031f powerSubsystemCallback + 127 16 com.apple.framework.IOKit 0x00007fff8a5b13ba IODispatchCalloutFromCFMessage + 319 17 com.apple.CoreFoundation 0x00007fff8c341c52 __CFMachPortPerform + 386 18 com.apple.CoreFoundation 0x00007fff8c341abc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 44 19 com.apple.CoreFoundation 0x00007fff8c3417eb __CFRunLoopDoSource1 + 155 20 com.apple.CoreFoundation 0x00007fff8c377f27 __CFRunLoopRun + 1895 21 com.apple.CoreFoundation 0x00007fff8c377486 CFRunLoopRunSpecific + 230 22 com.apple.HIToolbox 0x00007fff8e3264d3 RunCurrentEventLoopInMode + 277 23 com.apple.HIToolbox 0x00007fff8e32d781 ReceiveNextEventCommon + 355 24 com.apple.HIToolbox 0x00007fff8e32d60e BlockUntilNextEventMatchingListInMode + 62 25 com.apple.AppKit 0x00007fff92dd1e31 _DPSNextEvent + 659 26 com.apple.AppKit 0x00007fff92dd1735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 27 com.apple.AppKit 0x00007fff92dce071 -[NSApplication run] + 470 28 com.apple.systemuiserver 0x0000000108ee8b63 0x108ed4000 + 84835 29 com.apple.systemuiserver 0x0000000108ee8898 0x108ed4000 + 84120 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff939e77e6 kevent + 10 1 libdispatch.dylib 0x00007fff8eac578a _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff8eac431a _dispatch_mgr_thread + 54 Thread 2: 0 libsystem_kernel.dylib 0x00007fff939e7192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8b792594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8b793b85 start_wqthread + 13 Thread 3 Crashed: 0 libsystem_kernel.dylib 0x00007fff939e6ce2 __pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8b7927d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff8b783a7a abort + 143 3 libc++abi.dylib 0x00007fff91f9f7bc abort_message + 214 4 libc++abi.dylib 0x00007fff91f9cfcf default_terminate() + 28 5 libobjc.A.dylib 0x00007fff927301b9 _objc_terminate + 94 6 libc++abi.dylib 0x00007fff91f9d001 safe_handler_caller(void (*)()) + 11 7 libc++abi.dylib 0x00007fff91f9d05c std::terminate() + 16 8 libc++abi.dylib 0x00007fff91f9e152 __cxa_throw + 114 9 libobjc.A.dylib 0x00007fff9272fe7a objc_exception_throw + 327 10 com.apple.CoreFoundation 0x00007fff8c46cecc __NSFastEnumerationMutationHandler + 172 11 org.hwsensors.HWMonitorExtra 0x000000010b59b5ee -[HWMonitorEngine updateSmartSensors] + 366 12 org.hwsensors.HWMonitorExtra 0x000000010b5908e6 -[HWMonitorExtra updateSmartSensors] + 54 13 com.apple.Foundation 0x00007fff8d30972a -[NSThread main] + 68 14 com.apple.Foundation 0x00007fff8d3096a2 __NSThread__main__ + 1575 15 libsystem_c.dylib 0x00007fff8b7908bf _pthread_start + 335 16 libsystem_c.dylib 0x00007fff8b793b75 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff939e7192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8b792594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8b793b85 start_wqthread + 13 Thread 3 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000000010f4b18c8 rdx: 0x0000000000000000 rdi: 0x0000000000005823 rsi: 0x0000000000000006 rbp: 0x000000010f4b18f0 rsp: 0x000000010f4b18c8 r8: 0x00007fff78b8cfb8 r9: 0x000000010f4b1358 r10: 0x00007fff939e6d0a r11: 0xffffff80002da8d0 r12: 0x0000000000005823 r13: 0x000000010f4b3000 r14: 0x000000010f4b3000 r15: 0x000000010f4b1a40 rip: 0x00007fff939e6ce2 rfl: 0x0000000000000246 cr2: 0x000000010be67000 Logical CPU: 0 Binary Images: 0x108ed4000 - 0x108f36fff com.apple.systemuiserver (1.7 - 352.1) <BA3A14B8-DF67-324B-A768-0D6630FE258A> /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer 0x108f61000 - 0x108f67fff com.apple.framework.SystemUIPlugin (1.7 - 33) <935AB81F-E3D3-38F2-B153-E638CACE4AED> /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/A/SystemUIPlugin 0x108f73000 - 0x108f89fff com.apple.ImageCaptureNotifications (7.0 - 7.0) <CD759BA7-CE7E-3DEC-90CD-7EAC7FF2C962> /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANotifications 0x108f9c000 - 0x108fa2fff com.apple.iPod (1.7 - 19) <316D12C0-BB7B-30DC-97CE-33679C75E558> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod 0x108fad000 - 0x108fb1fff com.apple.BezelServicesFW (230.2 - 230.2) <B65881E7-5089-34C3-8F47-1B727F0823CD> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x10a30a000 - 0x10a338ff7 GLRendererFloat (??? - ???) <E33704BC-AA25-3279-A585-ABC6B3176D3E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x10a340000 - 0x10a342ff7 +net.sourceforge.menucracker.two (??? - 2.2) <1642E26B-9D52-E602-EA0B-6482B8A0384B> /Users/USER/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuCracker.menu/Contents/MacOS/MenuCracker 0x10a345000 - 0x10a353fff +de.vercruesse.menuextra.asm (0.4.1 - 0.4.1) <AC728E1C-A48C-1C92-5A6E-AB11D4248CAE> /Library/PreferencePanes/ASM.prefPane/Contents/Resources/de.vercruesse.cocoa.asm/ASM.menu/Contents/MacOS/ASM 0x10a35d000 - 0x10a368fff com.apple.menuextra.textinput (1.2.1 - 1.2.1) <21B601FE-C670-3874-95C2-DD3BD5EC08AA> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/MacOS/TextInput 0x10a372000 - 0x10a383ff7 com.apple.TextInputUI (1.1 - 1.1) <FE911B8F-6E63-3CA5-BC5D-3403CE13FFD2> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedFrameworks/TextInputUI.framework/Versions/A/TextInputUI 0x10a395000 - 0x10a39dfff +com.ragingmenace.MenuMeterCPU (??? - ???) <D2A63F9D-7D5D-EBCD-AD87-C9E8B5CC5FF9> /Users/USER/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuMeterCPU.menu/Contents/MacOS/MenuMeterCPU 0x10a3a6000 - 0x10a3aefff +com.ragingmenace.MenuMeterMem (??? - ???) <47E6C044-12D2-20B6-387D-8B24FA376AAD> /Users/USER/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuMeterMem.menu/Contents/MacOS/MenuMeterMem 0x10a3b6000 - 0x10a3bcfff +com.ragingmenace.MenuMeterDisk (??? - ???) <166E211C-6A4C-7619-941B-967EBE7E4749> /Users/USER/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuMeterDisk.menu/Contents/MacOS/MenuMeterDisk 0x10a3c3000 - 0x10a3d4ff7 +com.ragingmenace.MenuMeterNet (??? - ???) <C9662A3F-7A7D-1B7E-4227-34D4773B961B> /Users/USER/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuMeterNet.menu/Contents/MacOS/MenuMeterNet 0x10a3e0000 - 0x10a3e5fff +com.ragingmenace.MenuMeterDefaults (??? - ???) <780F0F71-B46D-F36D-5E37-E3D0116B56B6> /Users/USER/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuMeterDefaults.bundle/Contents/MacOS/MenuMeterDefaults 0x10a69c000 - 0x10a835fff GLEngine (??? - ???) <61484217-C41D-3A65-86BD-397ACC0D069F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x10a869000 - 0x10a962fff libGLProgrammability.dylib (??? - ???) <7396EE13-5FA6-3E78-88D0-2502CFE79A97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x10a988000 - 0x10ac50ff7 com.apple.ATIRadeonX3000GLDriver (7.18.18 - 7.1.8) <337EB117-0CB0-3C9E-AEE8-76BCB3CB9371> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver 0x10b58b000 - 0x10b5a8ff7 +org.hwsensors.HWMonitorExtra (1.0.99 - 1.8.8) <1549C244-E67C-309D-B7DA-300FA30F3388> /Applications/HWMonitor.app/Contents/Resources/HWMonitorExtra.menu/Contents/MacOS/HWMonitorExtra 0x10be81000 - 0x10be82fff com.apple.iokit.SMARTLib (3.0.1 - 3.0.1) <14CA1393-2D61-3DE6-892A-9A3BC18CA6F4> /System/Library/Extensions/SMARTLib.plugin/Contents/MacOS/SMARTLib 0x10d0a8000 - 0x10d0aefef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x10d0b5000 - 0x10d0b8ff7 libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x10d0d0000 - 0x10d0d0ff5 +cl_kernels (??? - ???) <25D52EDF-33DD-4ADA-B255-304E0509D49B> cl_kernels 0x10d0d2000 - 0x10d172ff7 sfixed14_rgba.dylib (1.50.69 - compatibility 1.0.0) <64894A20-D0D9-332B-829A-FF3806241DAD> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/sfixed14_rgba.dylib 0x10d192000 - 0x10d225ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x10d247000 - 0x10d247ff1 +cl_kernels (??? - ???) <E6F9E7A6-D6EA-4D5A-8530-DBFFBFAB9DC2> cl_kernels 0x10d3f5000 - 0x10d3f9fff com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn 0x10d3fe000 - 0x10d404fff com.apple.audio.AppleHDAHALPlugIn (2.1.7 - 2.1.7f9) <CA4B5CB4-6F02-396A-B7CA-C9DE876544CD> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x7fff68ad4000 - 0x7fff68b08baf dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld 0x7fff88709000 - 0x7fff8870cfff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff88e65000 - 0x7fff89004ff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff89005000 - 0x7fff8902efff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8903f000 - 0x7fff89041fff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib 0x7fff8917f000 - 0x7fff8917ffff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff89180000 - 0x7fff893aafe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff894b4000 - 0x7fff894bfff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff894c0000 - 0x7fff8950cff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8950d000 - 0x7fff89512ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib 0x7fff89513000 - 0x7fff89514fff libodfde.dylib (??? - ???) <87836EDD-1474-3926-916A-A7AE8CA65079> /usr/lib/libodfde.dylib 0x7fff89515000 - 0x7fff8951bfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff89aed000 - 0x7fff89b41fff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff89b42000 - 0x7fff89b43fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff89b44000 - 0x7fff89b52ff7 libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib 0x7fff89bae000 - 0x7fff89bf0ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib 0x7fff89bf1000 - 0x7fff89bf4fff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff89c0d000 - 0x7fff89c88ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff89deb000 - 0x7fff89e07ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff89e4b000 - 0x7fff89e52ff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff89ea8000 - 0x7fff89ebffff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff89ec0000 - 0x7fff8a4a4fff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8a4a5000 - 0x7fff8a52aff7 com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8a53a000 - 0x7fff8a53afff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8a580000 - 0x7fff8a596fff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8a597000 - 0x7fff8a5a2fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8a5ac000 - 0x7fff8a617ff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8a618000 - 0x7fff8a74efff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8a768000 - 0x7fff8a775fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff8a7a4000 - 0x7fff8a7dffff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib 0x7fff8a7e1000 - 0x7fff8a8d6fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x7fff8a8d7000 - 0x7fff8a93fff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <C6703B2E-62F2-37C4-A4DE-28AF9C81CB44> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8a940000 - 0x7fff8a942ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8a943000 - 0x7fff8a946ff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8a988000 - 0x7fff8aa8afff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib 0x7fff8ab0c000 - 0x7fff8af39fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8af3a000 - 0x7fff8af3bfff libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib 0x7fff8af3c000 - 0x7fff8afe1fff com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8aff7000 - 0x7fff8b0aaff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8b0ab000 - 0x7fff8b0bbff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8b0bc000 - 0x7fff8b0c0ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8b0cd000 - 0x7fff8b0f6fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8b0f7000 - 0x7fff8b124fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <DA79E5BA-BBA3-3768-AAD8-B34BA877EF03> /usr/lib/libSystem.B.dylib 0x7fff8b125000 - 0x7fff8b5cafff com.apple.RawCamera.bundle (3.12.0 - 615) <10CCCC87-4A1E-3343-BF09-1C6640B56F45> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8b5cd000 - 0x7fff8b636fff com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8b637000 - 0x7fff8b639fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8b63a000 - 0x7fff8b741fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib 0x7fff8b742000 - 0x7fff8b81ffef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib 0x7fff8ba84000 - 0x7fff8bafafff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8bbf3000 - 0x7fff8bbfdfff libcsfde.dylib (??? - ???) <4E8CF39C-606E-3EF6-B2B0-A09CD104126B> /usr/lib/libcsfde.dylib 0x7fff8bbfe000 - 0x7fff8bc03fff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib 0x7fff8bc04000 - 0x7fff8bc88ff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8bc89000 - 0x7fff8bdf0fff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8be22000 - 0x7fff8be61fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8be62000 - 0x7fff8be63fff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib 0x7fff8be64000 - 0x7fff8be66fff com.apple.EFILogin (1.0 - 1) <D3613C4B-D3AD-3499-9969-AA0F1E581407> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8be67000 - 0x7fff8bf4bfff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8bf4c000 - 0x7fff8bf52fff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8bf6e000 - 0x7fff8bfadff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8bfae000 - 0x7fff8bfd9ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib 0x7fff8bff1000 - 0x7fff8bffdfff com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff8c294000 - 0x7fff8c2a1ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib 0x7fff8c2a2000 - 0x7fff8c2d5ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8c2d6000 - 0x7fff8c2ddfff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8c2de000 - 0x7fff8c33efff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8c33f000 - 0x7fff8c513ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8c514000 - 0x7fff8c55afff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib 0x7fff8c6e6000 - 0x7fff8c6e6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8c6e7000 - 0x7fff8c749ff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff8c791000 - 0x7fff8c88bff7 com.apple.DiskImagesFramework (10.7.4 - 331.6) <C7860B00-E1CF-3851-9A3B-9F145B7F498F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8c8d6000 - 0x7fff8c8e4fff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8c90d000 - 0x7fff8c95fff7 libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8c962000 - 0x7fff8c963ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff8c972000 - 0x7fff8ca39ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8ca3b000 - 0x7fff8ca4dff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff8ca6a000 - 0x7fff8ca6efff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib 0x7fff8ca6f000 - 0x7fff8ca73fff libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib 0x7fff8caa4000 - 0x7fff8caa9fff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8cfb3000 - 0x7fff8d026fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff8d027000 - 0x7fff8d0bdff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8d0be000 - 0x7fff8d0befff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8d0fe000 - 0x7fff8d112ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8d216000 - 0x7fff8d299fef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8d2af000 - 0x7fff8d5c8fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8ddab000 - 0x7fff8ddcffff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8ddd0000 - 0x7fff8dde2ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib 0x7fff8dde3000 - 0x7fff8de39fff libCoreStorage.dylib (??? - ???) <11380FDC-3550-379A-A1D3-7D7BDF8A3B0D> /usr/lib/libCoreStorage.dylib 0x7fff8de3a000 - 0x7fff8e0adfff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8e324000 - 0x7fff8e650ff7 com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8e655000 - 0x7fff8e674fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib 0x7fff8e675000 - 0x7fff8e692ff7 com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8e693000 - 0x7fff8e6c3fff com.apple.framework.Admin (11.0 - 11.0) <74BF28C9-6D4F-3E57-929C-2B6768E733DE> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin 0x7fff8e6c4000 - 0x7fff8e6c4fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff8e6c7000 - 0x7fff8e7a6ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8e7b9000 - 0x7fff8e9bbfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib 0x7fff8e9bc000 - 0x7fff8e9ecff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8e9ed000 - 0x7fff8ea0afff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib 0x7fff8eac1000 - 0x7fff8eac1fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8eac2000 - 0x7fff8ead0fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib 0x7fff8eb1a000 - 0x7fff8eb1bff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib 0x7fff8eb1c000 - 0x7fff8ec28fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8ee98000 - 0x7fff8eebefff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8eebf000 - 0x7fff8eec4fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff8eeef000 - 0x7fff8ef2fff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib 0x7fff8ef30000 - 0x7fff8ef46ff7 com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8ef47000 - 0x7fff8f263fff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f264000 - 0x7fff8f288fff com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8f289000 - 0x7fff8f572ff7 com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8f573000 - 0x7fff8f59eff7 com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8f59f000 - 0x7fff8f5b1ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff8fb93000 - 0x7fff8fb9cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib 0x7fff8fbee000 - 0x7fff8fbf1fff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8fbf2000 - 0x7fff8fc46ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8ff6c000 - 0x7fff8ffb0ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8ffb1000 - 0x7fff90027fff libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib 0x7fff90028000 - 0x7fff909c5c9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff909c6000 - 0x7fff90adffff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff90ae0000 - 0x7fff90ae6ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff90ae7000 - 0x7fff90aedfff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib 0x7fff90aee000 - 0x7fff90b1bff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff90b1c000 - 0x7fff90b20fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib 0x7fff90b2d000 - 0x7fff90ff4fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff91034000 - 0x7fff9106ffff com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff91070000 - 0x7fff91078fff libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib 0x7fff91079000 - 0x7fff910d1fff libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff910d2000 - 0x7fff911d7fff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff911d8000 - 0x7fff911ebff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib 0x7fff91575000 - 0x7fff9157bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff9157c000 - 0x7fff9157dfff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib 0x7fff9157e000 - 0x7fff91618ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff91697000 - 0x7fff91775fff com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff91aca000 - 0x7fff91aeafff libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff91aeb000 - 0x7fff91bf8fff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff91cd6000 - 0x7fff91cd6fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff91cd7000 - 0x7fff91cdefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib 0x7fff91cdf000 - 0x7fff91d07fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff91d08000 - 0x7fff91d4cff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff91d4d000 - 0x7fff91d4eff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib 0x7fff91d4f000 - 0x7fff91d59ff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib 0x7fff91d79000 - 0x7fff91e1aff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff91e1b000 - 0x7fff91e2aff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib 0x7fff91ec8000 - 0x7fff91f38fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff91f97000 - 0x7fff91fa2ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff9222a000 - 0x7fff92231fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <B3F07872-63B1-3AAF-A313-9B2886822C58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff92232000 - 0x7fff92247fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff92683000 - 0x7fff926bdfe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff926be000 - 0x7fff926c9ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <F260D4A7-C727-3FB6-8525-50E279BF9BAF> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff926ca000 - 0x7fff92718fff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib 0x7fff92719000 - 0x7fff927fde5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib 0x7fff927fe000 - 0x7fff927fffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib 0x7fff9281f000 - 0x7fff92978fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff92979000 - 0x7fff929bafff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff929bb000 - 0x7fff929bbfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff929bc000 - 0x7fff929d3fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff929d4000 - 0x7fff92a76fff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff92a77000 - 0x7fff92a79fff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff92a7a000 - 0x7fff92a7ffff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib 0x7fff92a80000 - 0x7fff92a84fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff92dc9000 - 0x7fff939cfff7 com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff939d0000 - 0x7fff939f0fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib 0x7fff93d14000 - 0x7fff93d4dfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib 0x7fff93d4e000 - 0x7fff93daaff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff94132000 - 0x7fff94137fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff941e9000 - 0x7fff941e9fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 19 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: 2876 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=158.5M resident=118.6M(75%) swapped_out_or_unallocated=39.8M(25%) Writable regions: Total=87.8M written=5468K(6%) resident=25.2M(29%) swapped_out=0K(0%) unallocated=62.6M(71%) REGION TYPE VIRTUAL =========== ======= CG backing stores 76K CG image 840K CG raster data 64K CG shared images 1228K CoreGraphics 224K CoreImage 8K CoreServices 2636K IOKit 14.8M MALLOC 43.3M MALLOC guard page 48K Memory tag=242 12K OpenCL 16K STACK GUARD 56.0M Stack 10.0M VM_ALLOCATE 16.2M __CI_BITMAP 80K __DATA 14.0M __IMAGE 528K __LINKEDIT 48.8M __RC_CAMERAS 244K __TEXT 109.7M __UNICODE 544K mapped file 35.2M shared memory 14.4M =========== ======= TOTAL 368.8M Model: MacPro3,1, BootROM ######.tonymacx86.com, 4 processors, Intel Core i5, 3.69 GHz, 16 GB, SMC 1.30f3 Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB Memory Module: Bank0/1/A0, 4 GB, DDR3, 1600 MHz, Corsair, CML16GX3M4A1600C9 Memory Module: Bank2/3/A1, 4 GB, DDR3, 1600 MHz, Corsair, CML16GX3M4A1600C9 Memory Module: Bank4/5/A2, 4 GB, DDR3, 1600 MHz, Corsair, CML16GX3M4A1600C9 Memory Module: Bank6/7/A3, 4 GB, DDR3, 1600 MHz, Corsair, CML16GX3M4A1600C9 Network Service: Ethernet Adaptor (en0), Ethernet, en0 Serial ATA Device: WDC WD1001FALS-00J7B0, 1 TB Serial ATA Device: SAMSUNG HD103SJ, 1 TB Serial ATA Device: WDC WD1001FALS-00J7B0, 1 TB Serial ATA Device: WDC WD5000AAKS-00TMA0, 500.11 GB Serial ATA Device: WDC WD3200JD-00KLB0, 320.07 GB Serial ATA Device: Optiarc DVD RW AD-7280S USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: USB Laser Mouse, 0x046d (Logitech Inc.), 0xc069, 0x1a160000 / 4 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0x1a150000 / 3 USB Device: USB Keyboard + 3P HUB, 0x04d9 (Holtek Semiconductor, Inc.), 0x4250, 0x1a151000 / 5 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 It continues to work, it's just a minor annoyance I guess. Also, I hope you will consider an option to display only the hard drive's partition name - no BSD drive name or manufacturer/model#. Finally, I opened the Menubar icon files (thermometer.png and thermometer_template.png) in Photoshop and increased the canvas width to 21 pixels. I think the extra little bit of spacing looks better next to other MenuExtras. Edited to add: My system is a Gigabyte GA-Z68MX-UD2H-B3 revision 1.3 w/ F11 BIOS, i5-2500K, Sapphire Radeon HD 5770 Vapor-X, if it matters. Which reminds me, is there any way I can edit the plist file to include my motherboard? Link to comment Share on other sites More sharing options...
Pietruszka Posted October 17, 2012 Share Posted October 17, 2012 Hi kozlek, Can you tell me where to look for "getting nvidia gpu temp" functions. I could find it in nvclock code but with nouveau project.... I can't is it still nv50.cpp for 8800gs card from nvclock project or it has been changed? thank you very much Link to comment Share on other sites More sharing options...
dubhead Posted October 20, 2012 Share Posted October 20, 2012 Hello there, i have the same issue as a previous Poster here on the Page that the "Northbridge" reading is way off showing 254°C ...everything else is fine. System is EP45 UD3LR, Q9550,8GB 1066Ram,Nvidia Fx3700 10.8.2 no DSDT using Cartri 0.8 still. Link to comment Share on other sites More sharing options...
Mohamed Khairy Posted October 20, 2012 Share Posted October 20, 2012 hi kozlek did you removed support for snow leopard ? i cant use it under snow leopard Link to comment Share on other sites More sharing options...
Recommended Posts