syscl
syscl
@JJGadgets currently you may need to do the code change. I think the problems happened at the readConfigAtRuntime function .
@jamesmurdza nice catch! timerSource was used due to sender will cause MBP8,2(SANDYBRIDGE) kernel panic. I also a little bit confused about what's the difference between sender->setTimeoutMS(updateInterval); and timerSource->setTimeout(updateInterval). But as...
@sooxt98 Thanks for point it out, I corrected the setTimeout to setTimeoutMS. Let me know if this fix the issue! cc also @jamesmurdza In the meantime, I don't know if...
Thanks @sooxt98 , I removed `~/Library/Developer/Xcode/DerivedData` and compiled but still cannot see CPUTuneCore.kext. Can you see the latest CPUTuneCore.kext?
@sooxt98 Thanks! I only have CPUTuneApp and CPUTuneApp.swiftmodule. :(
Thanks for the suggestion @kaansoral ! I totally agree we should have a better document for a much user experience, as for now, I don't have any better idea to...
Thanks, I will try to remove the stddef.h for your case and upload a newer version.
Hmm, let's check what cause the issue after wake from sleep
@rnt0 In the meantime, could you please give v2.2.3 a try which attempt to fix the memory leak in your case. Thanks in advance!