Jump to content

Chameleon RC5 mode with mem detection enabled and automatic P-States & C-States generation for native power managment


kozlek
 Share

1,214 posts in this topic

Recommended Posts

that is also what i thought. but then, 6.2 i think is for laptop 6.2, which mine is, but still reported as 11,1

not sure..

 

Correct me please. With a core i7 processor, shouldnt the bootloader (without smbios) detect a box as a macbookpro6,2 instead of a imac11,1?

http://www.everymac.com/systems/by_process...re-i7-macs.html

Link to comment
Share on other sites

I'm having the same issue. Chameleon bootloader (without smbios) is detecting my Core i7 laptop as iMac11,1 Core i7 instead of MacbookPro6,1 or MacbookPro6,2 Core i7.

 

Looks like the developers have not included yet the subroutine to recognize Core i7/i5 notebooks. Cpu-type shows up as 0x0701 in ioreg.

 

post-104137-1282848161_thumb.jpg post-104137-1282848366_thumb.png post-104137-1282848771_thumb.png

Link to comment
Share on other sites

@all having the UUID problem:

 

why don't you try this key in com.apple.boot.plist:

<key>EfiPlatformSystemID</key>
<string>Yes</string>

Hi rednous... It's funny but I'd never heard of that key before.. Lol :rolleyes:

Anyway, I thought I'd try to find a bit more about it and I found a post by Asere saying he'd removed that boot option when he was making his changes.

Link to comment
Share on other sites

And here the rev. 433 (trunk 432) with default new theme, package w/o kext

 

- The package make a directory "Util" locate in /Extra with the bin bdmesg for the Boot dump tool ;)

 

thank all people again for this job!

 

removed: reason, I post a new version

- last trunk 433 info

zef: Applied danielkza's changes (r424 Reworked UUID/label matching; Fixed NTFSGetUUID return value, r425 Fixed omission of fixed strbreak.).

- last trunk 428 info

zef: Added device ID 0x10DE086C for "GeForce 9300/nForce 730i"

- last trunk 416 info

zef: Refactored matchVolumeToString(), fixed NTFSGetUUID's return value. Now "Hide Partition" can accept NTFS volume serials as well.

- last trunk 408 info

Kabyl: Make sure there is no (null) before another messsage is added to the log, make bdmesg work in Leopard when compiled on Snow Leopard (native arch is used for now, not a fat binary)

- last trunk 405 info

