hholtmann / smcFanControl

Control the fans of every Intel Mac to make it run cooler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSRangeException: index 2 beyond bounds on OSX 10.9.5, V2.6

mcpoulet23 opened this issue · comments

I have a MBP 13" early 11, with Mavericks 10.9.5, using smcFC 2.6

The app immediately crashes after launch and i get this Console message:

26/04/19 19:55:31.295 smcFanControl[43595]: *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 2 beyond bounds [0 .. 1]'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff922be25c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff917b7e75 objc_exception_throw + 43
2 CoreFoundation 0x00007fff9219c4f5 -[__NSArrayM objectAtIndex:] + 245
3 smcFanControl 0x000000010c7501d4 -[FanControl apply_settings:controllerindex:] + 513
4 smcFanControl 0x000000010c74df39 -[FanControl awakeFromNib] + 4104
5 CoreFoundation 0x00007fff921de309 -[NSSet makeObjectsPerformSelector:] + 201
6 AppKit 0x00007fff87b17afd -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1157
7 AppKit 0x00007fff87b0c5ce loadNib + 327
8 AppKit 0x00007fff87b0bb6c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
9 AppKit 0x00007fff87b0b95c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
10 AppKit 0x00007fff87b0b74b +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
11 AppKit 0x00007fff87b07597 NSApplicationMain + 448
12 smcFanControl 0x000000010c74ca64 start + 52
)

Thanks for all your effort :)

same issue

commented

Having this issue now as well on Mojave (macOS 10.14.6)