eSaF Posted October 13, 2020 Share Posted October 13, 2020 @headkaze - In about two Hackintool versions or so back, in the App/Utilities could check the performance of my CPU cores (Stepping) after disabling SIP in BS. Now even with the new Hackintool update, just returns a blank with a flashing cursor. Is this a Hackintool bug, a BS shortfall or a combination of both? Spoiler Link to comment Share on other sites More sharing options...
mnfesq Posted October 13, 2020 Share Posted October 13, 2020 (edited) 2 hours ago, headkaze said: Should be fixed in v3.4.5 It's working just fine now. Thank you very much. Hackintool has become my most frequently-used app. EDIT: I spoke too soon. While many kexts compiled correctly, a few still did not. In each case it could not locate an IOKit resource. Edited October 13, 2020 by mnfesq Link to comment Share on other sites More sharing options...
junaed.rx Posted October 13, 2020 Share Posted October 13, 2020 @headkaze Could you add VoodooRMI and VoodooSMBus on extension update list. As it is used by many systems like VoodooI2C does. Link to comment Share on other sites More sharing options...
headkaze Posted October 14, 2020 Author Share Posted October 14, 2020 7 hours ago, mnfesq said: EDIT: I spoke too soon. While many kexts compiled correctly, a few still did not. In each case it could not locate an IOKit resource. Which ones? Link to comment Share on other sites More sharing options...
mnfesq Posted October 14, 2020 Share Posted October 14, 2020 21 minutes ago, headkaze said: Which ones? BRCMPatchRam, VoodooInput, VoodooPS2Controller Here's the Output file. Output.txt Link to comment Share on other sites More sharing options...
headkaze Posted October 14, 2020 Author Share Posted October 14, 2020 (edited) 13 hours ago, mnfesq said: BRCMPatchRam, VoodooInput, VoodooPS2Controller Here's the Output file. Output.txt Okay I now copy MacKernelSDK for all Acidanthera extensions (not just Lilu plugins). Please try v3.4.6 19 hours ago, junaed.rx said: @headkaze Could you add VoodooRMI and VoodooSMBus on extension update list. As it is used by many systems like VoodooI2C does. I've added these two but please note that anyone can contribute new extensions to the kexts.plist file. I'd appreciate it if users would take the time to add and test them then either send me the updated file or do a pull request on Github. Edited October 14, 2020 by headkaze 2 2 Link to comment Share on other sites More sharing options...
junaed.rx Posted October 15, 2020 Share Posted October 15, 2020 19 hours ago, headkaze said: Okay I now copy MacKernelSDK for all Acidanthera extensions (not just Lilu plugins). Please try v3.4.6 I've added these two but please note that anyone can contribute new extensions to the kexts.plist file. I'd appreciate it if users would take the time to add and test them then either send me the updated file or do a pull request on Github. Sorry to bother You. I didn't know about kexts.plist and Thank you to take the time to add the kexts. Link to comment Share on other sites More sharing options...
headkaze Posted October 15, 2020 Author Share Posted October 15, 2020 1 minute ago, junaed.rx said: Sorry to bother You. I didn't know about kexts.plist and Thank you to take the time to add the kexts. Not bothered at all. Happy to help where I can with my limited time. 1 Link to comment Share on other sites More sharing options...
ford22 Posted October 17, 2020 Share Posted October 17, 2020 MSI Z170A Gaming Pro Carbon i7-7700K LG UltraWide 2560x1080 NVIDIA 1060 GIGABYTE Geforce OC 6GB + INTEL HD 630 intel ethernet connection 2) I219-V How to patch config.plist not color screen pink or orange HDMI cable connection help FIXED Send me iMac-Bartlomiej.zip Link to comment Share on other sites More sharing options...
MacKonsti Posted October 25, 2020 Share Posted October 25, 2020 (edited) On 10/14/2020 at 6:50 PM, headkaze said: I've added these two but please note that anyone can contribute new extensions to the kexts.plist file. I'd appreciate it if users would take the time to add and test them then either send me the updated file or do a pull request on Github. Hi @headkaze thanks for your offer. I see that the Intel Wireless driver was removed (accidentally) from your kext.plist file, it was detected before: 62 0 0xffffff7f83785000 0x9cf000 0x9cf000 com.zxystd.itlwm (1.1.0) F01B2277-9EFE-35B1-B96B-832B22386844 <18 13 6 5 3 1> I will update and test my local kexts.plist and will contact you via PM with the new file, as I don't know how to do a a pull-request on Github (tried to see the website's options but wasn't clear, despite having an account there) Thank you! Edited October 25, 2020 by MacKonsti 1 Link to comment Share on other sites More sharing options...
deeveedee Posted January 15, 2021 Share Posted January 15, 2021 (edited) My rig has a USB-C port. I only learned recently that the orientation of the inserted USB connector may change the "Connector" defined in USBPorts.kext. Is it correct as I have guessed here to have two different Connectors (TypeC and TypeC+Sw) for the same USB-C port depending on whether a USB2 or USB3 device is inserted into the port? In other words, if my USB-C port has the same Port ID for both orientations with USB 2.0 devices, should its "USB 2" Connector be "TypeC+Sw" and if my USB-C port has different Port IDs for each orientation with USB 3.0 devices, should its "USB 3" Connectors be "TypeC?" Thank you. Edited January 15, 2021 by tonyx86 Link to comment Share on other sites More sharing options...
MacKonsti Posted January 15, 2021 Share Posted January 15, 2021 (edited) I think that "TypeC+Sw" acts as a placeholder, allowing for USB3-devices to be mapped on some USB3-driver, via the physical USB-C connection, and appear also as IOReg device. So when you insert e.g. an external SSD enclosure that has a USB3 controller via USB-C cable (like many in the market) this plug is not like true USB-C but some combo/hybrid port. Thus you may see e.g. SS01 or SSP4 etc. in IORegistry, that may possibly be used for the USB-C port itself, when you hook up a device that wants to talk to "USB3" via C-cable. Hence my suggestion is to leave them as "TypeC+Sw" as definition. What do you mean by "orientation"? USB-C orientation is indifferent electrically... I asked sometime ago and can't remember who told me, perhaps it was @headkaze himself; use the definition in USBPorts.kext of the actual electrical physical port property. If you only have USB3 ports, make them USB3 (the SSPx or SS0x) and USB-C better keep them as "TypeC+Sw" Not sure if I helped? I may try to post here a sample IORegistry Explorer image to demonstrate my argument, but must get the scenario right first Edited January 15, 2021 by MacKonsti 1 Link to comment Share on other sites More sharing options...
deeveedee Posted January 15, 2021 Share Posted January 15, 2021 (edited) EDIT: @headkaze - I hope you're well. Can you explain the correct way to label the logical port Connectors (TypeC and / or TypeC+Sw) for my USB-C port described as follows: my rig has a single physical USB-C port (the USB-C port is a USB 3.1 port according to HP's specs) that, according to Hackintool 3.5.3, is mapped to three logical ports as follows: When a USB2 device is plugged into the USB-C port, it is mapped to a single logical port name "HS10" for both orientations of the USB2 device When a USB3 device is plugged into the USB-C port, it is mapped to logical port names "SS03" and "SS04" (a different logical port name for each orientation of the USB3 device) What are the correct "Connectors" ("TypeC" and/or "TypeC+Sw" as viewed in the Hackintool USB Port map) for HS10, SS03 and SS04? My guess is that "HS10" Connector should be "TypeC+Sw" because it retains the same "HS10" logical port name for both orientations of the USB2 device. My guess is that "SS03" and "SS04" should be "TypeC" because they alternate between the two logical port names when the USB3 device orientation changes. My guess is based on my interpretation of Hackintool's context-sensitive help (below). Thank you! ----------------------------------------------------- @MacKonsti - see this post for more detail. According to Hackintools context-sensitive help, USB-C ports have an orientation, so even though they may be "indifferent electrically," the USB-C port senses the difference when the connector is inserted "right-side up" or "up-side down." On my rig, when I connect a USB3 device via the USB-C port, the Port ID actually changes (SS03 for one orientation and SS04 for the other orientation). When I connect USB2 devices to this same USB-C port, the orientation doesn't matter and the Port ID is consistently HS10, regardless of how the USB2 device is connected. Thus my question: is it correct to label a single USB-C port as "TypeC+Sw" for the USB2 Port ID (HS10 in my case) and "TypeC" for the USB3 Port IDs (SS03 and SS04 in my case). EDIT: Since my USB-C port does sense the orientation of the connected device, I suspect that USB-C ports are not "indifferent electrically." Otherwise, I'm not sure how they could sense the orientation. Also, as you will read here, this orientation sensing of the USB-C port affects how I map my USB ports to comply with the 15-port limit. Below is the Hackintool context-sensitive help so that readers have the correct definitions of "TypeC" and "TypeC+Sw" connectors. Hackintool USB Connector Spoiler @MacKonsti I observed some interesting behavior with the USB-C port after I removed Port ID SS04 from my USB map. See the end of this post starting at the "EDIT" label if you're curious. Edited January 22, 2021 by tonyx86 Added correct definitions of TypeC and TypeC+Sw 2 Link to comment Share on other sites More sharing options...
kaoskinkae Posted January 18, 2021 Share Posted January 18, 2021 You coul also add the folder "drivers" and know if the .EFI is updated according to he version of clover or opencore. Link to comment Share on other sites More sharing options...
Planet X Posted April 10, 2021 Share Posted April 10, 2021 @headkaze I really like Hackintool and use it for years. A big thank you from my site! On my new build a i9-10850k is shown as Coffee Lake and also IGPU GPU name is Intel ???. Also a few PCIe devices are shown with ??? because of not knowing Comet Lake yet. Will there be an update with Comet Lake updates? Link to comment Share on other sites More sharing options...
benjiolino Posted April 14, 2021 Share Posted April 14, 2021 Does anybody know how I can find which HS number my internal port for the Bluetooth is? Link to comment Share on other sites More sharing options...
Matgen84 Posted April 14, 2021 Share Posted April 14, 2021 3 hours ago, benjiolino said: Does anybody know how I can find which HS number my internal port for the Bluetooth is? Take a look to this old thread. 1 Link to comment Share on other sites More sharing options...
wern apfel Posted June 13, 2021 Share Posted June 13, 2021 @headkaze When I use the FB-Patcher, I can scroll trough the platformIDs while the connector tab has been selected, this has been removed on a later release. Is there a reason for this? It's tedious to go back to general, then choose another platformID, then back to connectors just to see how the connectors are configured for that ID. It would be useful if we had this opportunity again. Thanks 1 Link to comment Share on other sites More sharing options...
headkaze Posted June 18, 2021 Author Share Posted June 18, 2021 On 6/13/2021 at 4:57 AM, wern apfel said: @headkaze When I use the FB-Patcher, I can scroll trough the platformIDs while the connector tab has been selected, this has been removed on a later release. Is there a reason for this? It's tedious to go back to general, then choose another platformID, then back to connectors just to see how the connectors are configured for that ID. It would be useful if we had this opportunity again. Thanks I agree with your point so I've changed it back. Please check out 3.6.0. 1 2 Link to comment Share on other sites More sharing options...
SavageAUS Posted June 19, 2021 Share Posted June 19, 2021 (edited) @headkaze I get this crash when opening hackintool in Monterey. Have tested 3.5.9 and 3.6 Spoiler Process: Hackintool [641] Path: /Volumes/VOLUME/*/Hackintool.app/Contents/MacOS/Hackintool Identifier: com.Headsoft.Hackintool Version: 3.6.0 (0360) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2021-06-19 10:59:25.2826 +0930 OS Version: macOS 12.0 (21A5248p) Report Version: 12 Anonymous UUID: C5BC6EEF-E0B6-2639-EFF4-7F8A829A039E Time Awake Since Boot: 82 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_GUARD (SIGKILL) Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace GUARD, Code 2305845208237028647 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff81cfdf6aa _kernelrpc_mach_port_deallocate_trap + 10 1 libsystem_kernel.dylib 0x7ff81cfe0772 mach_port_deallocate + 17 2 Hackintool 0x109020968 getIORegAudioDeviceArray(NSMutableArray**) + 2097 3 Hackintool 0x10902d1ea -[AppDelegate initAudio] + 131 4 Hackintool 0x10902882d -[AppDelegate applicationDidFinishLaunching:] + 2069 5 CoreFoundation 0x7ff81d0d2a0e __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 6 CoreFoundation 0x7ff81d1706bd ___CFXRegistrationPost_block_invoke + 49 7 CoreFoundation 0x7ff81d17063c _CFXRegistrationPost + 454 8 CoreFoundation 0x7ff81d0a4076 _CFXNotificationPost + 733 9 Foundation 0x7ff81dedf32e -[NSNotificationCenter postNotificationName:object:userInfo:] + 59 10 AppKit 0x7ff81fac85be -[NSApplication _postDidFinishNotification] + 305 11 AppKit 0x7ff81fac8310 -[NSApplication _sendFinishLaunchingNotification] + 208 12 AppKit 0x7ff81fac5ef7 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 541 13 AppKit 0x7ff81fac5b4b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 665 14 Foundation 0x7ff81df0a904 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308 15 Foundation 0x7ff81df0a776 _NSAppleEventManagerGenericHandler + 80 16 AE 0x7ff823657938 0x7ff82364b000 + 51512 17 AE 0x7ff823657055 0x7ff82364b000 + 49237 18 AE 0x7ff82364fe6a aeProcessAppleEvent + 448 19 HIToolbox 0x7ff825c0bb35 AEProcessAppleEvent + 54 20 AppKit 0x7ff81fac02d6 _DPSNextEvent + 2064 21 AppKit 0x7ff81fabe5e7 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366 22 AppKit 0x7ff81fab0588 -[NSApplication run] + 586 23 AppKit 0x7ff81fa847a8 NSApplicationMain + 816 24 dyld 0x109b374d5 start + 421 Thread 1: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 5: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 6: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 7: 0 libsystem_kernel.dylib 0x7ff81cfdf78e semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81ce6882f _dispatch_sema4_timedwait + 72 2 libdispatch.dylib 0x7ff81ce68c5c _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81ce77522 _dispatch_worker_thread + 286 4 libsystem_pthread.dylib 0x7ff81d0155b8 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff81d0110d3 thread_start + 15 Thread 8: 0 libsystem_kernel.dylib 0x7ff81cfdf78e semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81ce6882f _dispatch_sema4_timedwait + 72 2 libdispatch.dylib 0x7ff81ce68c5c _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81ce77522 _dispatch_worker_thread + 286 4 libsystem_pthread.dylib 0x7ff81d0155b8 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff81d0110d3 thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x000000000000000f rbx: 0x0000000000000203 rcx: 0x000000010dbd7b18 rdx: 0x0000000000000034 rdi: 0x0000000000000203 rsi: 0x0000000000013527 rbp: 0x000000010dbd7b30 rsp: 0x000000010dbd7b18 r8: 0x0000000000000703 r9: 0x0000000000000000 r10: 0x00007ff81cfdf6aa r11: 0x0000000000000293 r12: 0x0000000000013463 r13: 0x0000000000000298 r14: 0x0000000000013527 r15: 0x0000000109076a02 rip: 0x00007ff81cfdf6aa rfl: 0x0000000000000293 cr2: 0x0000600002976000 Logical CPU: 0 Error Code: 0x01000012 Trap Number: 133 Binary Images: 0x7ff81cfde000 - 0x7ff81d00efff libsystem_kernel.dylib (*) <1ce9fea0-66b2-3399-95dd-089f8c812d91> /usr/lib/system/libsystem_kernel.dylib 0x109007000 - 0x10909efff Hackintool (*) <dfccfafb-6b6f-3220-9e48-7eed39790588> /Volumes/VOLUME/*/Hackintool.app/Contents/MacOS/Hackintool 0x7ff81d05c000 - 0x7ff81d55cfff com.apple.CoreFoundation (6.9) <8b5803ee-4e49-3380-9c1e-02905ff2a7b0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff81ded6000 - 0x7ff81e283fff com.apple.Foundation (6.9) <045cbcfc-3568-37eb-b094-545d11ffec39> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7ff81fa81000 - 0x7ff8208f0fff com.apple.AppKit (6.9) <f3d3650f-1dd4-336d-86b2-abf55088ecdb> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7ff82364b000 - 0x7ff8236bdfff com.apple.AE (924) <7cea036f-75a2-35cb-ac48-fa64c940b9d0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7ff825bca000 - 0x7ff825ebdfff com.apple.HIToolbox (2.1.1) <05a3bba5-f869-3615-b139-d3addd9de047> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x109b32000 - 0x109b99fff dyld (*) <4e207376-cc5d-3986-a0bd-4d09f4217e68> /usr/lib/dyld 0x7ff81d00f000 - 0x7ff81d01afff libsystem_pthread.dylib (*) <a955c3d1-1895-35df-b127-df3a448d6851> /usr/lib/system/libsystem_pthread.dylib 0x7ff81ce65000 - 0x7ff81ceaafff libdispatch.dylib (*) <133b5e29-431c-39f4-ae5c-c0e3503461c8> /usr/lib/system/libdispatch.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=938.1M resident=0K(0%) swapped_out_or_unallocated=938.1M(100%) Writable regions: Total=664.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=664.5M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 512K 4 Activity Tracing 256K 1 CG backing stores 720K 4 CG image 52K 4 ColorSync 220K 24 CoreAnimation 208K 23 CoreGraphics 4K 1 CoreImage 96K 3 CoreServices 68K 1 CoreUI image data 888K 13 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 266.7M 73 MALLOC guard page 32K 8 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.0M 9 Stack 12.1M 9 VM_ALLOCATE 64K 13 __DATA 19.9M 337 __DATA_CONST 19.1M 204 __DATA_DIRTY 849K 128 __FONT_DATA 4K 1 __LINKEDIT 610.7M 10 __OBJC_RO 80.3M 1 __OBJC_RW 3008K 2 __TEXT 327.4M 360 __UNICODE 588K 1 dyld private memory 1024K 1 mapped file 276.0M 22 shared memory 784K 17 =========== ======= ======= TOTAL 2.0G 1277 TOTAL, minus reserved VM space 1.6G 1277 Model: MacBookPro16,4, BootROM 1554.100.64.0.0, 6 processors, 6-Core Intel Core i7, 2.6 GHz, 16 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin Memory Module: BANK 0/DIMM0, 8 GB, DDR4, 2667 MHz, Samsung, M471A1K43CB1-CTD Memory Module: BANK 1/DIMM0, 8 GB, DDR4, 2667 MHz, Samsung, M471A1K43CB1-CTD AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1703.6) Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en1 PCI Card: Intel Corporation, Series Chipset PCH Thermal Controller, Signal Processing Controller, Built In PCI Card: Intel Corporation, Series Chipset USB xHCI Host Controller, USB Controller, Built In PCI Card: Intel Corporation, Series Chipset Shared SRAM, Memory Controller, Built In PCI Card: Intel Corporation, Series Chipset MEI Controller, IMEI Controller, Built In PCI Card: Intel Corporation, Series Chipset SATA Controller, AHCI Controller, Built In PCI Card: Apple High Definition Audio Controller, Audio Controller, Built In PCI Card: Intel Corporation, Series Chipset SMBus Controller, Serial Bus Controller, Built In PCI Card: Intel Corporation, Series Chipset SPI Controller, Serial Bus Controller, Built In PCI Card: Apple NVMe M2 Flash Drive, Storage Controller, Built In PCI Card: Apple NVMe M2 Flash Drive, Storage Controller, Built In PCI Card: Broadcom Brcm43xx Wireless Network Adapter, AirPort Extreme, Built In PCI Card: Realtek 8411B PCI Express Gigabit Ethernet, Ethernet Controller, Built In Serial ATA Device: Samsung SSD 850 EVO 500GB, 500.11 GB USB Device: USB 3.1 Bus USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: BisonCam,NB Pro Thunderbolt Bus: Edited June 19, 2021 by SavageAUS Link to comment Share on other sites More sharing options...
jsl2000 Posted June 19, 2021 Share Posted June 19, 2021 37 minutes ago, SavageAUS said: @headkaze I get this crash when opening hackintool in Monterey. Have tested 3.5.9 and 3.6 Hide contents Process: Hackintool [641] Path: /Volumes/VOLUME/*/Hackintool.app/Contents/MacOS/Hackintool Identifier: com.Headsoft.Hackintool Version: 3.6.0 (0360) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2021-06-19 10:59:25.2826 +0930 OS Version: macOS 12.0 (21A5248p) Report Version: 12 Anonymous UUID: C5BC6EEF-E0B6-2639-EFF4-7F8A829A039E Time Awake Since Boot: 82 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_GUARD (SIGKILL) Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace GUARD, Code 2305845208237028647 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff81cfdf6aa _kernelrpc_mach_port_deallocate_trap + 10 1 libsystem_kernel.dylib 0x7ff81cfe0772 mach_port_deallocate + 17 2 Hackintool 0x109020968 getIORegAudioDeviceArray(NSMutableArray**) + 2097 3 Hackintool 0x10902d1ea -[AppDelegate initAudio] + 131 4 Hackintool 0x10902882d -[AppDelegate applicationDidFinishLaunching:] + 2069 5 CoreFoundation 0x7ff81d0d2a0e __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 6 CoreFoundation 0x7ff81d1706bd ___CFXRegistrationPost_block_invoke + 49 7 CoreFoundation 0x7ff81d17063c _CFXRegistrationPost + 454 8 CoreFoundation 0x7ff81d0a4076 _CFXNotificationPost + 733 9 Foundation 0x7ff81dedf32e -[NSNotificationCenter postNotificationName:object:userInfo:] + 59 10 AppKit 0x7ff81fac85be -[NSApplication _postDidFinishNotification] + 305 11 AppKit 0x7ff81fac8310 -[NSApplication _sendFinishLaunchingNotification] + 208 12 AppKit 0x7ff81fac5ef7 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 541 13 AppKit 0x7ff81fac5b4b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 665 14 Foundation 0x7ff81df0a904 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308 15 Foundation 0x7ff81df0a776 _NSAppleEventManagerGenericHandler + 80 16 AE 0x7ff823657938 0x7ff82364b000 + 51512 17 AE 0x7ff823657055 0x7ff82364b000 + 49237 18 AE 0x7ff82364fe6a aeProcessAppleEvent + 448 19 HIToolbox 0x7ff825c0bb35 AEProcessAppleEvent + 54 20 AppKit 0x7ff81fac02d6 _DPSNextEvent + 2064 21 AppKit 0x7ff81fabe5e7 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366 22 AppKit 0x7ff81fab0588 -[NSApplication run] + 586 23 AppKit 0x7ff81fa847a8 NSApplicationMain + 816 24 dyld 0x109b374d5 start + 421 Thread 1: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 5: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 6: 0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0 Thread 7: 0 libsystem_kernel.dylib 0x7ff81cfdf78e semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81ce6882f _dispatch_sema4_timedwait + 72 2 libdispatch.dylib 0x7ff81ce68c5c _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81ce77522 _dispatch_worker_thread + 286 4 libsystem_pthread.dylib 0x7ff81d0155b8 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff81d0110d3 thread_start + 15 Thread 8: 0 libsystem_kernel.dylib 0x7ff81cfdf78e semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81ce6882f _dispatch_sema4_timedwait + 72 2 libdispatch.dylib 0x7ff81ce68c5c _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81ce77522 _dispatch_worker_thread + 286 4 libsystem_pthread.dylib 0x7ff81d0155b8 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff81d0110d3 thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x000000000000000f rbx: 0x0000000000000203 rcx: 0x000000010dbd7b18 rdx: 0x0000000000000034 rdi: 0x0000000000000203 rsi: 0x0000000000013527 rbp: 0x000000010dbd7b30 rsp: 0x000000010dbd7b18 r8: 0x0000000000000703 r9: 0x0000000000000000 r10: 0x00007ff81cfdf6aa r11: 0x0000000000000293 r12: 0x0000000000013463 r13: 0x0000000000000298 r14: 0x0000000000013527 r15: 0x0000000109076a02 rip: 0x00007ff81cfdf6aa rfl: 0x0000000000000293 cr2: 0x0000600002976000 Logical CPU: 0 Error Code: 0x01000012 Trap Number: 133 Binary Images: 0x7ff81cfde000 - 0x7ff81d00efff libsystem_kernel.dylib (*) <1ce9fea0-66b2-3399-95dd-089f8c812d91> /usr/lib/system/libsystem_kernel.dylib 0x109007000 - 0x10909efff Hackintool (*) <dfccfafb-6b6f-3220-9e48-7eed39790588> /Volumes/VOLUME/*/Hackintool.app/Contents/MacOS/Hackintool 0x7ff81d05c000 - 0x7ff81d55cfff com.apple.CoreFoundation (6.9) <8b5803ee-4e49-3380-9c1e-02905ff2a7b0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff81ded6000 - 0x7ff81e283fff com.apple.Foundation (6.9) <045cbcfc-3568-37eb-b094-545d11ffec39> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7ff81fa81000 - 0x7ff8208f0fff com.apple.AppKit (6.9) <f3d3650f-1dd4-336d-86b2-abf55088ecdb> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7ff82364b000 - 0x7ff8236bdfff com.apple.AE (924) <7cea036f-75a2-35cb-ac48-fa64c940b9d0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7ff825bca000 - 0x7ff825ebdfff com.apple.HIToolbox (2.1.1) <05a3bba5-f869-3615-b139-d3addd9de047> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x109b32000 - 0x109b99fff dyld (*) <4e207376-cc5d-3986-a0bd-4d09f4217e68> /usr/lib/dyld 0x7ff81d00f000 - 0x7ff81d01afff libsystem_pthread.dylib (*) <a955c3d1-1895-35df-b127-df3a448d6851> /usr/lib/system/libsystem_pthread.dylib 0x7ff81ce65000 - 0x7ff81ceaafff libdispatch.dylib (*) <133b5e29-431c-39f4-ae5c-c0e3503461c8> /usr/lib/system/libdispatch.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=938.1M resident=0K(0%) swapped_out_or_unallocated=938.1M(100%) Writable regions: Total=664.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=664.5M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 512K 4 Activity Tracing 256K 1 CG backing stores 720K 4 CG image 52K 4 ColorSync 220K 24 CoreAnimation 208K 23 CoreGraphics 4K 1 CoreImage 96K 3 CoreServices 68K 1 CoreUI image data 888K 13 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 266.7M 73 MALLOC guard page 32K 8 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.0M 9 Stack 12.1M 9 VM_ALLOCATE 64K 13 __DATA 19.9M 337 __DATA_CONST 19.1M 204 __DATA_DIRTY 849K 128 __FONT_DATA 4K 1 __LINKEDIT 610.7M 10 __OBJC_RO 80.3M 1 __OBJC_RW 3008K 2 __TEXT 327.4M 360 __UNICODE 588K 1 dyld private memory 1024K 1 mapped file 276.0M 22 shared memory 784K 17 =========== ======= ======= TOTAL 2.0G 1277 TOTAL, minus reserved VM space 1.6G 1277 Model: MacBookPro16,4, BootROM 1554.100.64.0.0, 6 processors, 6-Core Intel Core i7, 2.6 GHz, 16 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin Memory Module: BANK 0/DIMM0, 8 GB, DDR4, 2667 MHz, Samsung, M471A1K43CB1-CTD Memory Module: BANK 1/DIMM0, 8 GB, DDR4, 2667 MHz, Samsung, M471A1K43CB1-CTD AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1703.6) Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en1 PCI Card: Intel Corporation, Series Chipset PCH Thermal Controller, Signal Processing Controller, Built In PCI Card: Intel Corporation, Series Chipset USB xHCI Host Controller, USB Controller, Built In PCI Card: Intel Corporation, Series Chipset Shared SRAM, Memory Controller, Built In PCI Card: Intel Corporation, Series Chipset MEI Controller, IMEI Controller, Built In PCI Card: Intel Corporation, Series Chipset SATA Controller, AHCI Controller, Built In PCI Card: Apple High Definition Audio Controller, Audio Controller, Built In PCI Card: Intel Corporation, Series Chipset SMBus Controller, Serial Bus Controller, Built In PCI Card: Intel Corporation, Series Chipset SPI Controller, Serial Bus Controller, Built In PCI Card: Apple NVMe M2 Flash Drive, Storage Controller, Built In PCI Card: Apple NVMe M2 Flash Drive, Storage Controller, Built In PCI Card: Broadcom Brcm43xx Wireless Network Adapter, AirPort Extreme, Built In PCI Card: Realtek 8411B PCI Express Gigabit Ethernet, Ethernet Controller, Built In Serial ATA Device: Samsung SSD 850 EVO 500GB, 500.11 GB USB Device: USB 3.1 Bus USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: BisonCam,NB Pro Thunderbolt Bus: Me too ! Link to comment Share on other sites More sharing options...
headkaze Posted June 19, 2021 Author Share Posted June 19, 2021 (edited) 11 hours ago, SavageAUS said: [mention=1364628]headkaze[/mention] I get this crash when opening hackintool in Monterey. Have tested 3.5.9 and 3.6 Spoiler Process: Hackintool [641]Path: /Volumes/VOLUME/*/Hackintool.app/Contents/MacOS/HackintoolIdentifier: com.Headsoft.HackintoolVersion: 3.6.0 (0360)Code Type: X86-64 (Native)Parent Process: launchd [1]User ID: 501Date/Time: 2021-06-19 10:59:25.2826 +0930OS Version: macOS 12.0 (21A5248p)Report Version: 12Anonymous UUID: C5BC6EEF-E0B6-2639-EFF4-7F8A829A039ETime Awake Since Boot: 82 secondsSystem Integrity Protection: disabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_GUARD (SIGKILL)Exception Note: EXC_CORPSE_NOTIFYTermination Reason: Namespace GUARD, Code 2305845208237028647 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread0 libsystem_kernel.dylib 0x7ff81cfdf6aa _kernelrpc_mach_port_deallocate_trap + 101 libsystem_kernel.dylib 0x7ff81cfe0772 mach_port_deallocate + 172 Hackintool 0x109020968 getIORegAudioDeviceArray(NSMutableArray**) + 20973 Hackintool 0x10902d1ea -[AppDelegate initAudio] + 1314 Hackintool 0x10902882d -[AppDelegate applicationDidFinishLaunching:] + 20695 CoreFoundation 0x7ff81d0d2a0e __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 126 CoreFoundation 0x7ff81d1706bd ___CFXRegistrationPost_block_invoke + 497 CoreFoundation 0x7ff81d17063c _CFXRegistrationPost + 4548 CoreFoundation 0x7ff81d0a4076 _CFXNotificationPost + 7339 Foundation 0x7ff81dedf32e -[NSNotificationCenter postNotificationName:object:userInfo:] + 5910 AppKit 0x7ff81fac85be -[NSApplication _postDidFinishNotification] + 30511 AppKit 0x7ff81fac8310 -[NSApplication _sendFinishLaunchingNotification] + 20812 AppKit 0x7ff81fac5ef7 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 54113 AppKit 0x7ff81fac5b4b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 66514 Foundation 0x7ff81df0a904 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 30815 Foundation 0x7ff81df0a776 _NSAppleEventManagerGenericHandler + 8016 AE 0x7ff823657938 0x7ff82364b000 + 5151217 AE 0x7ff823657055 0x7ff82364b000 + 4923718 AE 0x7ff82364fe6a aeProcessAppleEvent + 44819 HIToolbox 0x7ff825c0bb35 AEProcessAppleEvent + 5420 AppKit 0x7ff81fac02d6 _DPSNextEvent + 206421 AppKit 0x7ff81fabe5e7 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 136622 AppKit 0x7ff81fab0588 -[NSApplication run] + 58623 AppKit 0x7ff81fa847a8 NSApplicationMain + 81624 dyld 0x109b374d5 start + 421Thread 1:0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0Thread 2:0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0Thread 3:0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0Thread 4:0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0Thread 5:0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0Thread 6:0 libsystem_pthread.dylib 0x7ff81d0110b0 start_wqthread + 0Thread 7:0 libsystem_kernel.dylib 0x7ff81cfdf78e semaphore_timedwait_trap + 101 libdispatch.dylib 0x7ff81ce6882f _dispatch_sema4_timedwait + 722 libdispatch.dylib 0x7ff81ce68c5c _dispatch_semaphore_wait_slow + 583 libdispatch.dylib 0x7ff81ce77522 _dispatch_worker_thread + 2864 libsystem_pthread.dylib 0x7ff81d0155b8 _pthread_start + 1255 libsystem_pthread.dylib 0x7ff81d0110d3 thread_start + 15Thread 8:0 libsystem_kernel.dylib 0x7ff81cfdf78e semaphore_timedwait_trap + 101 libdispatch.dylib 0x7ff81ce6882f _dispatch_sema4_timedwait + 722 libdispatch.dylib 0x7ff81ce68c5c _dispatch_semaphore_wait_slow + 583 libdispatch.dylib 0x7ff81ce77522 _dispatch_worker_thread + 2864 libsystem_pthread.dylib 0x7ff81d0155b8 _pthread_start + 1255 libsystem_pthread.dylib 0x7ff81d0110d3 thread_start + 15Thread 0 crashed with X86 Thread State (64-bit): rax: 0x000000000000000f rbx: 0x0000000000000203 rcx: 0x000000010dbd7b18 rdx: 0x0000000000000034 rdi: 0x0000000000000203 rsi: 0x0000000000013527 rbp: 0x000000010dbd7b30 rsp: 0x000000010dbd7b18 r8: 0x0000000000000703 r9: 0x0000000000000000 r10: 0x00007ff81cfdf6aa r11: 0x0000000000000293 r12: 0x0000000000013463 r13: 0x0000000000000298 r14: 0x0000000000013527 r15: 0x0000000109076a02 rip: 0x00007ff81cfdf6aa rfl: 0x0000000000000293 cr2: 0x0000600002976000Logical CPU: 0Error Code: 0x01000012 Trap Number: 133Binary Images: 0x7ff81cfde000 - 0x7ff81d00efff libsystem_kernel.dylib (*) /usr/lib/system/libsystem_kernel.dylib 0x109007000 - 0x10909efff Hackintool (*) /Volumes/VOLUME/*/Hackintool.app/Contents/MacOS/Hackintool 0x7ff81d05c000 - 0x7ff81d55cfff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff81ded6000 - 0x7ff81e283fff com.apple.Foundation (6.9) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7ff81fa81000 - 0x7ff8208f0fff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7ff82364b000 - 0x7ff8236bdfff com.apple.AE (924) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7ff825bca000 - 0x7ff825ebdfff com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x109b32000 - 0x109b99fff dyld (*) /usr/lib/dyld 0x7ff81d00f000 - 0x7ff81d01afff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib 0x7ff81ce65000 - 0x7ff81ceaafff libdispatch.dylib (*) /usr/lib/system/libdispatch.dylibExternal Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 0 thread_create: 0 thread_set_state: 0VM Region Summary:ReadOnly portion of Libraries: Total=938.1M resident=0K(0%) swapped_out_or_unallocated=938.1M(100%)Writable regions: Total=664.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=664.5M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 512K 4 Activity Tracing 256K 1 CG backing stores 720K 4 CG image 52K 4 ColorSync 220K 24 CoreAnimation 208K 23 CoreGraphics 4K 1 CoreImage 96K 3 CoreServices 68K 1 CoreUI image data 888K 13 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 266.7M 73 MALLOC guard page 32K 8 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)STACK GUARD 56.0M 9 Stack 12.1M 9 VM_ALLOCATE 64K 13 __DATA 19.9M 337 __DATA_CONST 19.1M 204 __DATA_DIRTY 849K 128 __FONT_DATA 4K 1 __LINKEDIT 610.7M 10 __OBJC_RO 80.3M 1 __OBJC_RW 3008K 2 __TEXT 327.4M 360 __UNICODE 588K 1 dyld private memory 1024K 1 mapped file 276.0M 22 shared memory 784K 17 =========== ======= ======= TOTAL 2.0G 1277 TOTAL, minus reserved VM space 1.6G 1277 Model: MacBookPro16,4, BootROM 1554.100.64.0.0, 6 processors, 6-Core Intel Core i7, 2.6 GHz, 16 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtinMemory Module: BANK 0/DIMM0, 8 GB, DDR4, 2667 MHz, Samsung, M471A1K43CB1-CTDMemory Module: BANK 1/DIMM0, 8 GB, DDR4, 2667 MHz, Samsung, M471A1K43CB1-CTDAirPort: spairport_wireless_card_type_wifi (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1703.6)Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial portsNetwork Service: Wi-Fi, AirPort, en1PCI Card: Intel Corporation, Series Chipset PCH Thermal Controller, Signal Processing Controller, Built InPCI Card: Intel Corporation, Series Chipset USB xHCI Host Controller, USB Controller, Built InPCI Card: Intel Corporation, Series Chipset Shared SRAM, Memory Controller, Built InPCI Card: Intel Corporation, Series Chipset MEI Controller, IMEI Controller, Built InPCI Card: Intel Corporation, Series Chipset SATA Controller, AHCI Controller, Built InPCI Card: Apple High Definition Audio Controller, Audio Controller, Built InPCI Card: Intel Corporation, Series Chipset SMBus Controller, Serial Bus Controller, Built InPCI Card: Intel Corporation, Series Chipset SPI Controller, Serial Bus Controller, Built InPCI Card: Apple NVMe M2 Flash Drive, Storage Controller, Built InPCI Card: Apple NVMe M2 Flash Drive, Storage Controller, Built InPCI Card: Broadcom Brcm43xx Wireless Network Adapter, AirPort Extreme, Built InPCI Card: Realtek 8411B PCI Express Gigabit Ethernet, Ethernet Controller, Built InSerial ATA Device: Samsung SSD 850 EVO 500GB, 500.11 GBUSB Device: USB 3.1 BusUSB Device: BRCM20702 HubUSB Device: Bluetooth USB Host ControllerUSB Device: BisonCam,NB ProThunderbolt Bus: Thanks for the heads up. I'll have a look asap. Edited June 19, 2021 by headkaze 1 Link to comment Share on other sites More sharing options...
wern apfel Posted June 19, 2021 Share Posted June 19, 2021 Thanks, is much better now. No issues with Monterey. 1 Link to comment Share on other sites More sharing options...
headkaze Posted June 19, 2021 Author Share Posted June 19, 2021 12 hours ago, SavageAUS said: @headkaze I get this crash when opening hackintool in Monterey. Have tested 3.5.9 and 3.6 @SavageAUS @jsl2000 Can you guys please try 3.6.1. I'm guessing I fixed the issue but I don't have Monterey installed to test it just yet. Link to comment Share on other sites More sharing options...
Shaneee Posted June 19, 2021 Share Posted June 19, 2021 @headkaze 3.6 worked for me on 12.0 but 3.6.1 also works fine Spoiler Link to comment Share on other sites More sharing options...
Recommended Posts