blackosx: Added the latest set of theme files I have to get something in here. To be honest there's not much else I can add without going over the top as I want to keep it simple and it still has to fit most if not all resolutions. The device icons are larger than the embedded theme to make use of the quality of the renders, so as a consequence I have set the max_devices to 4. I hope they're not deemed too big for small screen sizes, and if so I can either reduce their size (which I don't really want to do), or lower the mac_devices further.

 

BootHelp.txt

[size=1]The boot: prompt waits for you to type advanced startup options.
If you don't type anything, the computer continues starting up normally. It
uses the kernel and configuration files on the startup device, which it also
uses as the root device. 

Advanced startup options use the following syntax:

   [device]<kernel> [arguments]

Example arguments include

device: rd=<BSD device name>       (e.g. rd=disk0s2)
        rd=*<IODeviceTree path>    (e.g. rd=*/PCI0@0/CHN0@0/@0:1)

kernel: kernel name                (e.g. "mach_kernel" - must be in "/" )

flags: -v (verbose)                -s (single user mode)
       -x (safe mode)              -f (ignore caches)
       -F (ignore "Kernel Flags" specified in boot configuration file)

"Graphics Mode"="WIDTHxHEIGHTxDEPTH" (e.g. "1024x768x32")

kernel flags                       (e.g. debug=0x144)
io=0xffffffff                      (defined in IOKit/IOKitDebug.h)

Example: mach_kernel rd=disk0s1 -v "Graphics Mode"="1920x1200x32"

If the computer won't start up properly, you may be able to start it up 
using safe mode.  Type -x to start up in safe mode, which ignores all 
cached driver files.

Special booter hotkeys:
 F5            Rescans optical drive.
 F10           Scans and displays all BIOS accessible drives.

Special booter commands:
 ?memory       Displays information about the computer's memory.
 ?video        Displays VESA video modes supported by the computer's BIOS.
 ?norescan     Leaves optical drive rescan mode.

Additional useful command-line options:
 config=<file>             Use an alternate Boot.plist file.

Options useful in the com.apple.Boot.plist file:
 Wait=Yes|No             Prompt for a key press before starting the kernel.
 "Quiet Boot"=Yes|No     Use quiet boot mode (no messages or prompt).
 Timeout=8               Number of seconds to pause at the boot: prompt.
 "Instant Menu"=Yes      Force displaying the partition selection menu. 

 "Default Partition"     Sets the default boot partition,
   =hd(x,y)|             where 'x' & 'y' are the disk and partition numbers
   =<UUID>                 or specify the selected volume UUID string.
 "Hide Partition"        Remove unwanted partition(s) from the boot menu.
   =hd(x,y) [hd(m,n)]      only non mac osx boot partitions can be hidden.

 "Rename Partition"        Rename partition(s) for the boot menu.
   =hd(x,y) <alias> [;hd(m,n) <alias2> ...]

 GUI=No                  Disable the GUI (enabled by default).
 "Boot Banner"=Yes|No    Show boot banner in GUI mode (enabled by default).
 "Legacy Logo"=Yes|No    Use the legacy grey apple logo (disabled by default).

 PciRoot=<value>         Use an alternate value for PciRoot (default value 0).

 GraphicsEnabler=Yes|No  Automatic device-properties generation for gfx cards.
 UseAtiROM=Yes|No        Use an alternate Ati ROM image 
                           (path: /Extra/<vendorid>_<devid>.rom)
 UseNvidiaROM=Yes|No     Use an alternate Nvidia ROM image 
                           (path:  /Extra/<vendorid>_<devid>.rom)
 VBIOS=Yes|No            Inject VBIOS to device-properties.

 EthernetBuiltIn=Yes|No  Automatic "built-in"=yes device-properties generation
                         for ethernet interfaces.

 USBBusFix=Yes           Enable all USB fixes below:
 EHCIacquire=Yes         Enable the EHCI fix (disabled by default).
 UHCIreset=Yes           Enable the UHCI fix (disabled by default).
 USBLegacyOff=Yes        Enable the USB Legacy fix (disabled by default).

 ForceHPET=Yes|No        Force Enable HPET.

 Wake=No                 Disable wake up after hibernation (default: enabled).
 ForceWake=Yes           Force using the sleepimage (disabled by default).
 WakeImage=<file>        Use an alternate sleepimage file. 
                           (default path is /private/var/vm/sleepimage).

 DropSSDT=Yes            Skip the SSDT tables while relocating the ACPI tables.
 DSDT=<file>             Use an alternate DSDT.aml file 
                           (default path: /DSDT.aml /Extra/DSDT.aml).

 SMBIOS=<file>           Use an alternate smbios.plist file 
                           (default path: /smbios.plist /Extra/smbios.plist
                            bt(0,0)/Extra/smbios.plist).

 SMBIOSdefaults=No       Don't use the Default values for SMBIOS overriding
                           if smbios.plist doesn't exist, factory
                           values are kept.

 "Scan Single Drive"     Scan the drive only where the booter got loaded from.
   =Yes|No               Fix rescan pbs when using a DVD reader in AHCI mode. 
 Rescan=Yes              Enable CD-ROM rescan mode.
 "Rescan Prompt"=Yes     Prompts for enable CD-ROM rescan mode.
 SystemId=<UUID>         Set manually the system id UUID,
                         SMUUID in smbios config (reserved field) isn't used.
 SystemType=<n>          Set the system type where n is between 0..6
                         (default =1 (Desktop)
 md0=<file>              Load raw img file into memory for use as XNU's md0
                         ramdisk. /Extra/Postboot.img is used otherwise.
[/size]

 

Fabio

Link to comment
Share on other sites

I was reading the source where UUID is set.

 

First it tries to fetch one from com.apple.boot.plist under SystemID key.

If it fails, then it falls back to smbios.plist.

And if that fails too, then it inserts a predefined constant 0123456789ABCDEF which doesn't pass correctly because it is twice as short as original uuid.

 

So... you have to set an uuid manually, if I got it right.

 

To devs: boot2/boot.h line 70 and 71 defines are duplicates.

Link to comment
Share on other sites

Until now RC5 has worked fine for me without using any "external" means to set the UUID.

I haven't tried the latest revision yet though. It's supposed to work like this:

 

"Platform UUID is taken from the BIOS (UUID from SMBIOS Table 1). You can remove PlatformUUID.kext, SMUUID from smbios.plist and also System-ID from com.apple.Boot.plist."

 

http://www.efixusers.com/showthread.php?t=644

 

Can anyone running rev 433 confirm that this is still working as it did in earlier revisions?

 

/EDIT (thanks rednous!)

Trunk rev 437 installed and working fine, no change.

Link to comment
Share on other sites

Hi rednous... It's funny but I'd never heard of that key before.. Lol :)

Anyway, I thought I'd try to find a bit more about it and I found a post by Asere saying he'd removed that boot option when he was making his changes.

 

 

hahaa :) poor me, I've been living in a great delusion till now :) This key's still in my com.apple.boot.plist. I'll remove it. Removed it already. Thanx, blackosx :(

 

