Applications and music refuse to play and open

Some of my application couldn't open and same with a few of the songs so I decided to sync all the information to my iTunes and just restart my iPod. Well when I did that all but songs but like 100 won't play and now all my applications except for the safari and iTunes and application store refuse to open. Please help me!!!

This happened to me as well, i did a system update and now no applications will open, except for safari, which i am currently using, i also downloaded an anti virus program (clamXav) and even that crashed and wouldn't open, I have tried itunes nearly 100 times, and when i look at the details, it says thread 0 is missing or something along those lines...
what is going wrong?

Similar Messages

  • How to exit from a WebDynpro ABAP application and open another url

    Hi Friends,
    How to exit from a WebDynpro ABAP application and open another url like (www.yahoo.com) in the same window of the WD4 application on click of a Button?
    Regards,
    Xavier

    Hi,
    First of all you should create outbound plug in the window you are trying to exit with plufg type "Exit"
    Then create method handler in the view with this code
            data lo_view_cntr type ref to if_wd_view_controller.
            data lo_win_cntr type ref to if_wd_window_controller.
            data: l_parameter_list type wdr_event_parameter_list,
                  l_parameter type wdr_event_parameter,
                  l_val type ref to data,
                  l_val_url type REF TO data.
            field-symbols: <fs> type any,
                           <fs_url> type any.
            lo_view_cntr  = wd_this->wd_get_api( ).
            lo_win_cntr = lo_view_cntr->get_embedding_window_ctlr( ).
            CREATE DATA l_val type c.
            CREATE DATA l_val_url type string.
            ASSIGN l_val->* to <fs>.
            ASSIGN l_val_url->* to <fs_url>.
            <fs> = 'X'.
            <fs_url> = 'http://your-link.com'.     
            l_parameter-name = 'URL'.
            l_parameter-value = l_val_url.
            INSERT l_parameter INTO TABLE l_parameter_list.
            lo_win_cntr->if_wd_view_controller~fire_plug( EXPORTING plug_name = 'EXIT_PLUG'
                                                                    parameters = l_parameter_list ).
          You can easily change this logic to exit application instead of redirecting to the site
           just changing to
           l_parameter-name = 'CLOSE_WINDOW'.

  • Launching applications and opening documents

    Generally there are two ways to start an application and open a document:
    1)double click on the application, us the menu to open the document.
    2)double click on a document, application starts, application loads document.
    In writing a program, how do I do #2. Specifically how does the application determine what document to open? Is it passed in argc or by an event callback?
    Can it only happen using Cocoa and carbon, or can it be done through a command line utility/standard tool?

    It sounds like what you want is create a small Cocoa application that includes the code I posted above and register it as owning the suffix of the dataset. Let's call the application Opener and the suffix .datz.
    When someone double-clicks on a .datz file the Opener application will be invoked and you will get the filepath to the invoking file in the supplied filename. That would give you the path and the opportunity (if you want to get fancy) to ask the user for where to save the data or do any other GUI stuff you want to do. You could also set-up Opener so that when someone opens if by double-clicking the application it asks them to navigate to the dataset they want to open. These things are actually pretty easy to do - check out NSSavePanel and NSOpenPanel - because the Cocoa classes give you a lot of rich GUI all pre-rolled. Then your application could invoke the Unix application from the command line supplying the source path (escaped for Unix) and the even the save destination path if you want to get fancy.
    The application can then Quit itself - possibly after displaying feedback from the Unix app if there is any. Unfortunately while I know this is possible and there are a bunch of Unix commands wrapped in GUI interfaces for OS X - this isn't my strong suit. I know it can be as simple as:
    system("ls -al");
    But it also gets more complicated quickly if you want to do more. Then you need something like NSTask I can't help you the you may need to appeal here for someone with CLI invocation experience.
    http://www.cocoadev.com/index.pl?NSTask
    http://www.borkware.com/quickies/one?topic=NSTask
    This is actually quite do-able. You're diving into the Cocoa GUI a little headfirst because your app is essentially all GUI so there may be some head scratching but its well within the realm of possibility.
    =Tod

  • Is there any way to use RUN button to deploy the application and open IE...

    Hi
    Thank you for reading my post
    i used to use Run button to compile / deploy and run (opening the browser to project context path) .
    i want to know is there any way to use RUN button to deploy an application to standalone OC4J and opening browser?
    I know that we can define ear or war deployment profiles and use them to deploy the application to stand alone server , but i want a single click solution.
    thanks

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • How do I get desktop icons to reflect the orignal associated application and open correctly?

    Product Name: HP Pavilion dv6 Notebook PC
    Product Number: A1U55AV#ABA
    Operating System: Windows 7 (x86)
    All desktop and start menu icons are identical.  As such, the incorrect application opens when clicked. 
    How do I restore (system restore hasn't worked) so the correct application is associated with the icon?
    HP Customer Support in India has been working on this for weeks and seems unwilling to escalate to someone, preferably US-based, more knowledgable in order to resolve the issue.

    Hi Meibach,
    this sounds like malware - I would recommend a full antivirus scan.
    However if yo uare having no other issues I found the following steps online:
    To Reset Icon cache follow the below mentioned steps –
    1. Right click on empty area of the desktop and click on Personalize.
    2. Click on the Display Properties link.
    3. Under Colors, select Medium (16-bit) and click on Apply.
    NOTE: If you already have Medium (16-bit) selected, then select Highest (32-bit) instead. Sometimes you will need to do a restart first, then proceed to step
    4. Try both ways.
        A) Click yes to confirm the new settings.
    5. Now, select Highest (32-bit) and click on OK.
    NOTE: If you already have Highest (32-bit) selected, then select Medium (16-bit) instead.
       A) Click on Yes to confirm the new settings.
    To Rebuild icon cache follow the below mentioned steps -
    1. Click Start, then control panel and in the search box write Folder options.
    2. Now click Folder Options to open and select (dot) Show hidden files and folders.
    3. Open a Windows Explorer window.
    4. Go to C:\Users\(User Name)\AppData\Local
    5. Right click on IconCache.db and click on Delete.
    6. Click on Yes to confirm the deletion.
    NOTE: This deletes the file to the Recycle Bin. It is safe to empty the Recycle Bin when finished.
    7. Close the window.
    8. Empty the Recycle Bin.
    9. Restart the computer.
    10. When you go back, you will notice the Size of the IconCache.db file is smaller, and the Date Modified is now the current date.
    NOTE: If for some reason IconCache.db is not there or the size has not changed much then you may just restart the computer again. You may need to restart a couple of times in some cases.
    11. The icon cache will get rebuilt.
    -Bryan
    I am an HP employee

  • Reconnecting Application and opening a new applications

    My issue is that using server 2012 R2, I have setup any connections that have been disconnected and try to reconnect. All the programs seems to work fine except our internal ERP software which reconnects then opens another instance of the software. Has
    anyone ran into the issue and have a fix?

    Is it web based? Could be the application crashes and causes IE to open a new window. The application developer may be able to shed some light on it.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • HT1711 I backed up my iphone5 in the morning and later again on the same day, in the afternoon. I then restored an older backup from the morning. Now all my music files refuse to play even though they still appear on iphone. How can I resolve this?

    I backed up my iphone5 in the morning and later again on the same day, in the afternoon. I then restored an older backup from the morning. Now all my music files refuse to play even though they still appear on iphone. How can I resolve this?

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • I carnt hear my message tone,the sounds it makes when the phone locks and opens.Also i am unable to hear my music playing from my phone but my alarm and ringtone are working.Can anyone help

    i carnt hear my message tone,the sound it makes when the phone locks and opens,also i am unable to hear music when playing from my phone but my ringtone and alarm tone work.Ive made sure the silent button is not on,and the volume button on the side of the phone is just showing it blank instead of it going up and down.To try and fix this i have reset my settings and restored my phone,but now its just skipping the music i have purchased from itunes when in a docking station which is now another problem i have as well.Can anyone help????

    Hello dbrookes,
    Thank you for using Apple Support Communities!
    It sounds like even though the Mute switch is not on, sounds are not making the, well, sound they should, and the volume buttons make a blank volume indicator appear on the screen that does not show the volume level.
    I wanted to recommend a couple of things.
    First, I would reset the phone:
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    From: iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
              http://support.apple.com/kb/ht1430
    If that does not resolve the issue, then you may want to try backing up to iTunes, and restoring the iPhone again but this time do not restore the backup and set it up as new to see if the issue persists without the previous configuration.
    Just incase you need it, this article will help with that:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Cheers,
    Sterling

  • I have a 4th gen nano that is loaded with my music library via a prior addition of Windows.  I now have Windows 7 and when I access I-Tunes and plug in my ipod I get a list of my music but cannot play it.  Open to suggests on how to solve this problem.

    I have a 4th gen nano that is loaded with my music library via a prior addition of Windows.  I now have Windows 7 and when I access I-tunes and plug in my Ipod I get a list of my music but cannot play it.  Open to suggestions on how to solve this this problem. 

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • My music player and whole programs cannot play and open anymore after contain with computer!!!!!why????

    My music player and whole programs cannot play and open anymore after contain with computer!!!!!why????

    No clue what you are trying to communicate or what this has to do with using an iPhone in a Enterprise (Corporate) environment.
    Try reposting in your native language.

  • Actually I have problem in adding music to be played across all folios, the problem happened when I just lock the ipad and open it, the publication is still opened and i can navigate it but the music is stopped, and cann't be continued. how can I fix it t

    Actually I have problem in adding music to be played across all folios, the problem happened when I just lock the ipad and open it, the publication is still opened and i can navigate it but the music is stopped, and cann't be continued. how can I fix it to be continued after opening the ipad and continue navigating the digital publication.

    yes,thank you for ur answer,  but the owner of the publication which I working on said for  me that this is a problem, and we can't submit the digital publication if I can't fix it.
    Is their any solution to make the audio run after the device is unlocked.

  • Music won't play and sound won't work after installing ML

    I installed mountain lion on my 3 year old mac book. now my music doesn't play on itunes. the pause button is visble but the music progress bar is not moving. there is no sound either. the horn in the sys bar on top is greyed out nor will the external speakers work on other sound makers like you tube, etc. any ideas? thanks

    1. Open Activity Monitor.app (Applications > Utilities > Activity Monitor.app)
    2. Select ‘All Processes’ from the drop down menu next to the search bar (called ‘Filter:’) and type in ‘coreaudio’.
    3. Select the process name and click the ‘Quit Process’ button at the top. Chose 'Quit' or 'Force Quit' from the resulting dialogue box.
    Any improvement?

  • Itunes progress bar is not moving and music won't play. I also have no audio from my laptop at all. Any ideas? I am running windows 8.

    Have had no previous problems with iTunes but for past two weeks my I tunes progress bar is not moving and music won't play.
    I also have no audio from my laptop at all. Any ideas? I am running windows 8.

    I'm having the same incredibly frustrating problem. I have 50-60 GBs of music and now literally ALL OF A SUDDEN most of my mp3s won't play in iTunes. Of the songs that do play, many of them sound garbled (almost as if you were listening to them underwater). As others have noted, the songs do in fact play properly in other media players (VLC, MPC, WMP, etc).
    I feel like I've tried just about everything but I can't seem to fix the problem. Nor have I been able to find any viable solutions after hours of scouring the internet. Here is a list of the steps I've taken so far, in chronological order:
    1. Closed/re-opened iTunes
    2. Re-booted computer
    3. Uninstalled/re-installed iTunes
    4. Tried deleting songs from iTunes library and then re-adding them, but after dropping files into the library they don't show up at all, iTunes refuses to import them
    5. Downgraded from iTunes 8 to iTunes 7
    None of these things have helped at all and I am amazed that even after completely uninstalling iTunes 8 and then installing version 7 I'm still experiencing the same problem. And, on top of things, I've found that iTunes 7 is not recognizing the ID3 tags for many of the songs it does import.
    My apologies for the length of this post. I just want to be specific and provide as much info as I can so that maybe we can find a solution to this thing.
    So, any help would be greatly appreciated. Thanks!

  • My Ipod Touch is giving a error message of 'This accessory is not supported by iPod Touch' whenever I dock it in my Bose Sound Dock and refuses to play but will charge the device?? am screaming mad and want to be able to play audio thru using the 2

    my ipod touch will not play music thru the Bose sound dock and displays the message 'this accessory is not supported by iPod Touch' how can I fix it?

    "This accessory is not supported" usually refers to an inability to charge the iPod, but the music should still play throguh the Bose dock. My iPod Touch works this way.
    However, when the Bose refuses to make any sound, I unplug it from mains power for one minute. Then plug it back in and try again. This always sorts out the sound issue, but of course, it still will not charg the Touch.
    What happens in your case?

  • Audigy SE and Windows 7 64bit hiccups when i listen music and open a picture

    LAudigy SE and Windows 7 64bit hiccups when i listen music and open a picture' Hi,
    PC September 2009 ->> MSI P35 Neo 2FR , E8400 , Audigy SE , Windows 7 64bit RC build 700 = crystal sound , no hangs or hiccups, worked flawless in any application
    PC Octomber 2009 ->> AsRock P55 Pro , Core i7 860 , the same Windows 7 64bit RC build 700 and the same sound card Creative Audigy SE with the same drivers? i have problems when i liste music on any player.
    Symptom = i listen to music and when i open any random picture/program the music hiccup/hangs for a milisecond.
    i tried every driver on this site and every setting on the audigy control manager , nothing worked.
    i tried to update de DirectX .... i can't find any cure to my problem
    i need help please[img"]http://xtrempc.ro/forum/download/file.php?id=4035&mode=view" height="83[/img] width="54">
    [img"]http://xtrempc.ro/forum/download/file.php?id=4034&mode=view" height="8[/img] width="53">
    [size="">Sorry 4 my bad english

    i tried even PCI Latency 64 and 96 ... no change

Maybe you are looking for