VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Jul 2006
    Location
    Australia
    Search Comp PM
    This is the log file which shows some type of Class not registered error After finished with all settings, when I clicked on "Burn" to start encoding, Nero Recode showed option to save log file.

    I have Nero 7 with latestest update which is 7.2.3.2b

    ********** Nero Recode **********

    Version: 2.3.0.9

    Project type: Nero Digital
    Target size: Custom (614400)

    21:59:41 File LangStreamPatcher.cpp, Line 56
    Command table patching started...

    21:59:41 File LangStreamPatcher.cpp, Line 135
    All tables successfully patched!

    Burn settings:
    Target: Hard disk folder
    Number of copies: 1
    Target folder: K: (59484348416 bytes free)
    NeroDigital profile: Standard
    Shutdown when finished: false
    Advanced Analysis: false
    Compress Adaptive: false

    21:59:48 File burn_ndigital.cpp, Line 171
    NeroDigital: init

    21:59:53 File burn_ndigital.cpp, Line 282
    NeroDigital: burning 614400 sectors (614399 required)

    21:59:53 File burn_ndigital.cpp, Line 321
    NeroDigital: Adjusting target size

    21:59:53 File burn_ndigital.cpp, Line 363
    NeroDigital: beginning 1st-pass operation

    21:59:53 File burn_ndigital.cpp, Line 777
    NeroDigital: encode My DVD

    Source:
    Size (720,576)
    Display Aspect Ratio (4,3)
    Deinterlace enabled
    Cropping enabled (18, 4, 6, 0)
    Resizing enabled (560,432)
    Pixel ratio (1,1)
    Bitrate: 1113600 bps

    Watermark disabled
    21:59:53 File burn_ndigital.cpp, Line 802
    Nth-pass file = D:\DOCUME~1\WASEEM~1\LOCALS~1\Temp\\My DVD 3a04172.bin

    ERROR in file:k:\sources\applications\recode2\nero recode ii\burning\../directshow/DSError.h, line:120, error:Class not registered (0x80040154)
    21:59:53 File burn_ndigital.cpp, Line 213
    NeroDigital: exit
    Thanks in advance for some help
    Quote Quote  
  2. Mod Neophyte Super Moderator redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    Maybe this: http://forum.doom9.org/showthread.php?t=87165

    And welcome to our forums.
    Quote Quote  
  3. Member
    Join Date
    Jul 2006
    Location
    Australia
    Search Comp PM
    Thanks for reply and I tried Re-Registeration but still same Since I am not very good in making a batch file, here is the text which I put in a text file and saved it as .BAT .... Plz let me know if the batch file was not properly made, because after openning (double click) on batch file, an empty DOS window openned and closed after couple of seconds without showing any message
    @echo off
    for %%c in (aacplus.dll) do regsvr32 /s %%c
    for %%c in (AReadyLB.dll) do regsvr32 /s %%c
    for %%c in (atl71.dll) do regsvr32 /s %%c
    for %%c in (MSVCP60.DLL) do regsvr32 /s %%c
    for %%c in (msvcp71.dll) do regsvr32 /s %%c
    for %%c in (msvcr71.dll) do regsvr32 /s %%c
    for %%c in (ndvddisc.dll) do regsvr32 /s %%c
    for %%c in (NeAMR.dll) do regsvr32 /s %%c
    for %%c in (NeDiscManager.dll) do regsvr32 /s %%c
    for %%c in (NeMlpDec.dll) do regsvr32 /s %%c
    for %%c in (NeNDGui.dll) do regsvr32 /s %%c
    for %%c in (neroadb.dll) do regsvr32 /s %%c
    for %%c in (neroapl.dll) do regsvr32 /s %%c
    for %%c in (HMNavigator.ax) do regsvr32 /s %%c
    for %%c in (NDParser.ax) do regsvr32 /s %%c
    for %%c in (NeAudCD.ax) do regsvr32 /s %%c
    for %%c in (NeAudible.ax) do regsvr32 /s %%c
    for %%c in (NeAudio2.ax) do regsvr32 /s %%c
    for %%c in (NeAudio.ax) do regsvr32 /s %%c
    for %%c in (NeAudioConv.ax) do regsvr32 /s %%c
    for %%c in (NeAVSync.ax) do regsvr32 /s %%c
    for %%c in (NeBDGraphic.ax) do regsvr32 /s %%c
    for %%c in (NeBDThumbnail.ax) do regsvr32 /s %%c
    for %%c in (NeCapture.ax) do regsvr32 /s %%c
    for %%c in (NeDeinterlace.ax) do regsvr32 /s %%c
    for %%c in (NeDVD.ax) do regsvr32 /s %%c
    for %%c in (NeDVSplitter.ax) do regsvr32 /s %%c
    for %%c in (NeFileSourceAsync.ax) do regsvr32 /s %%c
    for %%c in (NeFSource.ax) do regsvr32 /s %%c
    for %%c in (NeFTC.ax) do regsvr32 /s %%c
    for %%c in (NeNDAud.ax) do regsvr32 /s %%c
    for %%c in (NeNDMux.ax) do regsvr32 /s %%c
    for %%c in (NeNDVid.ax) do regsvr32 /s %%c
    for %%c in (NeOggSplitter.ax) do regsvr32 /s %%c
    for %%c in (NeOverlayMixer.ax) do regsvr32 /s %%c
    for %%c in (NePhotoSource.ax) do regsvr32 /s %%c
    for %%c in (NePSMuxer.ax) do regsvr32 /s %%c
    for %%c in (NeQTDec.ax) do regsvr32 /s %%c
    for %%c in (NeRender.ax) do regsvr32 /s %%c
    for %%c in (NeResize.ax) do regsvr32 /s %%c
    for %%c in (NeroFormatConv.ax) do regsvr32 /s %%c
    for %%c in (NeroVideoProc.ax) do regsvr32 /s %%c
    for %%c in (NeSampleQueue.ax) do regsvr32 /s %%c
    for %%c in (NeSBE.ax) do regsvr32 /s %%c
    for %%c in (NeSceneDetector.ax) do regsvr32 /s %%c
    for %%c in (NeSoundProc.ax) do regsvr32 /s %%c
    for %%c in (NeSplitter.ax) do regsvr32 /s %%c
    for %%c in (NeStreamControl.ax) do regsvr32 /s %%c
    for %%c in (NeSubpicture.ax) do regsvr32 /s %%c
    for %%c in (NeSubtitle.ax) do regsvr32 /s %%c
    for %%c in (NeVCD.ax) do regsvr32 /s %%c
    for %%c in (NeVCR.ax) do regsvr32 /s %%c
    for %%c in (NeVideo.ax) do regsvr32 /s %%c
    for %%c in (NeVideoAnalyzer.ax) do regsvr32 /s %%c
    for %%c in (NeVideoHD.ax) do regsvr32 /s %%c
    for %%c in (NeVideoRenderer.ax) do regsvr32 /s %%c
    echo Registration finished
    Thanks !
    Quote Quote  
  4. it looks like it is looking for some direct show stuff , check your video card drivers and update them also update direct x.
    Quote Quote  
  5. Member
    Join Date
    Jul 2006
    Location
    Australia
    Search Comp PM
    Video Card Drivers updated ......... Direct X 9.0c (Win XP SP2)

    BTW I have ATI All in Wonder 9600 Pro
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!