@all devs

So this thing with that key leads me to an idea for a small Chameleon feature -- reporting unsupported (obsolete) keys in verbose mode while parsing com.apple.boot.plist...

Obsolete key --> EfiPlatformSystemId

 

@Gringo Vermelho

I confirm it's working for me but with trunk rev. 432, i'll test it with the next trunk revision tonight.

EDIT: Yep, Kabyl's branch rev. 437 works fine here, updated SMBIOS patcher.

Link to comment
Share on other sites

Huge props for this guys- much appreciated! I was forced to not use RC4, as it introduced a nasty "stuck at SystemVersion.plist" bug. Not only did this version fix that, but it also successfully enabled native cpu throttling, made my cpu and memory detect properly, and gave me working deep sleep! Major upgrade :( I can finally transition from 10.5.8 to 10.6.4, now that everything's fixed. It also booted my SL setup partition with no problem, making for a super easy install. Great work!

 

(Acer Extensa 5620 laptop, with T9500 2.6GHz cpu, 4GB DDR2 (2 x 2GB) RAM, X3100 / GMA965 chipset)

Link to comment
Share on other sites

If you could provide a detailed description of the issues you are having someone might.

Also it would be helpful for the developers to know with which revision Geekbench worked for you so they can track the issue.

 

Geekbench works fine for me. I just upgraded from rev 437 to rev 441 and it still works.

Link to comment
Share on other sites

If you could provide a detailed description of the issues you are having someone might.

Also it would be helpful for the developers to know with which revision Geekbench worked for you so they can track the issue.

 

Geekbench works fine for me. I just upgraded from rev 437 to rev 441 and it still works.

 

 

asus p6tse

snow leopard 10.6.4

9gb corsair dominator ram

gt 260 (216)

 

 

crash report

Process: Geekbench [472]

Path: /Volumes/Geekbench 2.1 1/Geekbench (64-bit).app/Contents/MacOS/Geekbench

Identifier: ca.primatelabs.Geekbench2

Version: ??? (2.1.6)

Code Type: X86-64 (Native)

Parent Process: launchd [230]

 

Date/Time: 2010-08-29 11:47:29.705 +0100

OS Version: Mac OS X 10.6.4 (10F569)

Report Version: 6

 

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)

Exception Codes: 0x000000000000000c, 0x0000000000000000

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

 

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

0 com.apple.GeForceGLDriver 0x000000020001bc4c gldInitializeLibrary + 204

1 libGFXShared.dylib 0x00007fff88816548 gfxPluginConnectAll + 1733

2 GLEngine 0x0000000114398c95 gliGetVersion + 59

3 com.apple.opengl 0x00007fff85cb6736 glcNoop + 526

4 com.apple.opengl 0x00007fff85cb7165 glcGetIOAccelService + 385

5 com.apple.opengl 0x00007fff85cb52c5 glcPluginConnect + 40

6 com.apple.CoreGraphics 0x00007fff854cc445 cglsInitialize + 557

7 com.apple.CoreGraphics 0x00007fff8552fbf1 _CGSAcceleratorInitialize + 130

8 com.apple.CoreGraphics 0x00007fff8540fc77 CGSDeviceLock + 399

9 libRIP.A.dylib 0x00007fff84131e43 ripd_Lock + 46

10 libRIP.A.dylib 0x00007fff84131746 ripl_BltShape + 410

11 libRIP.A.dylib 0x00007fff8412ed86 ripc_Render + 375

12 libRIP.A.dylib 0x00007fff8412c317 ripc_DrawRects + 732

13 com.apple.CoreGraphics 0x00007fff8540f641 CGContextFillRects + 143

14 com.apple.CoreGraphics 0x00007fff85445e1a CGContextFillRect + 18

15 com.apple.coreui 0x00007fff8301a2d1 CUIRenderer::DrawWindowFrameDark(CUIDescriptor const*) + 4921

16 com.apple.coreui 0x00007fff8301cc77 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 4787

17 com.apple.AppKit 0x00007fff87ed58d2 _NSDrawThemeBackground + 1111

