'Cannot find module' when you try to burn a slideshow with the included MP3 files

original title: Hello I receive an error message when you try to burn a slide show. The error occurs only after I have add mp3 music to the slideshow. The error message is "cannot find module '.

Windows 7

Windows DVD maker
Overview of the slideshow works until the music is added
Mp3 music files

Hi SteveC_999,

1. are you able to add different file format music files slide show Windows DVD Maker?

2 did you change on your computer before this problem?

You can use your favorite search engine & download any third-party file converter to convert the MP3 file format to a file format that is supported by Windows DVD Maker.

Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

Hope this information is useful.

Tags: Windows

Similar Questions

  • When you try to use windows media player, the wmploc.d11 file has a version number of 11.0.6002.18311 where to 11.0.6002.18111.

    When you try to use windows media player, the wmploc.d11 file has a version number of 11.0.6002.18311 where to 11.0.6002.18111.

    The following article is maybe worth a visit:

    (961047) WMP update after you one
    wmploc.dll on version error
    wrong number
    http://support.Microsoft.com/kb/961047

    Failure to solve the problem... and if you
    are comfortable editing the registry... it
    may be worth a try to remove the following text
    Registry keys:

    (FWIW... it's always a good idea to create a system)
    Restore point before editing the registry)

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\wmp.dll
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\wmploc.dll
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\\wmplayer.exe

  • E5 - 573G laptop 56RG breaks down when you try to play a game with the Nvidia GeForce 940 M processor.

    Whenever I try to play a game using the Nvidia card on the laptop Aspire E5 56RG - 573 G computer goes to a blue screen and gives the error "Video_Schedular_Internal_error" before restarting.

    All the games that I tried to run by using the processor 940 m 7200LE crashed the PC.

    Minecraft, Star Trek Online, dungeons and Dragons Online and Neverwinter all crash as soon as the game is loading all the graphics. All the games work very well using the processor 5500 on-board Intel HD graphics but way less detailed than the 940 m from Nvidia is capable of.

    I've updated to the latest Nvidia drivers twice now (Oct and Nov references) with the help of installs clean. I also tried the Nvidia driver on the support page from Acer for the serial number of this PC. I've updated to the last update of the bios on the page of Support as well. Again, the PC crashes when you try to play a game using the Nvidia graphics processor.

    My operating system is windows 10.

    Most of the error information I could find said it is a driver problem or I have a faulty video card. Any suggestion or help would be appreciated.

    Cerealkiddo on Nvidia forums has found a real solution to the problem.

    1. download MSI Afterburner.

    2. change the base to-13 clock and clock from memory to-15.

    3. save in a profile and apply the changes.

    Make sure you only keep afterburner running everything at stake.

    Source:

    https://forums.GeForce.com/default/topic/901903/GeForce-mobile-GPUs/940m-BSOD-issues-w-Optimus-on-Wi...

    This is Underclocks not GPU slightly and stops the BSOD hangs.

    I played Skyrim for about 4 hours now maxed out graphic with map selected Nvidia and he collapsed once, while before this fix, it would break the pc after 2 minutes of play on any parameter using the nvidia card.

    Keep Afterburner running everything at stake. I turned it off to test and games went immediately to crashing after a few minutes of play. He turned back and was able to play games once again without any problems.

  • When you try to activate Windows Vista with the key that came with it, I get an error that the key is of the wrong type for activation.

    activation code

    I had a hard drive crash and installed the new hard drive. Installed my copy of vista that came with computer and when I tried to activate the software with the code provided with this windows says it's the wrong activation for this software.

    1. start your own, new thread in the following Microsoft Genuine Advantage forum and repost your MGA journal, and a clear description of your problem:

    http://social.Microsoft.com/forums/en-us/genuinevista/threads>

    2 Troubleshooting specialist will analyze the data and recommend an appropriate solution.

    Please run the Microsoft Genuine Diagnostics Tool then copy and paste the results into an answer here for further analysis:

    http://go.Microsoft.com/fwlink/?LinkId=52012>

    3. try the listed here appropriate phone number: phone numbers Microsoft Activation centers worldwide:

    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx>

    UTC/GMT is 21:19 Saturday, may 12, 2012

  • 672PCI 6723 error when you try to generate a signal with the sample of 20 kHz clock

    I have a piece of code that worked successfully on the PCI-6224 map, but when I tried to implement the same code on the card PCI-6723 I ran into problems.

    Here is the code I use:

    ManchConversion6723();//produces SendIt array of series of 1s/0s
    
    // DAQmx Configure Clock
    DAQmxErrChk (DAQmxCreateTask("",&taskHandleFRQ));
    DAQmxErrChk (DAQmxCreateCOPulseChanFreq(taskHandleFRQ,"Dev3/ctr0","",DAQmx_Val_Hz,DAQmx_Val_Low,0,20000,0.5));
    DAQmxErrChk (DAQmxCfgImplicitTiming(taskHandleFRQ,DAQmx_Val_ContSamps,72));
    
    // DAQmx Configure Digital Output
    DAQmxErrChk (DAQmxCreateTask("",&taskHandle));MessageBox("D");//vj
    DAQmxErrChk (DAQmxCreateDOChan(taskHandle,"Dev3/port0/line0","",DAQmx_Val_ChanPerLine));MessageBox("E");//vj
    DAQmxErrChk (DAQmxCfgSampClkTiming(taskHandle,"/Dev3/Ctr0InternalOutput",20000,DAQmx_Val_Rising,DAQmx_Val_ContSamps,72));
    
    // DAQmx Write Code
    DAQmxErrChk (DAQmxWriteDigitalLines(taskHandle,72,0,10.0,DAQmx_Val_GroupByChannel,SendIt6723,NULL,NULL));
    
    // DAQmx Start Code
    DAQmxErrChk (DAQmxStartTask(taskHandleFRQ));
    DAQmxErrChk (DAQmxStartTask(taskHandle));
    

    When I get on the DAQmxCfgSampClkTiming line, I get an error stating:

    DAQmx error: measurements: request the value is not supported for this property value.

    PropertyAQmx_SampTimingType

    You asked: DAQmx_Val_SampClk

    You can select: DAQmx_Val_OnDemand

    Task name: _unnamedTask<0>

    State code:-200077

    I think that the problem comes from the variable of the source of the function. I'm just tring to send the data to the frequency of 20 kHz.

    Any help would be greatly appreciated. Thanks in advance!

    Too bad. The impression that the PCI-6723 does not contain correlated DIO channels. In other words, examples of clock cannot be linked to the DIO channels allowing the generation of digital waveforms. According to the AO Series user manual, this applies to the NI 6731/6733 only. The mistake was trying to tell me that only a single issue or receive channel has been authorized.

    For this reason, I'll stick right with my card PCI-6224.

    Sorry for the confusion.

  • Error message when you try to use Windows media Player: the wmploc.d11 file has a version number of 11.0.6002.18111 where 11.0.6001.708 was expected

    My windows media player all of a sudden started giving the message "the file wmploc.d11 has a version number of 11.0.6002.18111 where 11.0.6001.708 was expected.   It started just today and I used it OK so far.    He says then I would go on the site to download the correct version. I click Yes and then try to download windows media player 11 for vista, but it then tells me that this does not apply to my system.  Any help would be appreciated,

    Thanks in advance.

    My windows media player all of a sudden started giving the message "the file wmploc.d11 has a version number of 11.0.6002.18111 where 11.0.6001.708 was expected.   It started just today and I used it OK so far.    He says then I would go on the site to download the correct version. I click Yes and then try to download windows media player 11 for vista, but it then tells me that this does not apply to my system.  Any help would be appreciated,

    Thanks in advance.

    =====================================
    It might be worth a try to do a system restore
    Safe mode for one hour before the beginning of the question:

    Using Windows 7 or Vista System Restore
    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    And/or... Maybe the article would be worth the trip.

    (961047) WMP update after you one
    wmploc.dll on version error
    wrong number
    http://support.Microsoft.com/kb/961047

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • When you try a yahoo search I get the error message "windows cannot find (web site name) make sure you typed the name correctly.

    Original title: error message

    When you try a yahoo search I get the error message "windows cannot find (web site name) make sure you typed the name correctly.

    Hello

    ·         What web browser do you use?

    ·         Would which site you find?

    ·         The issue is that with Yahoo search?

    ·         Exactly how you try to search? Web site or toolbar in Internet explorer?

    You try to use the Bing search engine to search for Web pages online. To access Bing search engine type www.bing.com in the address bar. Please provide us with more information about the issue to help you further.

  • 8FFD020E and C00D11AB when you try to burn CDs

    original title: 8FFD020E and C00D11AB

    This error prevents appear when you try to burn CDs. Have tried all of the suggestions. This is a very common errror, a lot of people on the Internet asking about it!  I managed to burn a couple of week last CD, after the publication of this error. Now, does not burn yet. This should be fixed! What is the solution?

    Hello

    Method 1:
    You can run the fix - it from the following link.
    Your CD or DVD drive cannot read or write media
    http://support.Microsoft.com/GP/cd_dvd_drive_problems
    Method 2:
    You can read the following article.
    How to troubleshoot problems that occur when you copy data on a CD - R or CD - RW optical disc in Windows XP
    http://support.Microsoft.com/kb/324129
    See also:
    How to copy information to a CD in Windows XP
    http://support.Microsoft.com/kb/306524
    How to troubleshoot Audio CD creation in Windows Media for Windows XP player
    http://support.Microsoft.com/kb/306319
  • "An error occurred" appears when you try to burn a CD

    After ordering the Windows Media Player 11 to START to BURN, a red circle with an X appears immediately to the bottom of the list of the songs selected for burning (in the title, in the middle of the main column).  CD were burned on this same burner, but I did not burn in about three months. Any suggestions?

    Hello

    ·        Do you have any third party burners installed on the system?

    ·        What is the exact error you get when you try to burn the CD?

    ·        You are able to use the CD drive for playback of the disc?

    I suggest you to try with another CD and check if you're able to burn or not.

    I suggest you run the fix it is present in the article below.

    Your CD or DVD drive cannot read or write media

    http://support.Microsoft.com/mats/cd_dvd_drive_problems/en-us

    Apart from that, I suggest you follow the steps mentioned in the article below.

    How to troubleshoot problems that occur when you copy data on a CD - R or CD - RW optical disc in Windows XP

    http://support.Microsoft.com/kb/324129

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • ntdll.dll error message when you try to burn DVDs

    Help please.  I use Magix Movie Edit Pro 2014 and when you try to burn on a DVD I get the following error message:

    I've uninstalled and reinstalled the software nothing is done and cannot figure out how to solve this problem.  I use Windows 7.

    Hello

    You must contact the support for developers of this product.

    Concerning

  • Satellite L500-19 X - code error when you try to burn on DVD

    Error code: 380381-26 - 2A 037303 when you try to burn to DVD.

    Can anyone help?

    Hello

    What program you use for burning discs?
    What operating system is installed?
    What kind of blank DVDs you are using?

    To be honest, I can t say something about it and description of a sentence is too short in this case.

    I advise to use high-quality Verbatim or TDK media. I have pretty good experience with DVD-R DVD + R media.

  • What is error C00D1197 in windows media player when you try to burn a CD.?

    What is error C00D1197 in windows media player when you try to burn a CD.?

    Hello

    These should help:

    WMP - C00D1197
    http://Windows.Microsoft.com/en-us/Windows7/C00D1197

    Windows Media Player Error Message help
    http://www.Microsoft.com/windows/windowsmedia/player/Webhelp/default.aspx?&mpver=11.0.5721.5145&ID=C00D1197&ContextId=71&OriginalID=80070002

    Also check this KB which could apply to other versions of WMP
    http://support.Microsoft.com/kb/834483

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • 'Burning disc error' when you try to burn a DVD

    Original title: I get the message "disc error" when trying to burn a DVD. I have recently restored factory settings and had no problem burning DVD previously. Any suggestions to fix this?

    I have a computer laptop advent 9117.

    Hi Adam,.

    What is the full and exact error message?

    I suggest you to refer to the article and see if it helps:

    Error message when you try to burn files on a recordable disc in Windows Vista: "there was an error burning this disc."

    http://support.Microsoft.com/kb/934544

    Let us know if it helps.

  • Windows Media Player 11 says disc not empty when you try to burn

    When you try to burn on my home computer with Vista and also computer work with XP, two media players say that the disc is not empty when you try to burn and put back a white disc.  Sometimes, it will finally work after multiple attempts; sometimes not!

    Hi doodle75,

    You try to add data to a multisession CD - R or CD - RW in Windows Media Player 11?

    If you attempt this task, this problem occurs because Windows Media Player 11 does not support multisession recording. You receive this message if the CD you are trying to record already contains data.

    To resolve this problem, save the data to a new CD - R or CD - RW.

    Reference:

    You are prompted to insert a blank disc when you try to add data to a multisession CD - R or CD - RW in Windows Media Player 11

    http://support.Microsoft.com/kb/930370

    Error message when you try to burn data to a DVD-RAM disc in Windows Media Center in Windows Vista or in Windows Media Player 11: "insert media".

    http://support.Microsoft.com/kb/927814

    Please see the link below for more information

    Burn a CD or DVD in Windows Media Player

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD-in-Windows-Media-Player-frequently-asked-questions

    Solve problems in Windows Media Player

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-in-Windows-Media-Player

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • 4251 error when you try to burn a cd from itunes

    When you try to burn a playlist from itunes, I get the error code 4251. Help! I have recently started doing this but have been using itunes for centuries without any problem.

    Post in Apple's Itunes, forums. Google for them.

Maybe you are looking for