Contribute
Register

CodecCommander causing kernel panics

Status
Not open for further replies.
Joined
Apr 23, 2015
Messages
9
Motherboard
Gigabyte GA-Z97x-Gaming 3
CPU
i7-4790k
Graphics
MSI GTX 970
Mac
  1. MacBook Pro
Classic Mac
  1. 0
Mobile Phone
  1. iOS
Ever since I installed CodecCommander, I've been getting kernel panics randomly during sleep. About half the time I put the system to sleep, it auto reboots. I get this log:

*** Panic Report ***
panic(cpu 4 caller 0xffffff8003bd6a9a): Kernel trap at 0xffffff7f859ab2bf, type 14=page fault, registers:
CR0: 0x000000008001003b, CR2: 0x0000000000000010, CR3: 0x000000000c8ee000, CR4: 0x00000000001627e0
RAX: 0x0000000000000000, RBX: 0xffffff80298ce300, RCX: 0x000000004000080d, RDX: 0xffffff80278b6e60
RSP: 0xffffff81f1303e20, RBP: 0xffffff81f1303e30, RSI: 0x0000000000000000, RDI: 0xffffff80298ce300
R8: 0x0000000000000000, R9: 0xffffff8029705310, R10: 0x0000000000000000, R11: 0x0000001c3867607f
R12: 0x0000000000000000, R13: 0x0000000080000000, R14: 0x0000000000000002, R15: 0xffffff802873b400
RFL: 0x0000000000010246, RIP: 0xffffff7f859ab2bf, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0x0000000000000010, Error code: 0x0000000000000000, Fault CPU: 0x4, PL: 0


Backtrace (CPU 4), Frame : Return Address
0xffffff81f1303ab0 : 0xffffff8003ae5357
0xffffff81f1303b30 : 0xffffff8003bd6a9a
0xffffff81f1303d10 : 0xffffff8003bf4093
0xffffff81f1303d30 : 0xffffff7f859ab2bf
0xffffff81f1303e30 : 0xffffff7f859ab56c
0xffffff81f1303e50 : 0xffffff7f859ab96f
0xffffff81f1303e60 : 0xffffff80040a3bdc
0xffffff81f1303ee0 : 0xffffff800409d212
0xffffff81f1303f00 : 0xffffff8003b196ba
0xffffff81f1303fb0 : 0xffffff8003bd14b7
Kernel Extensions in backtrace:
org.tw.CodecCommander(2.4)[7134FF3E-A6B0-36CE-9817-D33B255AD9E7]@0xffffff7f859a9000->0xffffff7f859aefff
dependency: com.apple.iokit.IOAudioFamily(203.8)[189C80CB-2EFA-31A9-9380-AD970C691BBC]@0xffffff7f8476f000
dependency: com.apple.iokit.IOPCIFamily(2.9)[668E3DEE-F98E-3456-92D6-F4FEEA355A72]@0xffffff7f8432d000


How do I uninstall CodecCommander? I cant find anything online regarding uninstallation, and the kext doesn't show up in Library/Extensions. Running El Capitan 10.11 BTW
 
Did you look in /System/Library/Extensions/?
 
Uninstallation is as simple as removing the kext.

When you installed it, where did you install it to? Is it perhaps in your EFI/CLOVER/kext/10.11/ folder? The normal place to put it would have been in /System/Library/Extensions/.

If you think you have removed it then you need to rebuild kernel cache using these two commands in terminal:

sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches​
 
Status
Not open for further replies.
Back
Top