18 com.apple.AppKit 0x00007fff87febea1 -[NSGrayFrame drawWindowBackgroundRegion:] + 483

19 com.apple.AppKit 0x00007fff87ed9861 -[NSFrameView drawThemeContentFill:inView:] + 1310

20 com.apple.AppKit 0x00007fff87fe8972 -[NSGrayFrame drawRect:] + 73

21 com.apple.AppKit 0x00007fff87ed3081 -[NSView _drawRect:clip:] + 3390

22 com.apple.AppKit 0x00007fff87ed1cf4 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325

23 com.apple.AppKit 0x00007fff87ed03c6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 767

24 com.apple.AppKit 0x00007fff87ecfee8 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 254

25 com.apple.AppKit 0x00007fff87ecc79a -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683

26 com.apple.AppKit 0x00007fff87e45ff6 -[NSView displayIfNeeded] + 969

27 com.apple.AppKit 0x00007fff87e0e027 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050

28 com.apple.AppKit 0x00007fff87e0dbbe -[NSWindow orderWindow:relativeTo:] + 94

29 com.apple.AppKit 0x00007fff87e0b544 -[NSWindow makeKeyAndOrderFront:] + 46

30 ca.primatelabs.Geekbench2 0x0000000100005088 OutputFilter::stressResult(std::vector<int, std::allocator<int> > const&, double) + 4232

31 com.apple.CoreFoundation 0x00007fff824a847d -[NSSet makeObjectsPerformSelector:] + 205

32 com.apple.AppKit 0x00007fff87dd9aa3 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1445

33 com.apple.AppKit 0x00007fff87dd7cd9 loadNib + 226

34 com.apple.AppKit 0x00007fff87dd73ec +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763

35 com.apple.AppKit 0x00007fff87dd7021 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 326

36 com.apple.AppKit 0x00007fff87dd45a3 NSApplicationMain + 279

37 ca.primatelabs.Geekbench2 0x0000000100003978 0x100000000 + 14712

 

Thread 1: Dispatch queue: com.apple.libdispatch-manager

0 libSystem.B.dylib 0x00007fff83f8308a kevent + 10

1 libSystem.B.dylib 0x00007fff83f84f5d _dispatch_mgr_invoke + 154

2 libSystem.B.dylib 0x00007fff83f84c34 _dispatch_queue_invoke + 185

3 libSystem.B.dylib 0x00007fff83f8475e _dispatch_worker_thread2 + 252

4 libSystem.B.dylib 0x00007fff83f84088 _pthread_wqthread + 353

5 libSystem.B.dylib 0x00007fff83f83f25 start_wqthread + 13

 

Thread 2:

0 libSystem.B.dylib 0x00007fff83f83eaa __workq_kernreturn + 10

1 libSystem.B.dylib 0x00007fff83f842bc _pthread_wqthread + 917

2 libSystem.B.dylib 0x00007fff83f83f25 start_wqthread + 13

 

Thread 0 crashed with X86 Thread State (64-bit):

rax: 0x00000000ffffffff rbx: 0x00007fff7104c3e0 rcx: 0x0000000000000001 rdx: 0x00007fff5fbfbf30

rdi: 0x00007fff70a9afc4 rsi: 0x00007fff70a9b044 rbp: 0x00007fff5fbfc090 rsp: 0x00007fff5fbfbed0

r8: 0x0000000000000002 r9: 0x0000000000000002 r10: 0x0000000000000002 r11: 0x0000000200cd73f8

r12: 0x0000000101b2e130 r13: 0x0000000200c948e0 r14: 0x0000000000000000 r15: 0x00007fff5fbfc104

rip: 0x000000020001bc4c rfl: 0x0000000000010202 cr2: 0x000000020001bb80

 

Binary Images:

0x100000000 - 0x1002c4fe7 +ca.primatelabs.Geekbench2 ??? (2.1.6) <53AC6E25-3FA0-7A6A-EB05-CD2317E063EE> /Volumes/Geekbench 2.1 1/Geekbench (64-bit).app/Contents/MacOS/Geekbench

0x114398000 - 0x114528fe7 GLEngine ??? (???) <E92B1EDA-7780-1FBC-4AEA-DF96D7117B19> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

0x116000000 - 0x116423fef libclh.dylib 3.1.1 C (3.1.1) <E5FE0A94-45D0-1E01-B92C-D2928C34E5F1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

0x200000000 - 0x2006fbff7 com.apple.GeForceGLDriver 1.6.16 (6.1.6) <52EEB990-BFF4-4985-7441-2599305CC3FB> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver

