Hi,
First off, this application looks great.
I have gotten the app to install, but it cannot find my hdhomerun tuner.
My computer is on the same small wired network, and I can ping the hdhomerun.
I am running leopard, and i have explicitly set iOnTV in the firewall to "allow incoming connections".
what else should i try?
thanks.
iOnTV Forums » Installation
Not finding tuner
(7 posts)-
Posted 2 years ago #
-
There are two applications that need to talk to the HDHomeRun - iOnTV is the User Interface application you see/use most of the time. There is a second application 'recsched_bkgd' which does all the 'real work' and runs in the background to do recordings and the like.
You should be getting a message from the Firewall software that this application want's to open a network connection - which you should approve. Unfortunately you can't add it explicitly since the binary is 'inside' the iOnTV package and you can't 'get to it'.
Alternatively (at least for a test) you can try disabling the firewall for a while.
I'm away from my homerun (on vacation 8-) right now so I can't actually test any of this myself. I don't generally run with the Leopard firewall enabled since I keep my whole home network behind a hardware firewall device.
Posted 2 years ago # -
that worked. I disabled the firewall. what was interesting was that the recsched_bkgd was in the firewall list, and was selected "allow incoming"
i should turn the firewall back on soon (even though im behind a dd-wrt firewall), cuz i leave my wifi open as a community service (the SSID is ShareTheNet)Happy thanksgiving!
ps. ever thought of bringing your super awesome code to the appletv as an akwardtv plugin?
Posted 2 years ago # -
Jolly good - I'll try turning on the firewall on one of my macs and see if I can diagnose a bit more about what's going on.
In theory once you've authorized an application it should 'just work' - but that doesn't seem to be true for you.
For the curious - all that recsched_bkgd does is to open a UDP socket to listen for the streaming MPEG-2 data from the HDHomeRun and also open a second socket pair for sending commands to the HDHomeRun for such things as 'change channel' and 'start streaming'. During a scan for devices recsched_bkgd does a UDP broadcast to the local subnet to find all HDHomeRun devices (which respond to the broadcast).
Posted 2 years ago # -
Interesting. I will run a tcpdump to see if i can get you more information on the issue.
Also, on a side note, i got the app to crash, so i though you may want this info (org.awkward.iontv??? please tell me you are involved with akwardtv!!!!):
Process: iOnTV [4145]
Path: /Applications/iOnTV.app/Contents/MacOS/iOnTV
Identifier: org.awkward.iontv
Version: 0.75 (356)
Code Type: X86 (Native)
Parent Process: launchd [71]Date/Time: 2007-11-23 23:22:51.783 -0800
OS Version: Mac OS X 10.5 (9A581)
Report Version: 6Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000053e58975
Crashed Thread: 0Thread 0 Crashed:
0 libobjc.A.dylib 0x927be6e8 objc_msgSend + 24
1 com.apple.CFNetwork 0x91450bdd _CFHTTPConnCacheDeallocate + 25
2 com.apple.CoreFoundation 0x90bc37c8 _CFRelease + 216
3 com.apple.HIToolbox 0x90131027 RemoveEventLoopTimer + 145
4 com.apple.HIToolbox 0x90130f84 RemoveActivateTSMDocument_Timer + 31
5 com.apple.HIToolbox 0x901306d2 MyActivateTSMDocument + 191
6 com.apple.HIToolbox 0x90130610 ActivateTSMDocument + 17
7 com.apple.HIToolbox 0x9012fbf2 CallMyActivateTSMDocument + 72
8 com.apple.CoreFoundation 0x90bc1b7e CFRunLoopRunSpecific + 4494
9 com.apple.CoreFoundation 0x90bc1d38 CFRunLoopRunInMode + 88
10 com.apple.HIToolbox 0x901288a4 RunCurrentEventLoopInMode + 283
11 com.apple.HIToolbox 0x901286bd ReceiveNextEventCommon + 374
12 com.apple.HIToolbox 0x90128531 BlockUntilNextEventMatchingListInMode + 106
13 com.apple.AppKit 0x9395fd5b _DPSNextEvent + 657
14 com.apple.AppKit 0x9395f6a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
15 com.apple.AppKit 0x939586d1 -[NSApplication run] + 795
16 com.apple.AppKit 0x939259ba NSApplicationMain + 574
17 org.awkward.iontv 0x000020ba start + 54Thread 1:
0 libSystem.B.dylib 0x9376999a pread$UNIX2003 + 10
1 libsqlite3.0.dylib 0x94cdbea0 sqlite3_result_value + 20096
2 libsqlite3.0.dylib 0x94cfeb91 sqlite3_close + 2145
3 com.apple.CFNetwork 0x91406ffe __CFURLCache::OpenDatabase() + 72
4 com.apple.CFNetwork 0x914063cf CFURLCacheCreate + 241
5 com.apple.CFNetwork 0x9140cf17 CFURLCacheSharedURLCache + 63
6 com.apple.CFNetwork 0x9140c9a1 _CFURLConnectionSendCallbacks + 1863
7 com.apple.CFNetwork 0x9140c1df muxerSourcePerform + 283
8 com.apple.CoreFoundation 0x90bc164e CFRunLoopRunSpecific + 3166
9 com.apple.CoreFoundation 0x90bc1d38 CFRunLoopRunInMode + 88
10 com.apple.CFNetwork 0x91430121 CFURLConnectionSendSynchronousRequest + 414
11 com.apple.Foundation 0x95dc0eab +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 139
12 org.andymatuschak.Sparkle 0x00041149 -[RSS initWithURL:normalize:userAgent:] + 173
13 org.andymatuschak.Sparkle 0x00045316 -[SUAppcast _fetchAppcastFromURL:] + 396
14 com.apple.Foundation 0x95d0e04d -[NSThread main] + 45
15 com.apple.Foundation 0x95d0dbf4 __NSThread__main__ + 308
16 libSystem.B.dylib 0x93758075 _pthread_start + 321
17 libSystem.B.dylib 0x93757f32 thread_start + 34Thread 2:
0 libSystem.B.dylib 0x937278e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x9372f0dc mach_msg + 72
2 com.apple.CoreFoundation 0x90bc10fe CFRunLoopRunSpecific + 1806
3 com.apple.CoreFoundation 0x90bc1d38 CFRunLoopRunInMode + 88
4 com.apple.Foundation 0x95d71560 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5 com.apple.Foundation 0x95d0e04d -[NSThread main] + 45
6 com.apple.Foundation 0x95d0dbf4 __NSThread__main__ + 308
7 libSystem.B.dylib 0x93758075 _pthread_start + 321
8 libSystem.B.dylib 0x93757f32 thread_start + 34Thread 3:
0 libSystem.B.dylib 0x93776f5a select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x93758075 _pthread_start + 321
2 libSystem.B.dylib 0x93757f32 thread_start + 34Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x9012fb35 ebx: 0x90bc35ca ecx: 0x9285a394 edx: 0x53e58955
edi: 0x00198f00 esi: 0x9012fb35 ebp: 0xbfffebc8 esp: 0xbfffeba8
ss: 0x0000001f efl: 0x00010286 eip: 0x927be6e8 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x53e58975Binary Images:
0x1000 - 0x28feb +org.awkward.iontv 0.75 (356) /Applications/iOnTV.app/Contents/MacOS/iOnTV
0x3f000 - 0x4bff7 +org.andymatuschak.Sparkle ??? (1.1) /Applications/iOnTV.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x1425a000 - 0x14340ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
0x90003000 - 0x90003ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x900f9000 - 0x903fffff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90400000 - 0x90424fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x90425000 - 0x904b1ff7 com.apple.LaunchServices 283 (283) <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x904e7000 - 0x9058eff7 com.apple.QD 3.11.49 (???) <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90592000 - 0x90641fff com.apple.DesktopServices 1.4.2 (1.4.2) <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90642000 - 0x906bcff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x906bd000 - 0x906e5ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x906e6000 - 0x90743ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x90744000 - 0x9075afe7 com.apple.CoreVideo 1.5.0 (1.5.0) <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x90798000 - 0x90798ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90799000 - 0x907dafe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90931000 - 0x909f8ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90a9e000 - 0x90aa6fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90aa7000 - 0x90ae1ff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x90ae2000 - 0x90ae9ff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x90b1d000 - 0x90b47fef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
0x90b48000 - 0x90b49ffc libffi.dylib ??? (???) /usr/lib/libffi.dylib
0x90b4a000 - 0x90b4efff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90b4f000 - 0x90c81fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90c82000 - 0x90ca0fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
0x90ca1000 - 0x90d34fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90d35000 - 0x90d91ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90ec9000 - 0x90ed9ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90eda000 - 0x91012ff7 libicucore.A.dylib ??? (???) /usr/lib/libicucore.A.dylib
0x91064000 - 0x9112ffff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91148000 - 0x91154fe7 com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x913fb000 - 0x913fbffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x913fc000 - 0x91473fe3 com.apple.CFNetwork 217 (219) <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x914bf000 - 0x91548fff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x917b2000 - 0x91831ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91832000 - 0x9183cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9183d000 - 0x91ed4fef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x91ed5000 - 0x91ed5ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x91ed6000 - 0x91ef1ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91ef2000 - 0x91ef2ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91ef3000 - 0x91ef6fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x91ef7000 - 0x921d0fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x921d2000 - 0x92214fef com.apple.NavigationServices 3.5 (160) <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x922a5000 - 0x92389ffb com.apple.CoreData 100 (185) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9238a000 - 0x92406feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9249e000 - 0x924cbfeb libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x924cc000 - 0x924d2fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x924d4000 - 0x924d4ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x924d5000 - 0x925b6ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
0x925fe000 - 0x925feffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x925ff000 - 0x92615fff com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x92683000 - 0x926ddff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x926ee000 - 0x927a9fe3 com.apple.WebKit 5523.10.3 (5523.10.3) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x927aa000 - 0x92889fff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
0x9288a000 - 0x92896ff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92897000 - 0x92898fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x9299b000 - 0x92ae0ff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x92ae1000 - 0x92ae1fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92ba8000 - 0x92bb3ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x92bb4000 - 0x92c0dfff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92c0e000 - 0x92c15ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x92c16000 - 0x92d3afe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x92d9d000 - 0x92ddcfef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92ddd000 - 0x92de8fe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92e58000 - 0x92f0affb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x92f0b000 - 0x92fb4fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x92fb5000 - 0x9317efef com.apple.security 5.0 (31122) <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9317f000 - 0x93235fe3 com.apple.CoreServices.OSServices 209 (209) <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93236000 - 0x93646fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x93647000 - 0x93726fff com.apple.syncservices 3.0 (388) <fc1294b5b89dcab17de9e04c282a3cad> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x93727000 - 0x93881fe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
0x93882000 - 0x93914ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9391f000 - 0x94119fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94168000 - 0x941a5ff7 libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x941ac000 - 0x941baffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x941bb000 - 0x94687ffe libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94688000 - 0x946d8ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x946f6000 - 0x94c0bfff com.apple.WebCore 5523.10.3 (5523.10.3) <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x94c0c000 - 0x94cbcfff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94cbd000 - 0x94d44ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
0x94d65000 - 0x94d65ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x94d78000 - 0x94d84fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
0x94d85000 - 0x94d8efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x94d8f000 - 0x94d91ff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94d92000 - 0x94db1ffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94e03000 - 0x94e32fe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94e41000 - 0x94e77fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94e78000 - 0x94eecfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94eed000 - 0x94f05fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95d04000 - 0x95f7dfe7 com.apple.Foundation 6.5 (677) <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x96173000 - 0x9617afe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x964ba000 - 0x964bcfff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x964ee000 - 0x96533fef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x96534000 - 0x96548ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96549000 - 0x9654efff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9654f000 - 0x9690dfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9690e000 - 0x9691efff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9691f000 - 0x96946fff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
0x96947000 - 0x96cdcfef com.apple.QuartzCore 1.5.0 (1.5.0) <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylibPosted 2 years ago # -
I'm not involved in awkwardtv - the similarity in domain names (and hardware areas) is entirely coincidental. awkward.org is my 'personal' website - some parts of the app still carry that moniker.
I don't see anything immediately obvious in the crash log that would explain what happened. The code being called that led to the crash is not immediately recognizable as being 'mine'. Can you tell me a little more about what you were doing when it crashed ?
A little googling suggests that old versions of the Perian project may cause a crash like this. If you've installed Perian you might try making sure it's up to date. However that may be entirely unrelated - if you can get a reproducible crash that's the best way to track these things down.
Posted 2 years ago # -
it crashed on startup, but my MBP is pretty slammed with apps running (i am writing some code for my appletv).
have you ever though of getting involved with akwardtv? it seems like the perfect development platform for iOnTV.
Here is there wiki: http://wiki.awkwardtv.org/thanks again for a slick frontend for hdhr.
Posted 2 years ago #
Reply
You must log in to post.