This MP3 crashes the M4A converter in Nokia Music ...

Please see the attachment. Are any other forum users able to confirm their NMM crashes with this MP3?  
Note: only ~3% of the original MP3 has been included so as not to constitute a copyright violation.
This part-file crashes the MM just like the full MP3 does. Within a few milliseconds of starting the conversion, NMM disappears from screen completely and must be re-launched from the PC Suite panel.. Even if it cannot process a file, NMM should not crash this disastrously!
Attachments:
Ataris - Boys of Summer.mp3.log ‏147 KB

Hi,
Similar to your issue it has been discussed already in following post
/discussions/board/message?board.id=pcsuite&message.id=27759&query.id=1303934#M27759
Which phone are you using?  Is it compatible with Nokia Music?  Does your handset has got memory card slot?  If yes for above questions, you can install Nokia Music and connect your device in Media player mode(or similar to this mode) using Nokia Music and check this issue.

Similar Messages

  • When I download my i tunes music from computer it does not keep my greatest hits albums from certain artists together it scrambles them with other artists is this because of the way I have my music library on my computer set up.

    When I download my i tunes music from computer it does not keep my greatest hits albums from certain artists together it scrambles them with other artists is this because of the way I have my music library on my computer set up.

    See Grouping tracks into albums.
    tt2

  • Why does this code crash the flash 10.2 plugin?

    A very simple piece of code that causes the flash 10.2 plugin container to crash on all platforms, but does not crash on 10.1 player.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="300" minHeight="200">
         <fx:Script>
              <![CDATA[
                   import mx.controls.Alert;
                   private function crash(type:int, ...additionalArgs):void {
                        var msg:String;
                        switch (type) {
                             case 1: msg = "Crashes!"; break;
                             case 2: msg = additionalArgs[0]; break;
                        Alert.show("Crash : " + msg);
                   private function notCrash(type:int, ...additionalArgs):void {
                        // Does nothing at all, but stops the crash....
                        if (additionalArgs) {}
                        var msg:String;
                        switch (type) {
                             case 1:msg = "Not crash"; break;
                             case 2: msg = additionalArgs[0]; break;
                        Alert.show("NotCrash : " + msg);
              ]]>
         </fx:Script>
         <s:Button label="Does not crash flash" click="notCrash(2,'value')" x="10" y="10"/><s:Button label="Crash flash" click="crash(2,'value')" x="150" y="10"/>
    </s:Application>

    Crash long on Safari :
    Process:         WebKitPluginHost [43418]
    Path:            /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS/WebKitPluginHost
    Identifier:      com.apple.WebKit.PluginHost
    Version:         6533 (6533.13)
    Build Info:      WebKitPluginHost-75331300~12
    Code Type:       X86 (Native)
    Parent Process:  WebKitPluginAgent [43105]
    PlugIn Path:       /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6
    PlugIn Identifier: com.macromedia.FlashPlayer-10.6.plugin
    PlugIn Version:    10.2.152.26 (10.2.152.26)
    Date/Time:       2011-02-22 21:56:12.733 +0200
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ...dia.FlashPlayer-10.6.plugin     0x140043ee main + 1461822
    1   ???                                0x1d9db79f 0 + 496875423
    2   ???                                0x1d9db8b3 0 + 496875699
    3   ???                                0x1d9db937 0 + 496875831
    4   ...dia.FlashPlayer-10.6.plugin     0x140068c6 main + 1471254
    5   ...dia.FlashPlayer-10.6.plugin     0x140087d7 main + 1479207
    6   ...dia.FlashPlayer-10.6.plugin     0x13a9f658 0x139ca000 + 874072
    7   ...dia.FlashPlayer-10.6.plugin     0x13a989e1 0x139ca000 + 846305
    8   ...dia.FlashPlayer-10.6.plugin     0x13aa48de 0x139ca000 + 895198
    9   ...dia.FlashPlayer-10.6.plugin     0x13ba6572 0x139ca000 + 1951090
    10  ???                                0x194083b5 0 + 423658421
    11  ???                                0x1c7fee20 0 + 478146080
    12  ???                                0x1dbe2844 0 + 499001412
    13  ???                                0x1db3d61c 0 + 498325020
    14  ???                                0x1db3dcfc 0 + 498326780
    15  ???                                0x1db37b5c 0 + 498301788
    16  ...dia.FlashPlayer-10.6.plugin     0x13a9f658 0x139ca000 + 874072
    17  ...dia.FlashPlayer-10.6.plugin     0x13aa06b6 0x139ca000 + 878262
    18  ...dia.FlashPlayer-10.6.plugin     0x13bb42be 0x139ca000 + 2007742
    19  ...dia.FlashPlayer-10.6.plugin     0x13d407c8 0x139ca000 + 3631048
    20  ...dia.FlashPlayer-10.6.plugin     0x13d40eab 0x139ca000 + 3632811
    21  ...dia.FlashPlayer-10.6.plugin     0x13ea39c7 main + 17431
    22  com.apple.CoreFoundation           0x950184cb __CFRunLoopDoSources0 + 1563
    23  com.apple.CoreFoundation           0x95015f8f __CFRunLoopRun + 1071
    24  com.apple.CoreFoundation           0x95015464 CFRunLoopRunSpecific + 452
    25  com.apple.CoreFoundation           0x95015291 CFRunLoopRunInMode + 97
    26  com.apple.HIToolbox                0x901a8004 RunCurrentEventLoopInMode + 392
    27  com.apple.HIToolbox                0x901a7dbb ReceiveNextEventCommon + 354
    28  com.apple.HIToolbox                0x901a7c40 BlockUntilNextEventMatchingListInMode + 81
    29  com.apple.AppKit                   0x9130978d _DPSNextEvent + 847
    30  com.apple.AppKit                   0x91308fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    31  com.apple.AppKit                   0x912cb247 -[NSApplication run] + 821
    32  com.apple.WebKit.PluginHost        0x1842240f 0x18421000 + 5135
    33  com.apple.WebKit.PluginHost        0x1842204d 0x18421000 + 4173

  • Drag and drop album art in Nokia Music Manager

    Hi there, I am just making my first steps with the Nokia Music Manager (NMM). After converting my music files to the m4a format I want to add the album art. There is a little field on the bottom of the screen of the NMM called "Drop graphic here" (don't no exactly the wording - I have the german version). I have tried different ways but nothing happens. What do I do wrong?
    Kind regards
    netdog63

    Hi.
    Had the same problem and couldn't find anything anywhere, just stupid workarounds using wmp & itunes and **bleep**.
    Solution is very simple
    You can only drag'n'drop album art onto songs which are in 'My Collection'.
    So... Copy your mp3's to the 'My Collection' view and it should work.
    This also enables the 'Edit' function in Nokia Music Manager which lets you edit tags aswell as album art.
    Hope this helps...

  • Nokia music crashes after 1 track download on CWM

    Nokia Music crashes (NokiaMusic.exe has encountered a problem and needs to close) everytime you download 1 track from comes with music. It downloads the track and appears to add it to the right directory if you look using file explorer, but it always comes up with the "encountered a problem" popup. Complete re-install on v1.2 on XP sp3. With deleting all "document and settings " related Nokia directories prior to re-installation. Also, crashes every time you do menu/file/import and choose a directory and go.  I've re-installed it numerous times and dont know what else to do. Any help much appreciated.

    Hi there,
    just to share that i had this problem of nokia music crashing after every download and going on to the next.. this happened after i changed the music collection to a remote drive off my lappy( No space). Anyway that idiot pop up appeared and i tot i was doomed.. so i uninstalled the nokia music from the control panel.. then unhide all hidden files and ran the search for files in windows explorer for all file "Nokia"... deleted them. I went to C:\Documents and Settings\Whatever\Local Settings\Application Data\ and deleted the nokia folder. then go to C:\Program Files\  and delete "Nokia" folder. after i cleared all the damn nokia stuff, i restarted the PC then reinstalled nokia music.. suprisingly it worked the library had to rebuild itself and the login was still working fine. now it works again!! yahoo.
    Message Edited by toufooking on 21-Apr-2009 09:23 AM

  • How do I download an MP3 from the web to iTunes

    I received an email with a link to an MP3 I'd like to load onto iTunes so I can listen to it on my iPod.  But when I click on the link, it opens Safari, and the only thing on the screen is a progress bar with a start/stop and a volume control.  I can't find anything to click on to drag it to iTunes. 
    I've tried 'File->save as' and put it on my downloads folder or on the desktop.  But it won't save as an MP3, it tells me it has to put '.webarchive' as an extension.  If I try to drag the file to iTunes, nothing happens.  If I double click on it, I get the same Safari window.
    So how do I get this MP3 off the web and into iTunes?

    When it's playing in Safari, click on its URL in the address bar and press the Option and Enter keys.
    (63973)

  • How do I make Adobe Ideas left handed friendly? The left hand palette crashes the app.

    In options you get a chance to change the palette alignment with left or right hand side of the screen but every time I do this it crashes the application!
    Help!
    Lefty

    Please try installing the 1.6 update for iOS and see if it resolves the issue.
    Thanks
    -Dave

  • Where's the Nokia Music update for FP2???

    Hello,
    Was this update pulled lately from pipeline? Because it's been a week since when I performed a clean update to FP2 on my 808 PV and the only over-the-air updates back then were Microsoft Apps and New Social; also only these two updates were offered via Nokia Suite.
    No sign of Nokia Music and / or other minor updates at the time being.
    What's wrong with the rest of the updates? My Nokia Music is useless right now (it won't open).
    Release: Nokia Belle Feature Pack 2
    Software version: 113.010.1507
    Software version date: 2012-09-21
    Custom version: 113.010.1507.C00.01
    Custom version date: 2012-09-21
    Language set: 113.010.1507.04.01
    Product code: 059M966
    Model: 808 PureView
    Type: RM-807
    Latest update: Not updated
    Browser version: 8.3
    Flash version: 4.0
    Java version: 2.5
    Previous (starting with '99): 5110 (2 pcs.); 6110; 6150 (2 pcs.); 6210; 6310i; 6680; N70; N73; N82 Silver; N97 Transition Black; N97 mini Cherry Black; iPhone 3GS 16GB Black; iPhone 4 16GB Black; N8-00 Dark Grey; iPhone 4S 16GB Black; iPhone 5s 32GB Space Gray
    Current: 808 PureView Black (Nokia Belle FP2, v113.010.1507) & iPhone 6 64GB Space Gray (iOS 8.1.2)

    @aspergerguy: yes, barely today I was offered with Application compatibility fix & Big screen, but no sign of Nokia Music or other older minor updates...
    Previous (starting with '99): 5110 (2 pcs.); 6110; 6150 (2 pcs.); 6210; 6310i; 6680; N70; N73; N82 Silver; N97 Transition Black; N97 mini Cherry Black; iPhone 3GS 16GB Black; iPhone 4 16GB Black; N8-00 Dark Grey; iPhone 4S 16GB Black; iPhone 5s 32GB Space Gray
    Current: 808 PureView Black (Nokia Belle FP2, v113.010.1507) & iPhone 6 64GB Space Gray (iOS 8.1.2)

  • I have new computer and want to be able transfer my iTunes to it, music, apps etc and sync my iPad on it. what do I need to do plse to set this up on the new Pc?

    I have new computer and want to be able transfer my iTunes to it, music, apps etc and sync my iPad on it. what do I need to do plse to set this up on the new Pc?

    Transferring music with home sharing.
    http://support.apple.com/kb/HT4527
    Backing up iTunes on DVD
    http://support.apple.com/kb/ht1382
    This may be helpful as well. Read about it and see what you think.
    http://www.copytrans.net/copytranstuneswift.php

  • Nokia Music with 5800 Connection Problems

    Hi All,
    Trying to update music from my PC to my 5800XM with Nokia Music 1.2
    When I connect using the USB cable and I select any of the 4 connction options, it tells me that I have selected the wrong connection type, but not which type to select.
    I have to transfer the music manually either by removing the MicroSD and inserting into my laptop or via USB connection to my PC. This, of course, doesn't transfer the album covers, which is part of the reason for using Nokia Music.
    Also transferring MP4 movies doesn't work using Windows/not via OVI.
    Regards,
    Mark 

    dropping the phone would result in hardware damage and hardware damage would be obvious. cracked screen, phone constantly rebooting, etc etc.
    What i have problem with is this, let's suppose dropping the phone NEVER caused the underlying issue, nokia care can turn around and say, you dropped it, it's your fault, but what if it was not? how exactly does nokia prove otherwise, part of the testing of the phones is to test stuff like being dropped, why else do they have machines which simulate this? the fact is phones are supposed to take a little punishemnet, just because the phone shows signs of it being dropped should not auto matically qualifiy it to being void, plenty of other eletronics out there, torches, mp3, phones can take a beating much more than she did and anyone else and warrenty not be void, this is just a cheap excuse to make more money and not repair the phone.

  • Lumia 520 Nokia Music Download Error

    Hello to all, I have lumia520, I have an existing account registered with Nokia Music I have terminated that account and created a new account, but now when I try to download song using Nokia Music I am getting an Activation Issue This Phone is already registered with a Nokia Music Unlimited Subscription...
    Please help to resolve this issue.... Thanks

    You must contact Nokia Care to get this resolved. They are the only party who can. That is the Nokia support line, not a Nokia Care Point!
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Lumia 520 nokia music activation problem

    When i try to download song in nokia music it says-this phone is already registered with a nokia music unlimited subscription. I don't know how to fix this problem.

    Contact Nokia Care (not the same as a Nokia Care point!) through THIS link
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Nokia Music: Mix Radio, Store, Gigs options disapp...

    Hi,
    I have been using Nokia Music on Lumia 710 without an issue until today when I launched it and options for mix radio, store & gigs disappeared. I uninstalled the app and re-downloaded it.
    On launching it, all options became available but disappeared again after a few seconds. Any subsequent launch without re-downloading doesn't show the options. Only my Music & Settings appear.
    What could be the issue? Am running Nokia Music vs 3.1.0.0 on OS Version 7.10.8773.98; Firmware 1600.3031.8773.12121.
    Any assistance will be appreciated.

    Hi engige,
    Welcome to the forums and thanks for posting!
    Please use the forum search function before posting. Often your question may be asked and answered before so you will have an answer right away. See the forum guidelines if you have any questions on posting.
    You can find release information on the new version of Nokia Music in this post. As of v3.x it is no longer possible to bypass the terms and conditions you agree on when using Nokia Music and use it in a region where the service (either Nokia Music and/or Mix Radio) are not available. See the list of countries where available in the post mentioned above.
    Hope this helps,
    Kosh
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

  • Nokia Music (Software) - Can't import files

    Hi
    I'm having trouble importing music with Nokia Music (Version 1.2.20226.01). The files are in a folder on my Windows desktop, but for some reason when I try to import them into Nokia Music, it doesn't see them.
    Even stranger is the fact that the files play through Nokia Music, but I cant seem to import them into the PC Collection.
    Has anyone had a similar problem or can anyone suggest what the problem might be?
    Thanks 

    I'm experiencing this problem for the 2nd time now. The first time I tried everything I could think of and ended up contacting nokia support... this is the solution I was given:
    I would suggest that you kindly uninstall Nokia Music application from your PC by following the steps below:
    The Nokia Music installation is shown in:
    Add/Remove programs listings within Control Panel of Windows XP (Classic View)
    Both of these locations can be navigated to by pressing Windows Key + R > enter: appwiz.cpl
    Within the list that shows all of the non-OS (Operating System) installed programs on the PC, there will be entry for Nokia Music. Select this entry, then select "Remove" from the options to the right. After the uninstallation process has succeeded, you may be prompted to restart your PC, please do so. Kindly note that this process will remove the Nokia Music application only. It will not remove any music content downloaded from the service.
    Once removed from the PC, delete or rename the MDataStore.db3 file in C:/documents and settings/<username>/local settings/application data/nokia data store/database. Then reinstall the Nokia Music client again and attempt to download the music content.
    NOTE: The <username> will be the Windows username used by customer.
    Steps to locate the MDataStore.db3:
    C:/documents and settings/<username>/local settings/application data/nokia data store/database
    Please select Tools>folder options>view> show hidden files and folders (from windows explorer). Kindly reboot PC after deleting the MDataStore.db3 file.
    Before reinstalling Nokia Music client, please note the following:
    1) If security settings are set too high, the Nokia Music client may not have installed properly.
    In Internet Explorer, select Tools > Internet Options > Security > Trusted Sites, and set the default level to Low.
    2) If you are using internet security or firewall, such as Norton Internet Security, Panda or Zone Alarm, they may block the Active X control from running. Check the program configurations, and lower the overall security settings to medium/low
    3) It is recommended that you add Nokia domain (*.nokia.com) as a trusted site in your firewall.
    4) Kindly ensure that your Internet connection is stable. After the above steps are followed, please try again to download Nokia Music client. You can refer to the link below to download and install Nokia Music client:
    http://www.nokia.com.sg/A41201680
    It worked for me - hope you guys have the same result;
    ~Dez

  • Nokia Music - N97

    I have a similar problem, I have tryed /t5/forums/replypage/board-id/music/message-id/124​25 but it didn't work.
    I own a N97 and have been downloading music through the Nokia music store straight from my phone, I'm now experiencing problems.
    My downloads are nowhere to be seen on my phone, I have looked and looked but no luck. When I go to the Nokia music store and hit the downloads button, I can see all my recent downloads, instead of the percentage they show them as "Downloaded", (This list previously cleared itself once a download was completed) I can play them from there or set them but nothing on my library and refreshing the library does nothing.
    Any help would be apreaciated.
    Thank you.

    yes on the n97 it is on e/music
    My  question is: where does nokia software put a database on my pc/windows xp a file to manage my music-files (i know where they are on my pc, I also know where itunes has its xml-file to database/manage the files).
    How does Nokia Music this and where? on 
    C:\programs\nokia?
    I already see that -grrrr- nokia music will act on my music-files managed with itunes when I change something in nokia music. We have over 7.200 titles it was much work to have everything nice and clean no wish of nokia music messing the whole thing!
    Nokia music hat no search function with letter, very heavy to browse through our files and I did not found any possibility to add new music files into nokia music.
    Where could I look for?
    Thanks
    Mad4patch

Maybe you are looking for