0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld

0x7fff80003000 - 0x7fff80034fff libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

0x7fff80075000 - 0x7fff80233fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib

0x7fff8024f000 - 0x7fff80261fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib

0x7fff80363000 - 0x7fff80365fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x7fff80366000 - 0x7fff803aeff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

0x7fff803af000 - 0x7fff804edfff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x7fff804ee000 - 0x7fff804f1fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

0x7fff80547000 - 0x7fff8056afff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

0x7fff80768000 - 0x7fff80b09fe7 com.apple.RawCamera.bundle 3.3.0 (533) <84ACD5A6-A184-0D4A-24C6-41D14291E8EC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

0x7fff80b28000 - 0x7fff80bddfe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

0x7fff80bde000 - 0x7fff80cedfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib

0x7fff80cee000 - 0x7fff80d6bfef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib

0x7fff80d6c000 - 0x7fff80d94fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

0x7fff80d95000 - 0x7fff80deafef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

0x7fff80deb000 - 0x7fff80eabfff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

0x7fff80eac000 - 0x7fff80f0aff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x7fff80f53000 - 0x7fff80f54ff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent

0x7fff8102e000 - 0x7fff81031ff7 libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

0x7fff81032000 - 0x7fff81081ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer

0x7fff81082000 - 0x7fff811ffff7 com.apple.WebKit 6533.17 (6533.17.8) <B6B420FF-1F4B-671E-15AC-D80E87C794ED> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

0x7fff81200000 - 0x7fff8122bff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib

0x7fff8122c000 - 0x7fff812e9ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

0x7fff812ea000 - 0x7fff814d2ff7 com.apple.JavaScriptCore 6533.17 (6533.17.6) <8832DC32-8244-C46C-543F-79C2039E0C10> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

0x7fff815cc000 - 0x7fff815e0fff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

0x7fff815e1000 - 0x7fff815e2ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

0x7fff815e3000 - 0x7fff81dedfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

0x7fff81dfe000 - 0x7fff81e7cfff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText

0x7fff81eb3000 - 0x7fff821b1fe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

0x7fff82323000 - 0x7fff82348ff7 com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

0x7fff82362000 - 0x7fff82448fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

0x7fff82449000 - 0x7fff825beff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x7fff825cb000 - 0x7fff825d1ff7 IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x7fff826dc000 - 0x7fff826e0ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib

0x7fff8280a000 - 0x7fff828b9fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

0x7fff828c9000 - 0x7fff82901fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib

0x7fff82902000 - 0x7fff8293fff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

0x7fff82e8d000 - 0x7fff82f43fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib

0x7fff82ff8000 - 0x7fff82ffcff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

0x7fff82ffd000 - 0x7fff83044ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

0x7fff831af000 - 0x7fff831baff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

0x7fff831bb000 - 0x7fff83e2eff7 com.apple.WebCore 6533.17 (6533.17.8) <995065B2-41C3-2A3C-3357-DC7BC9AAFC56> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore

0x7fff83e4c000 - 0x7fff83e62ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

0x7fff83e63000 - 0x7fff83e83ff7 com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService

0x7fff83e84000 - 0x7fff83f54ff7 com.apple.CFNetwork 454.9.8 (454.9.8) <24667A86-FCDA-5B58-2CDC-3BFDFE8EA985> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

0x7fff83f69000 - 0x7fff84129fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib

0x7fff8412a000 - 0x7fff8416dff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <DF457CB3-CE61-0FD4-1403-BB68BC2CC998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

0x7fff8416e000 - 0x7fff8416eff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

0x7fff8416f000 - 0x7fff84188fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

0x7fff84189000 - 0x7fff842aefef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

0x7fff84322000 - 0x7fff84338fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib

0x7fff84339000 - 0x7fff84348fff com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

0x7fff84349000 - 0x7fff8438afff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

0x7fff8443d000 - 0x7fff84478fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

0x7fff844c9000 - 0x7fff844e7fff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x7fff846bd000 - 0x7fff846c2fff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x7fff8496e000 - 0x7fff84a85fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib

0x7fff84a86000 - 0x7fff84ac7fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

0x7fff84ac8000 - 0x7fff84b7dfe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

0x7fff84b7e000 - 0x7fff84b7eff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

0x7fff84b7f000 - 0x7fff84d35fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO

0x7fff84d36000 - 0x7fff84dd6fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x7fff85023000 - 0x7fff85023ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

