Feedback Website

Is it just me, or when you click on "Provide Numbers Feedback" from the Numbers menu, it takes you to a dead link?

Feedback website for numbers can be found at:
http://www.apple.com/feedback/numbers.html

Similar Messages

  • A Web Hosting Diary...guide/?'s/Help!

    I'm moving this thread here, because it wasn't getting any attention.  I had it buried in some obscure tutorial comment section--a niche void of the netherworld.  Anyway, I copied it all over because I was tired of listening to myself.  My hope is to help those, like me, who are total n00bs to websites and web hosting.  Be sure to read thru the post first or you'll make the same mistakes I did!  :-).  It can be discouraging.  Also, I hope to get help from others who have forged ahead, and who can shed some light on questions I have as they develop.  Thanks in advance.
    3/21/2010 - Swallowed the red pill...entering the rabbit hole...Mad-Hatter driving me nuts!
    How do I make the website I created from a tutorial with DW4 (trial version) available to others on the web?  I want to host it myself...on my own computer...the same one I'm using now.
    My setup:  Windows XP Pro, xampp, and DW4.  I have an AT&T DSL modem that acts as a router (i can configure it to forward ports, etc.).  Also, I have a registered host name with dyndns (example:  myhost.dyndns.org).  Moreover, I have an update client from dyndns that supposedly updates my IP address if/when my ISP changes it.
    Correct me if I'm wrong, but as I understand it an end user types in my dyndns host address into their browser's address bar.  Dyndns redirects them to my external IP, which I'm assuming is my router's IP.  Then, my router forwards the request to my pc, which is a different IP, right?  So, if I setup a virtual host on my pc that redirects any request coming from my dyndns host to a specific vhost folder, why would I need a static IP address?  I set one up anyway, because just about every post I read on the subject of hosting your own website said to do so.
    I've installed Xampp and both the Apache and MySQL apps are running.  I've also started the FileZilla app.  I have forwarded the TCP ports on my router (21, 80, 8080, 3306).  I have a registered host name at DynDNS.com, and their Open Port Tool indicates that my external IP is open and accepting connections.  I have completed all three parts of the "Building your first dynamic website..."  This created a "Feedback" website that I am trying to "put" on the web (just to learn how to do it).  I edited the httpd and httpd-vhosts files to setup virtual host containers for my localhost and DynDNS host (using NameVirtualHost = *:80 consistent with my containers, and yes I added the permissions directive to the httpd-vhosts file).  I did this because, from what I gathered on several forum posts, I needed a virtual container to redirect requests coming from my DynDNS host to the proper website.  My "feedback" website functions just fine locally.
    In an attempt to "put" my website on the web where others can see it, I setup a virtual host folder called E:/vhosts/Feedback.  The directoryroot in httpd-vhosts points to this location.  In the DW4 "Manage Sites..." dialogue box for remote info I selected local/network, localhost, and targeted the E:/vhosts/Feedback folder.  This seemed to work as the site was "uploaded" to that folder (I could see them in windows explorer).  However, I still could not visit the site from the web.  Next, I tried several different remote info configurations.  The only one I felt came even close to working was when I ran the FileZilla app and used FTP (to configure the remote info in "Manage Sites...").  With the FileZilla admin window open I could actually see myself logging in, but it could not find the E:/vhosts/Feedback folders.  The error said that the file did not exist or there was a permission problem.  Well, the files do exist (I can see them in windows explorer); and I thought that entering the following directive in my httpd-vhost file would avoid any permissions issues:
    <Directory E:/vhosts>
       Order Deny,Allow
       Allow from all
    </Directory>
    So, I finally broke down and bought custom DNS services from dyndns.com for $30/yr.  This allowed me to register a domain name in addition to the free hosting service I had already signed up for.  I was expecting an email with the FTP info for the remote info dialogue window in DW4, as mentioned in some posts.  I did NOT receive any such an email.  Now, I feel like I just wasted 30 bucks.
    I have spent 2-3 hours a night for that past few days trying to figure out how to "put" my Feedback website on the web either from my own computer or a hosting service.  I knew nothing about websites prior to downloading the DW4 trial version roughly 6 days ago.  I would not have been able to tell you the difference between a static and dynamic site.  I've learned a lot since then thanks to these tutorials and moderator feedback, but only enough to realize how much more is out there.  I've only scratched the surface so to speak.  However, I've been running in circles lately and I just don't understand what's going on.  Any help would be greatly appreciated.
    I find it simply astounding that these tutorials would go so far as to instruct me on how to download, install, and setup xampp, create a database in myPHPadmin, setup local and test servers in DW4; and yet, somehow neglect to instruct me on how to configure these apps to make the site available from the web.  I mean, what is the point of creating a WEBsite if I can't put it on the WEB?!
    3/22/2010 - Horse bucked me off into the mud...time for a new horse!
    Good news:  I got a refund from DynDNS.  They only offer domain name and host name services--not website hosting!  I had misunderstood them to be a web hosting service.  Also, I think I know what the problem was.  The static IP I set from my router was still "private."  I needed to have set it to a public, external, static IP, right?  Anyway, I've given up on the whole self-hosting thing.  Gonna try GoDaddy.
    3/23/2010 - Remember that story about the frog who could only jump 1/2 the distance to the end of the dock?  I know EXACTLY what that feels like...
    Now, I have some kind of database problem.  I was successful in uploading my feedback website to GoDaddy.  However, when I viewed my page there were some "localhost" SQL database errors that I'm assuming were generated because the database I was referencing in my site is actually located on my machine.  So, I created a similar database on GoDaddy's PHP server, but when I go to update the location of my database in DW4 (double-clicking the db in the databases panel) it times out looking for the server, and crashes DW4 every single time.  A window pops up that says "File Activity - localhost" and it just sits there until I close it.  Then, DW4 crashes (I click the End Now button).
    What do I have to do to get DW4 to use the databases I created on my host's PHP server?
    3/24/2010 - Eureka!  I'm going streaking!  C'mon everyone!
    It works!  I can't believe it actually works!  It's sooooo beautiful when it works!
    It was the Test Server configuration!  The name is what misled me.  I figured the Test Server was for testing purposes only--a local place to check the functionality of my site before uploading it.  But, no!  It actually determines which Application Server is acting on my website.  That's why DW4 kept crashing.  I was attempting to establish a database (MySQL) connection to my Host's Application Server with my Test Server configured for localhost!  I had a hunch this was the case, but I wasn't sure where the Application Server was located--whether on my Host's web server or on their Application (PHP) server.  I was trying to put the SQL connection info in the Test Server configuration box.  Recalling a diagram from a tutorial it dawned on me that they're both in the same place!  Once I set my Test Server to the same location as my web server (remote info)...voila!  The only difference being the pathname:  "/" for the test server, and "/feedback" for the remote info.  I could then edit my database connection without crashing.  I noticed I had to export my database from my local App Server (myPHPadmin), and import it to my Host's App Server (also myPHPadmin) in order for the website to function properly. 
    So, this experience has raised some new questions:
    1.  Why aren't there profiles within the site manager that would allow me to select whether I want to test locally or remotely?  As it is, I have to go in and manually change the test server to my machine's local App Server each time I want to test locally, and then change it back to my Host's App Server when I want to upload my site.  Moreover, I have to edit the database (MySQL) connection to point to a local database stored on my app server to test locally, and change it back to test remotely; which means I have to export the database from my Host's App Server, and import it to my local App Server!
    2.  If I had more than one test server, presuming I diversified my Hosts to have a backup site ready to go in the unlikely event GoDaddy's Scotsdale AZ datacenter got nuked, how would the website I was working on locally in DW4 know which site to use (from my Site Manager...)?  In other words, if I have two test servers in my DW4 Site Manager, how does the website I'm working on know which test server to use?  It seems to me that in order to establish a MySQL connection in the database panel, I need to have the correct Test Server configured.  But, if there's two how does it know which one to use?  The reason I ask is because when I click the [+] button in the database panel it only asks for a SQL server.  There is no option to select a site.  If the SQL database connection depends on the Test Server, how would it know which one of my two test servers is acting on the database?
    2.a.  Why doesn't DW4 call the "Test Server" what it really is--an Application Server?!  Had this distinction been evident in the "Category" column of the DW4 Site Manager, it would have saved me a 6-day trip to a new dimension of pissed off!
    3.  What happens to my website when I try to edit the files located on my remote site?  I noticed when I attempt to load them (by double-clicking the file in my remote file panel) that a window pops up asking me if I really want to open a "dependent" file.  Does this mean my site will not function properly when I'm editing the remote file?  Or, does DW4 download a copy of it?

    Hi
    I am not suprised no one answered your questions, there are simply to many of them. Can I suggest you read the faq on 'how to get help quickly at - http://forums.adobe.com/thread/470404.
    Especially the section Don't which says -
    DON'T
    Don't post a series of questions in  a single post. Splitting them into separate threads increases your  chances of a quick answer.
    PZ
    www.pziecina.com

  • ITunes 6... and they don't get it!

    10 minutes ago I installed iTunes 6
    because I hoped that it has better functions regarding the Musiclibrary.
    (I have a lot of mp3's and they need to be organzed.)
    What I am missing:
    1. if I click "import folder into library" (using german version so the real name is another maybe)
    iTunes just looks for new songs but there is no way that all changed songs (ID3-Tag, etc) gets updated automatically
    I think this is a function which MUST be included if I design a database and I think it is not to hard to look on every music file when it was changed the last time and if it was changed to import it again.
    Btw. EVERY other Musicplayer is able to do that (example Winamp and even MS Windows Media Player)
    2. There must be a way to define some folders which should be scanned every XX minutes if there are new or updated songs.
    This is also not so hard to do (if 1 is done and the Apple people are not stupid) but they dont integrate such a feature
    3. a way to remove all dead songs.
    yes I know there is a Script to do that but
    this is also a default feature which MUST be integrated
    (btw. I need an option which disables the automatical deletion and allows me to start this function by myself: as you can see it in winamp; because of external Harddisc with music)
    4. I do have the iPod nano - but more than 4GB of Music on my PC. I do use a dynamic playlist to organize the music which should be on my iPod (btw every song marked with two stars) but this list is also bigger then the space on the iPod.
    I get a warning that the iPod can't get synced and then nothing happens.
    -> The iPod should now be filled till there is no space more available (randomly)
    OR
    the user should make more then one dynamic lists and is able to organize the individual importance of every list.
    then the most important list gets copied now the second most [and so on..] now we have around 3.9GB on the iPod the last list is synced with random songs till the 4GB are full.
    5. What I dont like on the ordinary playlist is that it is possible to copy a song in the list which is already there (same path and filename)
    maybe this is by design
    SOLUTION:
    give the user an option to say "no duplicate files in this list"
    OR
    introduce a new feature: TAGS
    The user is able to tag every song (with his own ideas) maybe by mood eg.: [love], [party], [favourite], [hot]...
    now the user is able to list every tagfolder and what do you see: every file is just once a time in the list
    6. If I import Music I am asked if i want to convert my wma music i cant say "my decision if valid for the whole import now and not just for this single file"
    7. I am using Firefox (if you are using IE please SWITCH!!!)
    there is a extension called FoxyTunes - it allows you to control iTunes inside the browser.
    If I close iTunes i get an annoying error message if I'm shure to close the window because the scripting interface is used by another program
    --> this is annoying!!! please make it possible to hide it for some programs (maybe a new function for the devs which allow them to tell iTunes when they need iTunes to run and when it does not matter if it gets closed)
    BUGs in iTunes 6:
    - "categoryfilter": the right part (eg. 'all', 'artist', 'album', 'title') does nothing if I click on them...
    - if I click on "Goto Feedback Website" (in '?') i come to a site called "request music"
    - if I look at a video and if i click on another playlist the sound gets played but the video is not anymore shown
    I hope you integrate all my wishes.
    I think I'm not the first persion which wants this but it is really needed
    Thanks for listening
    Tobi

    1. if I click "import folder into library" (using german version so the real name is another maybe)
    iTunes just looks for new songs but there is no way that all changed songs (ID3-Tag, etc) gets updated automatically
    http://ottodestruct.com/iTunes/Update.txt
    2. There must be a way to define some folders which should be scanned every XX minutes if there are new or updated songs.
    This is known as "Watch Folders" and general consensus seems to be that they refuse to add it because they think it "promotes piracy".
    3. a way to remove all dead songs.
    yes I know there is a Script to do that but
    this is also a default feature which MUST be integrated
    http://ottodestruct.com/iTunes/RemoveDeadTracks.txt
    I don't see why it needs to be integrated. The scripts work well enough. If you use the thing right, you never get dead tracks anyway.
    4. I do have the iPod nano - but more than 4GB of Music on my PC. I do use a dynamic playlist to organize the music which should be on my iPod (btw every song marked with two stars) but this list is also bigger then the space on the iPod.
    So you can't fit 10 gallons in a 5 gallon hat? Well, I would prefer that it not try to do something stupid and waste my time doing that, but instead let me decide what to do in such a situation. Much like it does now.
    5. What I dont like on the ordinary playlist is that it is possible to copy a song in the list which is already there (same path and filename)
    maybe this is by design
    This is by design. All Playlist editors ever made allow this. Preventing it would quite annoying, actually.
    introduce a new feature: TAGS
    The user is able to tag every song (with his own ideas) maybe by mood eg.: [love], [party], [favourite], [hot]...
    now the user is able to list every tagfolder and what do you see: every file is just once a time in the list
    Use the Grouping field for this. Or the comments field. Then make a smart playlist that says "Grouping contains party" or what have you. Works great.
    7. I am using Firefox (if you are using IE please SWITCH!!!)
    there is a extension called FoxyTunes - it allows you to control iTunes inside the browser.
    If I close iTunes i get an annoying error message if I'm shure to close the window because the scripting interface is used by another program
    This is a FoxyTunes bug. They need to implement the iTunes "About to Close" callback and have it disconnect from iTunes correctly when they receive it. This would prevent this message from appearing. Complain to FoxyTunes.
    - "categoryfilter": the right part (eg. 'all', 'artist', 'album', 'title') does nothing if I click on them...
    I have no idea what you're talking about there. Could you explain that better?
    - if I click on "Goto Feedback Website" (in '?') i come to a site called "request music"
    That's the feedback page. At the bottom, see how it says "Send Feedback"?
    - if I look at a video and if i click on another playlist the sound gets played but the video is not anymore shown
    That's because you put the video window into the background. Click the window in the taskbar to bring it back up.

  • Ipod Nano 5G and Itunes 10

    I have ipod nano 5g and i have itunes 10 but when i open itunes nd appsore i dont see any ipod nano 5g(so to click wheel games ) and other stuff specific to 5g.
    A simple filter in itunes store for the apple device a person using is a bit of common sense which apple seems to lack(not just for iphone/ipad).
    : PS : I am located in India.
    the store designed in no way to be user friendly and more cluttered than organized for an application for a company like apple

    These are user-to-user forums where everyday folk post "technical" questions and offer answers to each other voluntarily.  No one here works for Apple nor does Apple get involved in responding.
    Post your complaint on the http://www.apple.com/feedbackProduct Feedback website.

  • Can't open lots of types of Quicktime files.

    i'm running leopard 10.6.3 and quicktime 10.0 & 7.6.6. I'm getting really sick of not being able to open quicktimes, lots of different types. Sometimes stuff in the lossless codec, loads of problems with pro res footage and countless others including h264. i'm at the point where i abandon the quicktime player all together and find an alternative because it's unworkable in the current state on my system. i hope your listening apple, my experience of the quicktime implementation on snow leopard really *****.
    i have one clip in particular i need to open, Apple Pro Res 422 HQ with 48Khz audio, rendered straight from after effects.
    if i try and open in quicktime 7 i get a crash (below is an excerpt from my crash log). If i try and open it in quicktime X it just hangs, i just get a window that says Loading Movie, but it never actually loads.
    I've had this behaviour over 100 times over the last week. Can anyone suggest anything to try to fix? Have tried disk permissions, installing flip4mac, vlc and perian. but nothing helps so far.
    This first log is from opening the pro res files in QT7.6.6 (QT10 just hangs):
    Process: QuickTime Player 7 [14407]
    Path: /Applications/Utilities/QuickTime Player 7.app/Contents/MacOS/QuickTime Player 7
    Identifier: com.apple.quicktimeplayer
    Version: 7.6.6 (7.6.6)
    Build Info: QuickTimePlayer-17090000~1
    Code Type: X86 (Native)
    Parent Process: launchd [182]
    Date/Time: 2010-04-12 14:22:19.656 +0100
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 362195 sec
    Crashes Since Last Report: 54
    Per-App Interval Since Last Report: 276131 sec
    Per-App Crashes Since Last Report: 19
    Anonymous UUID: B27A8F8E-3539-47A9-840A-EE0E88858B5A
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 25 QTKit: QTVisualContextImageProviderWorkLoop
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93d84e06 pthreadmutexlock + 490
    2 com.apple.QuickTime 0x91d3f186 QTMLGrabMutex + 31
    3 ...ickTimeComponents.component 0x15481c35 BaseVU_GrabConfiguringMutex + 20
    4 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    5 ...ickTimeComponents.component 0x15481dd9 BaseVU_ComponentDispatch + 118
    6 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    7 ...ickTimeComponents.component 0x1545d8d5 QTVUGrabConfiguringMutex + 37
    8 ...ickTimeComponents.component 0x15481059 QTComponentPropertyHelperSetProperty + 116
    9 ...ickTimeComponents.component 0x15488b23 VisualCompositorVU_SetComponentProperty + 85
    10 ...ple.CoreServices.CarbonCore 0x91a1a9b1 callComponentStorage_44444 + 49
    11 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    12 ...ickTimeComponents.component 0x15489782 VisualCompositorVU_ComponentDispatch + 179
    13 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    14 com.apple.QuickTime 0x91d6797e QTSetComponentProperty + 61
    15 com.apple.QuickTime 0x91d89816 movieVisualContextMovieBoxBackgroundRecalcRedraw + 195
    16 com.apple.QuickTime 0x91db1cf5 movieVisualContextPostRender + 60
    17 com.apple.QuickTime 0x91da1c60 TaskMovie_priv + 5973
    18 ...ickTimeComponents.component 0x14da08d1 doIdleMovie + 272
    19 ...ickTimeComponents.component 0x14daf770 internalDoAction + 2670
    20 ...ickTimeComponents.component 0x14da0732 _MCIdle + 60
    21 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    22 ...ickTimeComponents.component 0x14d9b97d _MCComponentDispatch + 118
    23 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    24 com.apple.QuickTime 0x91da00d2 MCIdle + 37
    25 com.apple.QuickTime 0x91d9dfd1 QTOMovieObject::SendCommand(unsigned long, void const*) + 899
    26 com.apple.QuickTime 0x91d817ae DispatchQTMsg(void const*, unsigned long, unsigned long, unsigned long, QTOGenericObject*) + 240
    27 com.apple.QuickTime 0x91d81612 QTObjectTokenPriv::SendMessageToObject(QTMessagePriv*, unsigned long) + 178
    28 com.apple.QuickTime 0x91d80b79 QTObjectTokenPriv::DispatchMessage(QTMessagePriv*, void const*, __CFAllocator const*, unsigned long, unsigned long, ComponentMsgParam*, unsigned long, unsigned long) + 1249
    29 com.apple.QuickTime 0x91d9dc48 QTSendToObject + 98
    30 com.apple.QTKit 0x921cd9ce QTObjectTokenExecuteCommand + 83
    31 com.apple.QTKit 0x921af345 -[QTMovie_QuickTime idle] + 303
    32 com.apple.QTKit 0x921532c4 +[QTMovie_QuickTime idleAllMovies:] + 308
    33 com.apple.quicktimeplayer 0x0001266c -[QTPApplicationDelegate openFiles:openInNewPlayer:] + 884
    34 com.apple.quicktimeplayer 0x000122f1 -[QTPApplicationDelegate application:openFiles:] + 110
    35 com.apple.AppKit 0x90923229 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 559
    36 com.apple.AppKit 0x90860a2c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 236
    37 com.apple.Foundation 0x9501f408 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    38 com.apple.Foundation 0x9501f1cc _NSAppleEventManagerGenericHandler + 228
    39 com.apple.AE 0x972ccf58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    40 com.apple.AE 0x972cce57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    41 com.apple.AE 0x972ccd61 aeProcessAppleEvent + 197
    42 com.apple.HIToolbox 0x98c5f487 AEProcessAppleEvent + 50
    43 com.apple.AppKit 0x906da372 _DPSNextEvent + 1420
    44 com.apple.AppKit 0x906d9976 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    45 com.apple.quicktimeplayer 0x00003a1c -[QTPApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 71
    46 com.apple.AppKit 0x9069bbef -[NSApplication run] + 821
    47 com.apple.AppKit 0x90693c85 NSApplicationMain + 574
    48 com.apple.quicktimeplayer 0x00002495 start + 53
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x93da5b42 kevent + 10
    1 libSystem.B.dylib 0x93da625c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x93da5719 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x93da54be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x93da4f41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x93da4d86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x93da4bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x93da5168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x93da4d86 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x93d7f35a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93dacea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93ddba28 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x919e7465 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x919e71a3 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x14cc2bee ReadSchedulerThreadEntryPoint + 4724
    6 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    7 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x93d7f35a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93dacea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93ddba28 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x919e7465 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x919e71a3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x91a41a50 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    7 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x14e3709f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    5 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x93d7f2fa machmsgtrap + 10
    1 libSystem.B.dylib 0x93d7fa67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9005600f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x900550f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9005b034 CFRunLoopRun + 84
    5 com.apple.QuickTime 0x91fe3c5e QTSNetworkThread_RunThread + 117
    6 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    7 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x93d7f2fa machmsgtrap + 10
    1 libSystem.B.dylib 0x93d7fa67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9005600f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x900550f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x90054f21 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x95023434 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x94fea8dc -[NSThread main] + 45
    7 com.apple.Foundation 0x94fea88c _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    9 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x93d9e286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9009582d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    3 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x93d7f35a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93dacea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93ddba28 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x9923f965 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x99242997 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x99240294 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x9923fb2b HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x9923fa42 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    9 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 24: QTKit: QTCALayerRendererPendingQWorkLoop
    0 libSystem.B.dylib 0x93d7f2fa machmsgtrap + 10
    1 libSystem.B.dylib 0x93d7fa67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9005600f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x900550f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9005b034 CFRunLoopRun + 84
    5 com.apple.QTKit 0x92167ef3 QTCALayerRendererPendingQWorkLoop + 600
    6 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    7 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 25 Crashed: QTKit: QTVisualContextImageProviderWorkLoop
    0 com.apple.CoreFoundation 0x900330f3 CFDictionaryGetValue + 83
    1 com.apple.QuickTime 0x91dbaa7c ICMCreateUsablePixelBufferAttributes + 40
    2 ...ickTimeComponents.component 0x154806ca PixelBufferVC_CopyImageForTime + 2559
    3 ...ple.CoreServices.CarbonCore 0x91a1a813 callComponentStorage_4444 + 42
    4 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    5 ...ickTimeComponents.component 0x1547f427 PixelBufferVC_ComponentDispatch + 163
    6 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    7 com.apple.QuickTime 0x91dbca26 QTVCCopyImageForTime + 55
    8 com.apple.QuickTime 0x91dbc988 QTVisualContextCopyImageForTime + 87
    9 com.apple.QTKit 0x9221dced QTVisualContextImageProviderPullImage + 639
    10 com.apple.QTKit 0x92174b26 _QTHostTimeRunLoopSourceInfoPerform + 99
    11 com.apple.CoreFoundation 0x9005716b __CFRunLoopRun + 6523
    12 com.apple.CoreFoundation 0x900550f4 CFRunLoopRunSpecific + 452
    13 com.apple.CoreFoundation 0x9005b034 CFRunLoopRun + 84
    14 com.apple.QTKit 0x9221d93f QTVisualContextImageProviderWorkLoop + 128
    15 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    16 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 26:
    0 libSystem.B.dylib 0x93d7f35a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93dacea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93ddba28 pthreadcond_timedwait_relativenp + 47
    3 com.apple.CoreVideo 0x9160ace6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4 com.apple.CoreVideo 0x91609b2b CVDisplayLink::runIOThread() + 741
    5 com.apple.CoreVideo 0x9160982a startIOThread(void*) + 156
    6 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    7 libSystem.B.dylib 0x93dac89e thread_start + 34
    Thread 27:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 28:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 29:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 30:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 31:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 32:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 33:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 34:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 35:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 36:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 37:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 38:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 39:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 40:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 41:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 42:
    0 libSystem.B.dylib 0x93d7f342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93daceb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x93df542f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x1c8c640b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93daca19 pthreadstart + 345
    Thread 25 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x900330ac ecx: 0x003183b0 edx: 0x00000011
    edi: 0x00000780 esi: 0x00000000 ebp: 0xb0ecdfc8 esp: 0xb0ecdf90
    ss: 0x0000001f efl: 0x00010287 eip: 0x900330f3 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    This second log is from opening a h264 clip in QT7.6.6(QT10 just hangs
    Process: QuickTime Player 7 [14436]
    Path: /Applications/Utilities/QuickTime Player 7.app/Contents/MacOS/QuickTime Player 7
    Identifier: com.apple.quicktimeplayer
    Version: 7.6.6 (7.6.6)
    Build Info: QuickTimePlayer-17090000~1
    Code Type: X86 (Native)
    Parent Process: launchd [182]
    PlugIn Path: /Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.sca lar
    PlugIn Identifier: QuickTimeH264.scalar
    PlugIn Version: ??? (???)
    Date/Time: 2010-04-12 14:29:03.804 +0100
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 362599 sec
    Crashes Since Last Report: 55
    Per-App Interval Since Last Report: 276133 sec
    Per-App Crashes Since Last Report: 20
    Anonymous UUID: B27A8F8E-3539-47A9-840A-EE0E88858B5A
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000002cb4
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 QuickTimeH264.scalar 0x1f14837a JVTDecoDrawBand_ForkH264 + 109
    1 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    2 ...ple.QuickTimeH264.component 0x16bfb14d JVTDecoComponentDispatch + 170
    3 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    4 ...ickTimeComponents.component 0x1634883b ImageCodecDrawBand + 43
    5 ...ickTimeComponents.component 0x15cf933f BaseCodec_DecompressWorkFunction + 1089
    6 ...ickTimeComponents.component 0x15cf7138 BaseCodecDecompressCallBackCommon + 1300
    7 com.apple.QuickTime 0x91db1693 ExecuteCallBack_priv + 126
    8 ...ickTimeComponents.component 0x15cd94ef rescheduleTimeCallBack + 288
    9 ...ickTimeComponents.component 0x15cd95cf CodecClockTimeChanged + 56
    10 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    11 ...ickTimeComponents.component 0x15cd978c CodecClockComponentDispatch + 125
    12 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    13 ...ickTimeComponents.component 0x16353ae0 ClockTimeChanged + 43
    14 ...ickTimeComponents.component 0x15cd927a CodecClockSetTime + 93
    15 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    16 ...ickTimeComponents.component 0x15cd978c CodecClockComponentDispatch + 125
    17 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    18 com.apple.QuickTime 0x91db1594 QTCodecClockSetTime + 43
    19 com.apple.QuickTime 0x91db153c SetDSequenceNonScheduledDisplayTime + 107
    20 com.apple.QuickTime 0x91dbb015 ICMDecompressionSessionSetNonScheduledDisplayTime + 106
    21 ...ickTimeComponents.component 0x15beb671 Video2MoviesTask + 3544
    22 ...ple.CoreServices.CarbonCore 0x91a1a9b1 callComponentStorage_44444 + 49
    23 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    24 ...ickTimeComponents.component 0x15bda505 Video2ComponentDispatch + 210
    25 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    26 com.apple.QuickTime 0x91da2a3a MediaMoviesTask + 61
    27 com.apple.QuickTime 0x91da17d3 TaskMovie_priv + 4808
    28 ...ickTimeComponents.component 0x15ca08d1 doIdleMovie + 272
    29 ...ickTimeComponents.component 0x15caf770 internalDoAction + 2670
    30 ...ickTimeComponents.component 0x15ca0732 _MCIdle + 60
    31 ...ple.CoreServices.CarbonCore 0x91a0f6f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    32 ...ickTimeComponents.component 0x15c9b97d _MCComponentDispatch + 118
    33 ...ple.CoreServices.CarbonCore 0x91a07d87 CallComponentDispatch + 29
    34 com.apple.QuickTime 0x91da00d2 MCIdle + 37
    35 com.apple.QuickTime 0x91d9dfd1 QTOMovieObject::SendCommand(unsigned long, void const*) + 899
    36 com.apple.QuickTime 0x91d817ae DispatchQTMsg(void const*, unsigned long, unsigned long, unsigned long, QTOGenericObject*) + 240
    37 com.apple.QuickTime 0x91d81612 QTObjectTokenPriv::SendMessageToObject(QTMessagePriv*, unsigned long) + 178
    38 com.apple.QuickTime 0x91d80b79 QTObjectTokenPriv::DispatchMessage(QTMessagePriv*, void const*, __CFAllocator const*, unsigned long, unsigned long, ComponentMsgParam*, unsigned long, unsigned long) + 1249
    39 com.apple.QuickTime 0x91d9dc48 QTSendToObject + 98
    40 com.apple.QTKit 0x921cd9ce QTObjectTokenExecuteCommand + 83
    41 com.apple.QTKit 0x921af345 -[QTMovie_QuickTime idle] + 303
    42 com.apple.QTKit 0x921532c4 +[QTMovie_QuickTime idleAllMovies:] + 308
    43 com.apple.quicktimeplayer 0x0001266c -[QTPApplicationDelegate openFiles:openInNewPlayer:] + 884
    44 com.apple.quicktimeplayer 0x000122f1 -[QTPApplicationDelegate application:openFiles:] + 110
    45 com.apple.AppKit 0x90923229 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 559
    46 com.apple.AppKit 0x90860a2c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 236
    47 com.apple.Foundation 0x9501f408 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    48 com.apple.Foundation 0x9501f1cc _NSAppleEventManagerGenericHandler + 228
    49 com.apple.AE 0x972ccf58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    50 com.apple.AE 0x972cce57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    51 com.apple.AE 0x972ccd61 aeProcessAppleEvent + 197
    52 com.apple.HIToolbox 0x98c5f487 AEProcessAppleEvent + 50
    53 com.apple.AppKit 0x906da372 _DPSNextEvent + 1420
    54 com.apple.AppKit 0x906d9976 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    55 com.apple.quicktimeplayer 0x00003a1c -[QTPApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 71
    56 com.apple.AppKit 0x9069bbef -[NSApplication run] + 821
    57 com.apple.AppKit 0x90693c85 NSApplicationMain + 574
    58 com.apple.quicktimeplayer 0x00002495 start + 53

    !http://i46.tinypic.com/2nvn6f.gif!
    "Have tried disk permissions"
    Then try the +"repair disk"+ option by booting from your Install DVD.
    "i hope your listening apple
    Not on these message boards. These are user-to-user forums where everyday folk post questions and offer answers to each other.
    If you want Apple to listen, try their Product Feedback website.
    !http://i50.tinypic.com/izvwo1.gif!

  • How do you set default save file type

    My Photoshop when I choose save as is choosing TIF as the default file type after opening a raw file. I want to choose PSD as the default. I cannot figure out how to change the setting to raw.

    Hi, Unfortunately, Photoshop will chose a format that fits the minimal requirements of a file according to the absence/presence of layers.
    You could go to the feedback website, http://feedback.photoshop.com and ask for a preference to set the default file type.

  • Java Applet painting broken in IE11 and Windows 8.1

    When running a Java applet in Internet Explorer 11 window on Windows 8.1, JRE fails to repaint the viewport correctly when the web browser window is resized or scrolled. (assuming the Java Applet has display dimensions larger than the window, necessitating the need to resize or scroll host IE window). Webpage is displaying the java applet using any of OBJECT or EMBED tags. 
    This JRE behavior prevents the user from interacting successfully with the Java Applet (typically input data fields or click buttons in applet) should user need to resize or scroll the window.
    This bug only occurs on IE11 on Windows 8.1 with JRE 7 and JRE 8 (include 8u31)
    This bug does not occur on  IE11 on Windows 7,  IE10 on Windows 7 / 8 ,  Firefox on Windows  7 / 8 / 8.1 ,  Google Chrome on Windows  7 / 8 / 8.1
    This bug has also been posted to the IE Feedback website since 2013 as we do not know if this is to be resolved by Oracle or Microsoft.
    With the upcoming removal of Java Plugin support in Google Chrome, and, with this JRE bug (or incompatibility?) in IE11 Windows 8.1, this leaves only Firefox as the only usable web browser for Java Applets on Windows 8.1.  Our customer base on Windows 8.1 is only using IE11 or Chrome.  

    I am seeing a minor issue with the timesheet grid after users are upgraded from IE8 to IE11.
    We are using Project Server 2010 with SP1 and Oct 2013 CU.
    When some users (using IE11) switches between filters or views in the Timesheet page, the grid shrinks making to content un readable.  The only way to get it back is to refresh the page. After a refresh, the grid returns to normal size, but the pane
    divider is too far to the left and always must be dragged to the right in order to see the task names in the left grid. 

  • My new iPhone4S could not start after the Apple mark disappear, the running screen stand still over 30mn. Can someone tell me how to solve this problem.

    My new iPhone4S could not start after the Apple mark disappear, the running screen stand still over 30mn. Can someone tell me how to solve this problem.
    I tried to connect to iTune hoped to restore the system but iTunes did not reconige it.

    here is link to the apple product feedback website:
    http://www.apple.com/feedback/

  • After Updating to iOS 7.0.4, Dictation Is Barely Working Again!

    Well, after updating to iOS 7.0.4 today, dictation is barely working again!
    After the previous problems with Dictation were fixed with 7.0.3, it was working really well for the last few weeks, but for some reason, it seems the new 7.0.4 update has messed it up again. Is anyone else experiencing this? Can this be reported to Apple somehow so maybe it can be fixed without having to wait as long as we had to wait last time?

    call apple support, they typically provide free support within the first 28 days or so with any new update
    Contacting Apple
    http://www.apple.com/contact/
    Support Feedback
    Website Feedback
    Developer Feedback
    Product Feedback
    Search Feedback
    Contacting Apple for Support and Service
    http://support.apple.com/kb/HE57

  • Please help me delete files and empty the trash..

    I am unable to empty the trash and also delete files from an extrnal HD.
    Its so ridiculous. Finder ***** big time again.
    Is there a simple solution without having to read pages of instructions or open terminal and start typing things i dont understand that could harm my mac?
    thanks

    Some of the suggestions you may have already tried:  http://support.apple.com/kb/ht1526 You can't empty the Trash or move a file to the Trash
    What to do when the Trash won’t empty
    Apple admit it
    These are user-to-user forums where everyday folk (volunteers) post questions and offer answers (technical support) to each other.
    Apple involvement. Apple may respond to questions but does not formally provide technical support on the Site. Any information that is provided by Apple or Apple employees is offered on an "AS IS" basis without warranties of any kind.
    Post your complaints/concerns/suggestions on the Product Feedback website.

  • How to get full playlist to play

    I just installed my Apple TV. I immediately wanted to simply play a playlist from my iTunes library. I selected the playlist I wanted, and pressed play on the remote. It played ONLY the first song, then stopped. In order to hear any other songs I had to manually select them from the playlist and hit play every time. How pointless. Is there a way to get it to play the entire thing? There is nothing in the "manual", and nothing online. It seems the ONLY concern people have with the Apple TV is watching things, so that's the only information provided. There's nothing about how to use the music side of it.

    Haha .. I have seen one million post on this issue since 7.1 was released. Everybody hates it and it is perhaps Apple's stupidest design decision. I, personally, happen to like it ... or not mind it as much either way, I should say.
    But that's not what you asked ... Apple thought it was best for some odd reason to change the full screen pics to an itty bitty circle. As a previous poster said, it cannot be changed. But be sure to go to Apple's feedback website and let them know you are unhappy about it. I sense an iOS 7.1.1 coming out REAL soon!

  • How to get full screen caller pic in ios 7.1

    How to get full screen caller pic in ios 7.1.Please help me

    Haha .. I have seen one million post on this issue since 7.1 was released. Everybody hates it and it is perhaps Apple's stupidest design decision. I, personally, happen to like it ... or not mind it as much either way, I should say.
    But that's not what you asked ... Apple thought it was best for some odd reason to change the full screen pics to an itty bitty circle. As a previous poster said, it cannot be changed. But be sure to go to Apple's feedback website and let them know you are unhappy about it. I sense an iOS 7.1.1 coming out REAL soon!

  • How do you get a blue box?

    I have posted many questions (49 posts) here with some great feedback and solutions. I have answered others only a few times though. Just wondering how you get a blue box beside your name? Thanks.

    Some/many times you will provide an answer to the original poster's (OP) question and they will mark the post as answered, however, the OP will not click on the Helpful or Solved buttons, which award points.
    Just to add to Tom's comment, you are not allowed to even bring up the subject of awarding points on the Discussions unless somebody specifically asks about it. If they miss awarding points you are only allowed to provide feedback to Apple (through the feedback website) on how you think the system doesn't seem perfect (you will not be the first, and probably not the last either).
    [Terms of use|http://discussions.apple.com/help.jspa#terms] 4.4.2: "Do not ask for points. If you feel the system is not clear to users, please provide feedback to Apple; do not instruct other users unless they ask."
    Just so you know, since normally even the mere mention of the points/marking-topics is totally taboo in a discussion and may result in a post being deleted or edited.

  • Aperture Raw Scanner Input...

    I see that Aperture DOES NOT support VueScan's Raw DNG files. Do you know when we can expect that to change?
    Thanks,
    Robert

    Hi Robert,
    I did make a request through the Aperture – Feedback website five or six months ago. The problem with feedback is that no one is accountable. During that same time I was using my 90 day free tech support and an Apple Specialist was very kind and polite when I mentioned the importance of this request. In fact Pro support was very kind because they allowed me to activate the 90 days support after Aperture sat unopened on my shelf for a almost a year. The Specialist agreed with the request and mentioned that it was enough of a worthy point to formally write the request and submit it.
    Towards the end of my 90 days I brought the point up to the same specialist and he said it would probably require a collaborated effort on boards like this one to try and get it implemented.
    I have held off converting my slides into scans for this very important reason. I am very glad I have because just the other day 07/05/07 the Corbis “microstock” SnapVillage agency has just announced that they are making RAW files available to photo buyers because of the demand for such RAW files. It appears that photo buyers are all too aware of the RAW advantage and it looks as if Corbis is leading the pack in this new competitive arena. Who is next to follow the lead of Corbis?
    After I bought Aperture 1.0, I read about many of the shortcomings so I purchased iVeiw shortly thereafter thinking I might need to zig that way. I’d really like to use Aperture but how long can someone expect to be delayed on starting up converting an image library into digital??? By this winter if there is no resolution to this Aperture shortcoming I think I’ll have to zag towards Lightroom they have been compatible with the VueScan’s RAW format for a long, long, time.
    Com’on Aperture please fix this asap.
    Bruce H

  • Does anyone else have a problem with printers going offline?

    Macbook Pro OS X 10.6.8
    I received a Epson Artisan 730 All in One Wireless printer in Dec 2011 and spent literally hours trying to get the computer and printer to recognize each other.  After about a week of phone calls between Apple and Epson (each saying it wasn't their electronic with the problem) the issue was finally solved.
    In June 2012, the printer suddenly stopped working and once again, hours were spent on the phone with Apple and Epson techs, to no avail.  I found an article online about Reset Printing System and I was able to get it up and running again.
    August 1, 2012, the printer once again stopped working, saying it was offline.  Restarted computer & printer, checked for updates on Apple & Epson, reset printing system again and now the printer does not show when I click the "+" to add a printer.  In fact, nothing shows in the list.  I've pretty much given up for the day, but wrote a letter to Epson and am posting here.  What gives?  Does anyone know why the printer & computer stop communicating?  And why is the problem repeating itself?
    [email protected]

    PaulDouglas wrote:
    PS - Apple, are you listening? 
    No
    No one here works for Apple nor does Apple visit this message board.  We are all end users like yourself helping each other out.  Post your complaint on the Product Feedback website.

Maybe you are looking for

  • Duplicate Error while loading data to Write Optimized DSO

    Hi, When i do a dataload for Write Optimized DSO, I am getting an Error as "Duplicate Data Record Detected".  I have Sales Document Number, Fiscal Year Variant & Billing Item as Semantic Key in the DSO.  For this DSO, I am getting data from a Test EC

  • Lumia 720 problem

    its been nearly a  month dat i have been using this phone. but the problem with 720 is dat the volume rocker keys dont respond at times when i listen to music. nd has hanged twice.... please i need a solution.

  • ISight updater

    Ok, I have the latest Mac OS and I keep it up to date with the software updater and I'm quite annoyed with the Apple people because there hasnt been an update for the iSight cam that will work with the latest Mac OS, or any version past 10.3.9 for th

  • SMARTFORM - Part of variable content missing in otf file

    Hi colleagues, In my smartform, I have variables, defined as STRING, which contains HTML coding to generate URL links in the final document. The variable is correct and ends with '</a>'. But in the otf file, the result is sometimes wrong. The variabl

  • Submitting Report output to spool

    Hi All,        We have problem while submitting reort output to spool.Have tried using FM'Get_print_parameters and submitting the report using stmt SUBMIT REP TO SAP-SPOOL AND RETURN.We have to submit report output to spool But its going to infinite