Ticket #319 (closed Defect: invalid)
1.0b7 later than P2 non-functional
| Reported by: | kwarwick43 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Other | Version: | 1.0b7 |
| Keywords: | Cc: |
Description
On AppleTV 2.4 versions of Sapphire later than P2 are non-functional. All menu items, other than "Quit Interface", do nothing. Deleting metadata doesn't help. Have tried Sapphire_1.0b7.CD.P3, P4, P5 and P6 with same results. Reverting to P2 brings back functionality.
Change History
comment:2 in reply to: ↑ 1 Changed 4 years ago by kwarwick43
Replying to gbooker:
The weird thing about this problem is nothing is "crashing" as far as I can see, the menu items just don't do anything, but you do get the usual beep for each one.
Unfortunately there doesn't appear to be anything being logged. Here is the console output after rebooting the Apple TV and selecting Sapphire 1.0b7 P6:
-bash-2.05b$ tail /Library/Logs/Console/501/console.log 2009-10-11 10:52:50.954 Finder[280] success loading DVDPlayback.framework 2009-10-11 10:52:51.890 Finder[280] SMVersion In package: 39 2009-10-11 10:52:51.975 Finder[280] [DEBUG] +[XBMCAppliance initialize] 2009-10-11 10:52:51.978 Finder[280] [INFO] Launcher running in pure mode 2009-10-11 10:52:51.979 Finder[280] [DEBUG] +[XBMCAppliance className] 2009-10-11 10:52:52.154 Finder[280] [DEBUG] +[XBMCAppliance className] called for whitelist check, so I'm lying, m'kay? 2009-10-11 22:56:06.197 loginwindow[172] launch path not accessible Oct 11 22:57:15 Karls-AppleTV reboot: rebooted by root Oct 11 22:57:15 com.apple.SecurityServer: securityd terminating due to signal 15 Oct 11 22:57:15 mDNSResponder-108.6 (Jul 30 2007 19:55:00)[46]: stopping
comment:3 follow-ups: ↓ 4 ↓ 5 Changed 4 years ago by gbooker
Without that information, there's nothing that can be done.
comment:4 in reply to: ↑ 3 Changed 4 years ago by kwarwick43
Replying to gbooker:
Without that information, there's nothing that can be done.
Yeah, this is an odd one to be sure. I have another AppleTV in the house that also experiences the same problem. Since there are no others reporting this problem, I have to assume its related to something about the way I have mine configured, but I'm at a loss as to where to start to narrow it down. Unless you have some suggestions I guess I will just keep trying new versions hoping the problem will go away.
comment:5 in reply to: ↑ 3 Changed 4 years ago by kwarwick43
Replying to gbooker:
Without that information, there's nothing that can be done.
OK, now for some reason the console is logging stuff related to Sapphire (the following repeats over and over again):
Oct 12 10:07:33 Karls-AppleTV FrontRow[483]: *** NSEXCEPTION RAISED ***\n NSInvalidArgumentException: *** +[SapphireFrontRowCompat usingLeopardOrATypeOfTakeTwo]: selector not recognized\n 0x925d4a8f: +[NSObject doesNotRecognizeSelector:] (in Foundation)\n 0x925279af: -[NSObject(NSForwardInvocation) forward::] (in Foundation)\n 0x90ac6c01: _objc_msgForward (in libobjc.A.dylib)\n 0x0991a4e8: -[SapphireTheme gem:] (in Sapphire)\n 0x0990e523: -[SapphireSettings initWithScene:settingsPath:context:] (in Sapphire)\n 0x0990e0d2: -[SapphireApplianceController initWithScene:] (in Sapphire)\n 0x099074f1: -[SapphireAppliance applianceControllerWithScene:] (in Sapphire)\n 0x0990736a: -[SapphireAppliance applianceController] (in Sapphire)\n 0x099077d2: -[SapphireAppliance applianceCategories] (in Sapphire)\n 0x9623b484: -[BRApplianceBrowserControl(Internal) _calculateLongestString] (in BackRow)\n 0x9623b1e3: -[BRApplianceBrowserControl preferredFrameSize] (in BackRow)\n 0x93e824b4: -[CAConstraintLayoutManager layoutSublayersOfLayer:] (in QuartzCore)\n 0x93e8ea0c: -[CALayer layoutSublayers] (in QuartzCore)\n 0x93e935c4: CALayerLayoutIfNeeded_ (in QuartzCore)\n 0x93e93609: CALayerLayoutIfNeeded_ (in QuartzCore)\n ...more... 2009-10-12 10:07:33.992 Finder[483] *** +[SapphireFrontRowCompat usingLeopardOrATypeOfTakeTwo]: selector not recognized 2009-10-12 10:07:34.246 Finder[483] Exception: NSInvalidArgumentException *** +[SapphireFrontRowCompat usingLeopardOrATypeOfTakeTwo]: selector not recognized *** +[SapphireFrontRowCompat usingLeopardOrATypeOfTakeTwo]: selector not recognized 0x925d4a8f: +[NSObject doesNotRecognizeSelector:] (in Foundation) 0x925279af: -[NSObject(NSForwardInvocation) forward::] (in Foundation) 0x90ac6c01: _objc_msgForward (in libobjc.A.dylib) 0x0991a4e8: -[SapphireTheme gem:] (in Sapphire) 0x0990e523: -[SapphireSettings initWithScene:settingsPath:context:] (in Sapphire) 0x0990e0d2: -[SapphireApplianceController initWithScene:] (in Sapphire) 0x099074f1: -[SapphireAppliance applianceControllerWithScene:] (in Sapphire) 0x0990736a: -[SapphireAppliance applianceController] (in Sapphire) 0x099077d2: -[SapphireAppliance applianceCategories] (in Sapphire) 0x9623b484: -[BRApplianceBrowserControl(Internal) _calculateLongestString] (in BackRow) 0x9623b1e3: -[BRApplianceBrowserControl preferredFrameSize] (in BackRow) 0x93e824b4: -[CAConstraintLayoutManager layoutSublayersOfLayer:] (in QuartzCore) 0x93e8ea0c: -[CALayer layoutSublayers] (in QuartzCore) 0x93e935c4: CALayerLayoutIfNeeded_ (in QuartzCore) 0x93e93609: CALayerLayoutIfNeeded_ (in QuartzCore) ...more... Sapphire is at 0x9905000
comment:6 Changed 4 years ago by gbooker
- Status changed from new to closed
- Resolution set to invalid
- Milestone Awaiting User Feedback deleted
Trash ATVFiles: BugReporting

BugReporting