0x7fff85031000 - 0x7fff8507dfff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib

0x7fff853bf000 - 0x7fff853daff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

0x7fff853db000 - 0x7fff853e1ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

0x7fff853eb000 - 0x7fff85ae8067 com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x7fff85b79000 - 0x7fff85b8dff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x7fff85bf9000 - 0x7fff85c48fef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x7fff85c4f000 - 0x7fff85c5cfe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x7fff85ca1000 - 0x7fff85ca1ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

0x7fff85cb2000 - 0x7fff85cc1ff7 com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x7fff85cc2000 - 0x7fff85cc4fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

0x7fff85d4e000 - 0x7fff86081fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

0x7fff861ec000 - 0x7fff86236ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

0x7fff86237000 - 0x7fff8667afef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

0x7fff866cb000 - 0x7fff86784fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib

0x7fff869e7000 - 0x7fff86a73fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

0x7fff86a74000 - 0x7fff86a77ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI

0x7fff86cbb000 - 0x7fff86cecfef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib

0x7fff86ced000 - 0x7fff86f74fe7 com.apple.security 6.1.1 (37594) <C32E7E37-13EC-381A-7CA6-AAE3EBD2C1F1> /System/Library/Frameworks/Security.framework/Versions/A/Security

0x7fff86fb1000 - 0x7fff8704bfff com.apple.ApplicationServices.ATS 275.11.1 (???) <0A898C0C-41A0-B9BF-0A38-74FB029CA049> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

0x7fff8704f000 - 0x7fff8705dff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib

0x7fff8705e000 - 0x7fff873f7ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

0x7fff87947000 - 0x7fff8795dfff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

0x7fff8795e000 - 0x7fff8795ffff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib

0x7fff87960000 - 0x7fff87960ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

0x7fff87966000 - 0x7fff8796dfff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

0x7fff8796e000 - 0x7fff8796eff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

0x7fff8796f000 - 0x7fff879d9fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <514D400C-50A5-C196-83AA-1035DDC8FBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

0x7fff87a6a000 - 0x7fff87aeffff com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

0x7fff87af0000 - 0x7fff87b01ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib

0x7fff87b89000 - 0x7fff87baafff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib

0x7fff87bab000 - 0x7fff87c2afef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

0x7fff87ca2000 - 0x7fff87cb7ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x7fff87cb8000 - 0x7fff87dd1fef libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib

0x7fff87dd2000 - 0x7fff887c8fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x7fff887c9000 - 0x7fff887effe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x7fff88815000 - 0x7fff8881afff libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

0x7fff88963000 - 0x7fff889acfef libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

0x7fff88bc6000 - 0x7fff88e47fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

0x7fff88e48000 - 0x7fff88e99fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

0x7fff88e9a000 - 0x7fff88f2afff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

0x7fff88f2b000 - 0x7fff88f2bff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x7fff88fe3000 - 0x7fff88fe8ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

0x7fff88fe9000 - 0x7fff890c3ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib

Link to comment
Share on other sites

asus p6tse

snow leopard 10.6.4

9gb corsair dominator ram

gt 260 (216)

 

 

crash report

Process: Geekbench [472]

Path: /Volumes/Geekbench 2.1 1/Geekbench (64-bit).app/Contents/MacOS/Geekbench

Identifier: ca.primatelabs.Geekbench2

Version: ??? (2.1.6)

Code Type: X86-64 (Native)

Parent Process: launchd [230]

 

...

 

I like Gringo Vermelho have no problems with Geekbench x32, x64 even using Kabyl's rev. 443 and trunk rev. 444.

Link to comment
Share on other sites

I have crashs with Geekbench since RC4 too..I just tried removing all from he, then reinstall, but no luck. (I thought I was the only, LOL)

 

Thiago, did you check if you have enabled Quartz GL / beamsync - that´s usually the reason for Geekbench crashes

- disable it

Link to comment
Share on other sites

Thiago, did you check if you have enabled Quartz GL / beamsync - that´s usually the reason for Geekbench crashes

- diable it

 

I didn´t made any changes recently, but at home i will check if beamsync is activated.

Thanks for tip.

 

Regards.

Link to comment
Share on other sites

Thiago, did you check if you have enabled Quartz GL / beamsync - that´s usually the reason for Geekbench crashes

- disable it

 

 

no dice disabled with secrets and still the same also noticed repairing permissions is taking for ever

can any one point me to a older pkg please thanks in advance

Link to comment
Share on other sites

 Share

×
×
  • Create New...