Matgen84 Posted December 21, 2018 Share Posted December 21, 2018 Hi I can build latest commit r4816 both Dids script and Build_Clover.command, because of this issue. Some solution, please. /Users/mathieu/src/edk2/Clover/rEFIt_UEFI/Platform/AcpiPatcher.c:1580:20: error: incompatible pointer types initializing 'unsigned long *' with an expression of type 'UINT32 *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types] unsigned long *Ptr = RsdtEntryPtrFromIndex(0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /Users/mathieu/src/edk2/Clover/rEFIt_UEFI/Platform/AcpiPatcher.c:1581:20: error: incompatible pointer types initializing 'unsigned long *' with an expression of type 'UINT32 *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types] unsigned long *EndPtr = RsdtEntryPtrFromIndex(Count); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. make: *** [/Users/mathieu/src/edk2/Build/Clover/RELEASE_XCODE8/X64/Clover/rEFIt_UEFI/refit/OUTPUT/Platform/AcpiPatcher.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/mathieu/src/edk2/Build/Clover/RELEASE_XCODE8/X64/Clover/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/mathieu/src/edk2/Clover/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE] - Failed - Link to comment Share on other sites More sharing options...
Slice Posted December 21, 2018 Share Posted December 21, 2018 Temporary make like unsigned long *Ptr = (unsigned long *)RsdtEntryPtrFromIndex(0); 1 Link to comment Share on other sites More sharing options...
apianti Posted December 21, 2018 Share Posted December 21, 2018 Should have been change the type to UINT32 *Ptr.. long is a stupid type and can be 32bit or 64bit at the control of the compiler used. Link to comment Share on other sites More sharing options...
Philip Petev Posted December 26, 2018 Share Posted December 26, 2018 Guys, I'm still experiencing the same problem with the recent Clover versions: Clover freezes, when I change the theme on-the-fly (from within Clover). Happens no matter the current theme and the theme I'm selecting is (vector or raster). I have doubts the graphics card is responsible (Nvidia GTX 650), because there is no such issue on my HP laptop (4340s with Intel HD4000 graphics). Can you point me a way how to debug this? Link to comment Share on other sites More sharing options...
apianti Posted December 26, 2018 Share Posted December 26, 2018 Add debug messages to output to the debug.log where the theme is being parsed, created, and setup. Link to comment Share on other sites More sharing options...
Philip Petev Posted December 27, 2018 Share Posted December 27, 2018 How to enable the debug log? Link to comment Share on other sites More sharing options...
Slice Posted December 27, 2018 Share Posted December 27, 2018 20 hours ago, Philip Petev said: Guys, I'm still experiencing the same problem with the recent Clover versions: Clover freezes, when I change the theme on-the-fly (from within Clover). Happens no matter the current theme and the theme I'm selecting is (vector or raster). I have doubts the graphics card is responsible (Nvidia GTX 650), because there is no such issue on my HP laptop (4340s with Intel HD4000 graphics). Can you point me a way how to debug this? I already reported the difference with different graphics cards 1 Link to comment Share on other sites More sharing options...
apianti Posted December 27, 2018 Share Posted December 27, 2018 Yeah but we never really looked into what the actual problem was... You can enable the debug.log with Boot/Debug. Link to comment Share on other sites More sharing options...
Joni_78 Posted December 30, 2018 Share Posted December 30, 2018 (edited) Does anyone have any idea what might cause this kind of behavior? It's happening with the #1 machine on my sig. I have a clean install, everything should be correctly set up. Both iGPU and dGPU are in use to get HVEC. No DSDT just some of the Clover fixes and patches. I haven't used Lilu or WEG and only kexts I need for this to work are listed below: FakeSMC.kext IntelMausiEthernet.kext Note that the same problem is with Lilu & WEG. This is quite rare, happens couple of times a month. When computer is turned of or I restart, it goes to logon screen and after one or two seconds the screen goes black, logon might return after about 10 seconds and is visible couple of seconds and this goes on and on, at the same time there might be some scratching sounds from the monitor speakers (Display port, sound is not configured in macOS to use DP). This goes on until I restart. I'm not sure if I'm imagining, but it usually seems to happen after I change something in Clover config.plist and reboot. Symptoms are almost identical I had with EliteBook 2570p (HD4000 with DisplayPort connected into this same monitor 3440x1440). When configured to 3440x1440 @ 60Hz the frame buffer memory was too small and caused the same behavior. To fix that I needed to patch framebuffer memory to 16 or 32Mb. But that's another thing, just similar symptoms. Edited December 30, 2018 by Amble Link to comment Share on other sites More sharing options...
LAbyOne Posted January 7, 2019 Share Posted January 7, 2019 Hi guys I just installed a freshly build of Clover 4839 and machine freeze keybord is stuck nothing left but force-restart machine tried also UDK2018 version same issue Link to comment Share on other sites More sharing options...
apianti Posted January 7, 2019 Share Posted January 7, 2019 (edited) Hi guys I just installed a freshly build of Clover 4839 and machine freeze keybord is stuck nothing left but force-restart machine tried also UDK2018 version same issue Issue is known. Problem with audio chime for theme it seems. Edited January 7, 2019 by apianti 1 Link to comment Share on other sites More sharing options...
ACIDSky Posted January 10, 2019 Share Posted January 10, 2019 Clover 4844 AudioDXE.efi driver kernel panic Anonymous UUID: 86957DE5-2629-82C8-BAB9-5955946B2EA6 Thu Jan 10 11:13:22 2019 *** Panic Report *** panic(cpu 3 caller 0xffffff7fa18c831c): allocMem: failed assertion 'addr' Backtrace (CPU 3), Frame : Return Address 0xffffff8203003a80 : 0xffffff801c3aeb0d mach_kernel : _handle_debugger_trap + 0x48d 0xffffff8203003ad0 : 0xffffff801c4e8653 mach_kernel : _kdp_i386_trap + 0x153 0xffffff8203003b10 : 0xffffff801c4da07a mach_kernel : _kernel_trap + 0x4fa 0xffffff8203003b80 : 0xffffff801c35bca0 mach_kernel : _return_from_trap + 0xe0 0xffffff8203003ba0 : 0xffffff801c3ae527 mach_kernel : _panic_trap_to_debugger + 0x197 0xffffff8203003cc0 : 0xffffff801c3ae373 mach_kernel : _panic + 0x63 0xffffff8203003d30 : 0xffffff7fa18c831c org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice12initHardwareEP9IOService + 0xbdc 0xffffff8203003d40 : 0xffffff7fa18d14c9 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice10probeCodecEP6_Codec + 0x1c9 0xffffff8203003d80 : 0xffffff7fa18d12d1 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice10scanCodecsEv + 0x81 0xffffff8203003db0 : 0xffffff7fa18c7c59 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice12initHardwareEP9IOService + 0x519 0xffffff8203003e00 : 0xffffff7f9ec8b018 com.apple.iokit.IOAudioFamily : __ZN13IOAudioDevice5startEP9IOService + 0x10e 0xffffff8203003e40 : 0xffffff801ca2ca1b mach_kernel : __ZN9IOService14startCandidateEPS_ + 0x6b 0xffffff8203003e80 : 0xffffff801ca2c761 mach_kernel : __ZN9IOService15probeCandidatesEP12OSOrderedSet + 0x911 0xffffff8203003f00 : 0xffffff801ca2bcb7 mach_kernel : __ZN9IOService14doServiceMatchEj + 0x2c7 0xffffff8203003f50 : 0xffffff801ca2d786 mach_kernel : __ZN15_IOConfigThread4mainEPvi + 0x1a6 0xffffff8203003fa0 : 0xffffff801c35b0ce mach_kernel : _call_continuation + 0x2e Kernel Extensions in backtrace: com.apple.iokit.IOAudioFamily(206.5)[7AB621AA-5D6D-34F1-B945-88A38E610E3A]@0xffffff7f9ec87000->0xffffff7f9ecc5fff dependency: com.apple.vecLib.kext(1.2.0)[0714094F-17A4-359C-9D3D-6E1596BADCBE]@0xffffff7f9ebb9000 org.voodoo.driver.VoodooHDA(2.9.1)[00000000-0000-0000-0000-000000000000]@0xffffff7fa18c5000->0xffffff7fa18f1fff dependency: com.apple.iokit.IOAudioFamily(206.5)[7AB621AA-5D6D-34F1-B945-88A38E610E3A]@0xffffff7f9ec87000 dependency: com.apple.iokit.IOPCIFamily(2.9)[3EC5D010-C55A-388D-81EF-89A7EDFD88ED]@0xffffff7f9cc95000 BSD process name corresponding to current thread: Unknown Boot args: keepsyms=1 debug=0x100 -v Mac OS version: Not yet set Kernel version: Darwin Kernel Version 18.2.0: Thu Dec 20 21:58:48 PST 2018; root:xnu-4903.241.1~2/RELEASE_X86_64 Kernel UUID: B12D1508-6B10-381B-98EE-A7C5BB12F7B0 Kernel slide: 0x000000001c000000 Kernel text base: 0xffffff801c200000 __HIB text base: 0xffffff801c100000 System model name: iMac18,3 (Mac-BE088AF8C5EB4FA2) System uptime in nanoseconds: 1218212293 last loaded kext at 944288223: com.apple.iokit.IO80211Family 1200.12.2 (addr 0xffffff7f9dc6d000, size 1032192) loaded kexts: org.voodoo.driver.VoodooHDA 2.9.1 com.insanelymac.IntelMausiEthernet 2.4.1d1 net.osrom.kext.Disabler 1.0.1 ru.joedm.SMCSuperIO 1.0.2 as.vit9696.SMCProcessor 1.0.2 as.vit9696.VirtualSMC 1.0.2 as.lvs1974.AirportBrcmFixup 1.1.9 as.lvs1974.HibernationFixup 1.2.4 as.vit9696.WhateverGreen 1.2.6 as.vit9696.Lilu 1.3.1 com.apple.driver.AppleAHCIPort 329.200.2 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleACPIButtons 6.1 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleACPIEC 6.1 com.apple.driver.AppleAPIC 1.7 com.apple.nke.applicationfirewall 190 com.apple.security.TMSafetyNet 8 com.apple.iokit.IO80211Family 1200.12.2 com.apple.driver.mDNSOffloadUserClient 1.0.1b8 com.apple.driver.corecapture 1.0.4 com.apple.driver.usb.AppleUSBHostPacketFilter 1.0 com.apple.iokit.IOUSBFamily 900.4.2 com.apple.iokit.IOAHCIBlockStorage 301.200.2 com.apple.iokit.IOAudioFamily 206.5 com.apple.vecLib.kext 1.2.0 com.apple.driver.AppleEFINVRAM 2.1 com.apple.driver.AppleIntelLpssGspi 3.0.60 com.apple.driver.AppleIntelLpssI2C 3.0.60 com.apple.driver.usb.AppleUSBXHCIPCI 1.2 com.apple.driver.usb.AppleUSBXHCI 1.2 com.apple.iokit.IOAHCIFamily 288 com.apple.driver.AppleEFIRuntime 2.1 com.apple.iokit.IOSMBusFamily 1.1 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.security.quarantine 3 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.driver.DiskImages 493.0.0 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleEffaceableStorage 1.0 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleUSBTDM 456.230.1 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.kext.CoreTrust 1 com.apple.iokit.IOUSBMassStorageDriver 145.200.2 com.apple.iokit.IOSCSIBlockCommandsDevice 408.200.1 com.apple.iokit.IOSCSIArchitectureModelFamily 408.200.1 com.apple.iokit.IOStorageFamily 2.1 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.KernelRelayHost 1 com.apple.iokit.IOUSBHostFamily 1.2 com.apple.driver.usb.AppleUSBCommon 1.0 com.apple.driver.AppleBusPowerController 1.0 com.apple.driver.AppleSEPManager 1.0.1 com.apple.driver.IOSlaveProcessor 1 com.apple.iokit.IOReportFamily 47 com.apple.iokit.IOTimeSyncFamily 700.7 com.apple.iokit.IONetworkingFamily 3.4 com.apple.driver.AppleACPIPlatform 6.1 com.apple.driver.AppleSMC 3.1.9 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.pthread 1 com.apple.kec.Libm 1 com.apple.kec.corecrypto 1.0 EOF Model: iMac18,3, BootROM 166.0.0.0.0, 4 processors, Intel Core i7, 4,20 GHz, 16 GB, SMC 2.41f1 Graphics: Radeon RX 560, Radeon RX 560, PCIe Memory Module: BANK 0/DIMM0, 8 GB, DDR4, 3603 MHz, Patriot Memory (PDP Systems), 3600C17Series Memory Module: BANK 1/DIMM0, 8 GB, DDR4, 3603 MHz, Patriot Memory (PDP Systems), 3600C17Series AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x623), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2) Bluetooth: Version 6.0.10f1, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet 0, Ethernet, en0 Serial ATA Device: Samsung SSD 850 PRO 256GB, 256,06 GB Serial ATA Device: WDC WD10EZEX-00BN5A0, 1 TB Serial ATA Device: WDC WD10EZEX-00BN5A0, 1 TB USB Device: USB 3.1 Bus USB Device: USB Device USB Device: USB 3.0 Bus USB Device: BCM20702A0 USB Device: Keyboard Hub USB Device: Apple Keyboard Thunderbolt Bus: Link to comment Share on other sites More sharing options...
vector sigma Posted January 10, 2019 Share Posted January 10, 2019 3 hours ago, ACIDSky said: Clover 4844 AudioDXE.efi driver kernel panic Anonymous UUID: 86957DE5-2629-82C8-BAB9-5955946B2EA6 Thu Jan 10 11:13:22 2019 *** Panic Report *** panic(cpu 3 caller 0xffffff7fa18c831c): allocMem: failed assertion 'addr' Backtrace (CPU 3), Frame : Return Address 0xffffff8203003a80 : 0xffffff801c3aeb0d mach_kernel : _handle_debugger_trap + 0x48d 0xffffff8203003ad0 : 0xffffff801c4e8653 mach_kernel : _kdp_i386_trap + 0x153 0xffffff8203003b10 : 0xffffff801c4da07a mach_kernel : _kernel_trap + 0x4fa 0xffffff8203003b80 : 0xffffff801c35bca0 mach_kernel : _return_from_trap + 0xe0 0xffffff8203003ba0 : 0xffffff801c3ae527 mach_kernel : _panic_trap_to_debugger + 0x197 0xffffff8203003cc0 : 0xffffff801c3ae373 mach_kernel : _panic + 0x63 0xffffff8203003d30 : 0xffffff7fa18c831c org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice12initHardwareEP9IOService + 0xbdc 0xffffff8203003d40 : 0xffffff7fa18d14c9 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice10probeCodecEP6_Codec + 0x1c9 0xffffff8203003d80 : 0xffffff7fa18d12d1 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice10scanCodecsEv + 0x81 0xffffff8203003db0 : 0xffffff7fa18c7c59 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice12initHardwareEP9IOService + 0x519 0xffffff8203003e00 : 0xffffff7f9ec8b018 com.apple.iokit.IOAudioFamily : __ZN13IOAudioDevice5startEP9IOService + 0x10e 0xffffff8203003e40 : 0xffffff801ca2ca1b mach_kernel : __ZN9IOService14startCandidateEPS_ + 0x6b 0xffffff8203003e80 : 0xffffff801ca2c761 mach_kernel : __ZN9IOService15probeCandidatesEP12OSOrderedSet + 0x911 0xffffff8203003f00 : 0xffffff801ca2bcb7 mach_kernel : __ZN9IOService14doServiceMatchEj + 0x2c7 0xffffff8203003f50 : 0xffffff801ca2d786 mach_kernel : __ZN15_IOConfigThread4mainEPvi + 0x1a6 0xffffff8203003fa0 : 0xffffff801c35b0ce mach_kernel : _call_continuation + 0x2e Kernel Extensions in backtrace: com.apple.iokit.IOAudioFamily(206.5)[7AB621AA-5D6D-34F1-B945-88A38E610E3A]@0xffffff7f9ec87000->0xffffff7f9ecc5fff dependency: com.apple.vecLib.kext(1.2.0)[0714094F-17A4-359C-9D3D-6E1596BADCBE]@0xffffff7f9ebb9000 org.voodoo.driver.VoodooHDA(2.9.1)[00000000-0000-0000-0000-000000000000]@0xffffff7fa18c5000->0xffffff7fa18f1fff dependency: com.apple.iokit.IOAudioFamily(206.5)[7AB621AA-5D6D-34F1-B945-88A38E610E3A]@0xffffff7f9ec87000 dependency: com.apple.iokit.IOPCIFamily(2.9)[3EC5D010-C55A-388D-81EF-89A7EDFD88ED]@0xffffff7f9cc95000 BSD process name corresponding to current thread: Unknown Boot args: keepsyms=1 debug=0x100 -v Mac OS version: Not yet set Kernel version: Darwin Kernel Version 18.2.0: Thu Dec 20 21:58:48 PST 2018; root:xnu-4903.241.1~2/RELEASE_X86_64 Kernel UUID: B12D1508-6B10-381B-98EE-A7C5BB12F7B0 Kernel slide: 0x000000001c000000 Kernel text base: 0xffffff801c200000 __HIB text base: 0xffffff801c100000 System model name: iMac18,3 (Mac-BE088AF8C5EB4FA2) System uptime in nanoseconds: 1218212293 last loaded kext at 944288223: com.apple.iokit.IO80211Family 1200.12.2 (addr 0xffffff7f9dc6d000, size 1032192) loaded kexts: org.voodoo.driver.VoodooHDA 2.9.1 com.insanelymac.IntelMausiEthernet 2.4.1d1 net.osrom.kext.Disabler 1.0.1 ru.joedm.SMCSuperIO 1.0.2 as.vit9696.SMCProcessor 1.0.2 as.vit9696.VirtualSMC 1.0.2 as.lvs1974.AirportBrcmFixup 1.1.9 as.lvs1974.HibernationFixup 1.2.4 as.vit9696.WhateverGreen 1.2.6 as.vit9696.Lilu 1.3.1 com.apple.driver.AppleAHCIPort 329.200.2 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleACPIButtons 6.1 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleACPIEC 6.1 com.apple.driver.AppleAPIC 1.7 com.apple.nke.applicationfirewall 190 com.apple.security.TMSafetyNet 8 com.apple.iokit.IO80211Family 1200.12.2 com.apple.driver.mDNSOffloadUserClient 1.0.1b8 com.apple.driver.corecapture 1.0.4 com.apple.driver.usb.AppleUSBHostPacketFilter 1.0 com.apple.iokit.IOUSBFamily 900.4.2 com.apple.iokit.IOAHCIBlockStorage 301.200.2 com.apple.iokit.IOAudioFamily 206.5 com.apple.vecLib.kext 1.2.0 com.apple.driver.AppleEFINVRAM 2.1 com.apple.driver.AppleIntelLpssGspi 3.0.60 com.apple.driver.AppleIntelLpssI2C 3.0.60 com.apple.driver.usb.AppleUSBXHCIPCI 1.2 com.apple.driver.usb.AppleUSBXHCI 1.2 com.apple.iokit.IOAHCIFamily 288 com.apple.driver.AppleEFIRuntime 2.1 com.apple.iokit.IOSMBusFamily 1.1 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.security.quarantine 3 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.driver.DiskImages 493.0.0 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleEffaceableStorage 1.0 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleUSBTDM 456.230.1 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.kext.CoreTrust 1 com.apple.iokit.IOUSBMassStorageDriver 145.200.2 com.apple.iokit.IOSCSIBlockCommandsDevice 408.200.1 com.apple.iokit.IOSCSIArchitectureModelFamily 408.200.1 com.apple.iokit.IOStorageFamily 2.1 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.KernelRelayHost 1 com.apple.iokit.IOUSBHostFamily 1.2 com.apple.driver.usb.AppleUSBCommon 1.0 com.apple.driver.AppleBusPowerController 1.0 com.apple.driver.AppleSEPManager 1.0.1 com.apple.driver.IOSlaveProcessor 1 com.apple.iokit.IOReportFamily 47 com.apple.iokit.IOTimeSyncFamily 700.7 com.apple.iokit.IONetworkingFamily 3.4 com.apple.driver.AppleACPIPlatform 6.1 com.apple.driver.AppleSMC 3.1.9 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.pthread 1 com.apple.kec.Libm 1 com.apple.kec.corecrypto 1.0 EOF Model: iMac18,3, BootROM 166.0.0.0.0, 4 processors, Intel Core i7, 4,20 GHz, 16 GB, SMC 2.41f1 Graphics: Radeon RX 560, Radeon RX 560, PCIe Memory Module: BANK 0/DIMM0, 8 GB, DDR4, 3603 MHz, Patriot Memory (PDP Systems), 3600C17Series Memory Module: BANK 1/DIMM0, 8 GB, DDR4, 3603 MHz, Patriot Memory (PDP Systems), 3600C17Series AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x623), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2) Bluetooth: Version 6.0.10f1, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet 0, Ethernet, en0 Serial ATA Device: Samsung SSD 850 PRO 256GB, 256,06 GB Serial ATA Device: WDC WD10EZEX-00BN5A0, 1 TB Serial ATA Device: WDC WD10EZEX-00BN5A0, 1 TB USB Device: USB 3.1 Bus USB Device: USB Device USB Device: USB 3.0 Bus USB Device: BCM20702A0 USB Device: Keyboard Hub USB Device: Apple Keyboard Thunderbolt Bus: AudioDXE.efi is not the problem...VoodooHDA is. Link to comment Share on other sites More sharing options...
ACIDSky Posted January 10, 2019 Share Posted January 10, 2019 1 hour ago, vector sigma said: AudioDXE.efi is not the problem...VoodooHDA is. I don't know where the problem is. But the problem in a sheaf of AudioDxe+Voodoohda is. That's why he reported her. Link to comment Share on other sites More sharing options...
Slice Posted January 10, 2019 Share Posted January 10, 2019 38 minutes ago, ACIDSky said: I don't know where the problem is. But the problem in a sheaf of AudioDxe+Voodoohda is. That's why he reported her. What version did you use? I need to know exactly because of addresses in panic dump. Link to comment Share on other sites More sharing options...
Slice Posted January 10, 2019 Share Posted January 10, 2019 8 hours ago, ACIDSky said: Clover 4844 AudioDXE.efi driver kernel panic Anonymous UUID: 86957DE5-2629-82C8-BAB9-5955946B2EA6 Thu Jan 10 11:13:22 2019 *** Panic Report *** panic(cpu 3 caller 0xffffff7fa18c831c): allocMem: failed assertion 'addr' Backtrace (CPU 3), Frame : Return Address 0xffffff8203003a80 : 0xffffff801c3aeb0d mach_kernel : _handle_debugger_trap + 0x48d 0xffffff8203003ad0 : 0xffffff801c4e8653 mach_kernel : _kdp_i386_trap + 0x153 0xffffff8203003b10 : 0xffffff801c4da07a mach_kernel : _kernel_trap + 0x4fa 0xffffff8203003b80 : 0xffffff801c35bca0 mach_kernel : _return_from_trap + 0xe0 0xffffff8203003ba0 : 0xffffff801c3ae527 mach_kernel : _panic_trap_to_debugger + 0x197 0xffffff8203003cc0 : 0xffffff801c3ae373 mach_kernel : _panic + 0x63 0xffffff8203003d30 : 0xffffff7fa18c831c org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice12initHardwareEP9IOService + 0xbdc 0xffffff8203003d40 : 0xffffff7fa18d14c9 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice10probeCodecEP6_Codec + 0x1c9 0xffffff8203003d80 : 0xffffff7fa18d12d1 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice10scanCodecsEv + 0x81 0xffffff8203003db0 : 0xffffff7fa18c7c59 org.voodoo.driver.VoodooHDA : __ZN15VoodooHDADevice12initHardwareEP9IOService + 0x519 0xffffff8203003e00 : 0xffffff7f9ec8b018 com.apple.iokit.IOAudioFamily : __ZN13IOAudioDevice5startEP9IOService + 0x10e 0xffffff8203003e40 : 0xffffff801ca2ca1b mach_kernel : __ZN9IOService14startCandidateEPS_ + 0x6b 0xffffff8203003e80 : 0xffffff801ca2c761 mach_kernel : __ZN9IOService15probeCandidatesEP12OSOrderedSet + 0x911 0xffffff8203003f00 : 0xffffff801ca2bcb7 mach_kernel : __ZN9IOService14doServiceMatchEj + 0x2c7 0xffffff8203003f50 : 0xffffff801ca2d786 mach_kernel : __ZN15_IOConfigThread4mainEPvi + 0x1a6 0xffffff8203003fa0 : 0xffffff801c35b0ce mach_kernel : _call_continuation + 0x2e Kernel Extensions in backtrace: com.apple.iokit.IOAudioFamily(206.5)[7AB621AA-5D6D-34F1-B945-88A38E610E3A]@0xffffff7f9ec87000->0xffffff7f9ecc5fff dependency: com.apple.vecLib.kext(1.2.0)[0714094F-17A4-359C-9D3D-6E1596BADCBE]@0xffffff7f9ebb9000 org.voodoo.driver.VoodooHDA(2.9.1)[00000000-0000-0000-0000-000000000000]@0xffffff7fa18c5000->0xffffff7fa18f1fff dependency: com.apple.iokit.IOAudioFamily(206.5)[7AB621AA-5D6D-34F1-B945-88A38E610E3A]@0xffffff7f9ec87000 dependency: com.apple.iokit.IOPCIFamily(2.9)[3EC5D010-C55A-388D-81EF-89A7EDFD88ED]@0xffffff7f9cc95000 BSD process name corresponding to current thread: Unknown Boot args: keepsyms=1 debug=0x100 -v Mac OS version: Not yet set Kernel version: Darwin Kernel Version 18.2.0: Thu Dec 20 21:58:48 PST 2018; root:xnu-4903.241.1~2/RELEASE_X86_64 Kernel UUID: B12D1508-6B10-381B-98EE-A7C5BB12F7B0 Kernel slide: 0x000000001c000000 Kernel text base: 0xffffff801c200000 __HIB text base: 0xffffff801c100000 System model name: iMac18,3 (Mac-BE088AF8C5EB4FA2) System uptime in nanoseconds: 1218212293 last loaded kext at 944288223: com.apple.iokit.IO80211Family 1200.12.2 (addr 0xffffff7f9dc6d000, size 1032192) loaded kexts: org.voodoo.driver.VoodooHDA 2.9.1 com.insanelymac.IntelMausiEthernet 2.4.1d1 net.osrom.kext.Disabler 1.0.1 ru.joedm.SMCSuperIO 1.0.2 as.vit9696.SMCProcessor 1.0.2 as.vit9696.VirtualSMC 1.0.2 as.lvs1974.AirportBrcmFixup 1.1.9 as.lvs1974.HibernationFixup 1.2.4 as.vit9696.WhateverGreen 1.2.6 as.vit9696.Lilu 1.3.1 com.apple.driver.AppleAHCIPort 329.200.2 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleACPIButtons 6.1 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleACPIEC 6.1 com.apple.driver.AppleAPIC 1.7 com.apple.nke.applicationfirewall 190 com.apple.security.TMSafetyNet 8 com.apple.iokit.IO80211Family 1200.12.2 com.apple.driver.mDNSOffloadUserClient 1.0.1b8 com.apple.driver.corecapture 1.0.4 com.apple.driver.usb.AppleUSBHostPacketFilter 1.0 com.apple.iokit.IOUSBFamily 900.4.2 com.apple.iokit.IOAHCIBlockStorage 301.200.2 com.apple.iokit.IOAudioFamily 206.5 com.apple.vecLib.kext 1.2.0 com.apple.driver.AppleEFINVRAM 2.1 com.apple.driver.AppleIntelLpssGspi 3.0.60 com.apple.driver.AppleIntelLpssI2C 3.0.60 com.apple.driver.usb.AppleUSBXHCIPCI 1.2 com.apple.driver.usb.AppleUSBXHCI 1.2 com.apple.iokit.IOAHCIFamily 288 com.apple.driver.AppleEFIRuntime 2.1 com.apple.iokit.IOSMBusFamily 1.1 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.security.quarantine 3 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.driver.DiskImages 493.0.0 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleEffaceableStorage 1.0 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleUSBTDM 456.230.1 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.kext.CoreTrust 1 com.apple.iokit.IOUSBMassStorageDriver 145.200.2 com.apple.iokit.IOSCSIBlockCommandsDevice 408.200.1 com.apple.iokit.IOSCSIArchitectureModelFamily 408.200.1 com.apple.iokit.IOStorageFamily 2.1 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.KernelRelayHost 1 com.apple.iokit.IOUSBHostFamily 1.2 com.apple.driver.usb.AppleUSBCommon 1.0 com.apple.driver.AppleBusPowerController 1.0 com.apple.driver.AppleSEPManager 1.0.1 com.apple.driver.IOSlaveProcessor 1 com.apple.iokit.IOReportFamily 47 com.apple.iokit.IOTimeSyncFamily 700.7 com.apple.iokit.IONetworkingFamily 3.4 com.apple.driver.AppleACPIPlatform 6.1 com.apple.driver.AppleSMC 3.1.9 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.pthread 1 com.apple.kec.Libm 1 com.apple.kec.corecrypto 1.0 EOF Model: iMac18,3, BootROM 166.0.0.0.0, 4 processors, Intel Core i7, 4,20 GHz, 16 GB, SMC 2.41f1 Graphics: Radeon RX 560, Radeon RX 560, PCIe Memory Module: BANK 0/DIMM0, 8 GB, DDR4, 3603 MHz, Patriot Memory (PDP Systems), 3600C17Series Memory Module: BANK 1/DIMM0, 8 GB, DDR4, 3603 MHz, Patriot Memory (PDP Systems), 3600C17Series AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x623), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2) Bluetooth: Version 6.0.10f1, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet 0, Ethernet, en0 Serial ATA Device: Samsung SSD 850 PRO 256GB, 256,06 GB Serial ATA Device: WDC WD10EZEX-00BN5A0, 1 TB Serial ATA Device: WDC WD10EZEX-00BN5A0, 1 TB USB Device: USB 3.1 Bus USB Device: USB Device USB Device: USB 3.0 Bus USB Device: BCM20702A0 USB Device: Keyboard Hub USB Device: Apple Keyboard Thunderbolt Bus: The panic is at codec->funcGroups = (FunctionGroup *) allocMem(sizeof (FunctionGroup) * (endNode - startNode)); So the problem with memory. Did you use AptioMemoryFix or OsxAptioFix3Drv? Link to comment Share on other sites More sharing options...
ACIDSky Posted January 10, 2019 Share Posted January 10, 2019 5 hours ago, Slice said: The panic is at codec->funcGroups = (FunctionGroup *) allocMem(sizeof (FunctionGroup) * (endNode - startNode)); So the problem with memory. Did you use AptioMemoryFix or OsxAptioFix3Drv? VodooHDASSE 2.9.1 + AptioMemoryFix Link to comment Share on other sites More sharing options...
Slice Posted January 11, 2019 Share Posted January 11, 2019 6 hours ago, ACIDSky said: VodooHDASSE 2.9.1 + AptioMemoryFix Try other combinations and newer AudioDxe. I see no exact reason for the panic. Link to comment Share on other sites More sharing options...
vladichimescu Posted February 14, 2019 Share Posted February 14, 2019 @Slice I tried looking for a way in clover config.plist to disable a custom SSDT placed in ACPI/patched but I couldn't get one to work. fact: I created SSDT-DDGPU.aml to disable nvidia dgpu in my laptop (using config.plist to boot 'normal') but I also created a config.dgpu.plist which should drop the loading of SSDT-DDGPU.aml and enable nvidia drivers, yet the only way of ignoring the custom SSDT is by clover GUI, by hand, on each boot, in GUI > drop tables section. is there a flag where the name of the custom/patched SSDT to be ignored/dropped can be set? regards Link to comment Share on other sites More sharing options...
Slice Posted February 15, 2019 Share Posted February 15, 2019 15 hours ago, vladichimescu said: @Slice I tried looking for a way in clover config.plist to disable a custom SSDT placed in ACPI/patched but I couldn't get one to work. fact: I created SSDT-DDGPU.aml to disable nvidia dgpu in my laptop (using config.plist to boot 'normal') but I also created a config.dgpu.plist which should drop the loading of SSDT-DDGPU.aml and enable nvidia drivers, yet the only way of ignoring the custom SSDT is by clover GUI, by hand, on each boot, in GUI > drop tables section. is there a flag where the name of the custom/patched SSDT to be ignored/dropped can be set? regards Such this? Link to comment Share on other sites More sharing options...
Matgen84 Posted February 21, 2019 Share Posted February 21, 2019 Hi What is the right edk2 svn version ! The fourth last commits mentioned 4 different versions. I don't understand. Thanks 1 Link to comment Share on other sites More sharing options...
Zenith432 Posted February 21, 2019 Share Posted February 21, 2019 46 minutes ago, Matgen84 said: Hi What is the right edk2 svn version ! The fourth last commits mentioned 4 different versions. I don't understand. Thanks edk2 svn r28853 1 Link to comment Share on other sites More sharing options...
wlqdevil Posted February 21, 2019 Share Posted February 21, 2019 Hello,I want to ask how to set default installation language ,I use this before <key>Language</key> <string>zh_CN:0</string> But now I found it can not work,install language is english。 Thanks! Link to comment Share on other sites More sharing options...
Badruzeus Posted February 22, 2019 Share Posted February 22, 2019 (edited) This seems not "Clover Problem", but my fault. So, I just "DISKPART > CLEAN" my whole HDD via Windows PE, #OFC after made backups: except.. my ESP I then recreated new GPT scheme with DiskUtility, got new ESP, restoring OS'es partitions etc. Bootup to macOS via USB Pendrive then install "Clover for UEFI only" onto ESP. Now, I'm having this issue on UEFI Shell when navigating to ESP (FSX): cd [DIR] is not a directory (no issue with Legacy EFI Shell, though) I've followed dmazar guides as well: newfs_msdos -v EFI -F 32 /dev/rdisk0s1 or sudo newfs_msdos -F 32 -b 1024 -v EFI /dev/rdisk0s1 // also manually: dd if=/dev/disk${1}s1 count=1 bs=512 of=/tmp/origbs cp boot1f32 /tmp/newbs dd if=/tmp/origbs of=/tmp/newbs skip=3 seek=3 bs=1 count=87 conv=notrunc dd of=/dev/disk${1}s1 count=1 bs=512 if=/tmp/newbs I've also remade "EFI" (/dev/sda1) with gParted under LinuxLive as well, set as: boot, esp.. install Clover using dd commands, writing EF00 as Type code with GPT Fdisk, but weird is.. still get this issue. So, I'm unable booting UEFI mode #atm. I've placed "FAT-64.efi" on ..\drivers64UEFI too. Is there any missing steps? Thanks. Edited February 22, 2019 by Badruzeus Link to comment Share on other sites More sharing options...
apianti Posted February 22, 2019 Share Posted February 22, 2019 I think that you did not create that EFI partition correctly as that is not the GUID that an ESP should get but just a basic data partition. There is an issue with ESPs because of FAT being absolutely terrible to determine which version is being used and lots of drivers make assumptions that are not always correct instead of detecting. I think your best bet is to allow an OS installer to create the EFI partition, I personally usually use gparted in linux because it has never failed to work for me on any computer if I just erase and reinitialize the disk to gpt but I also know that windows, macOS, and (all variants I know of) linux allows this in the installer. 1 Link to comment Share on other sites More sharing options...
Recommended Posts