illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

error with "Bwf Mp2" conversion from VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RD from RG

    error with "Bwf Mp2" conversion from VB

    I have problem with 'Bwf Mp2' converter. I call conversion from Visual Basic:

    ....
    Call dMC.AddFromToFiles(fileToConvert, newNameFile)

    Call dMC.GoConversion("Bwf Mp2", True, False, True, True)
    ....

    and I get error at the end of conversion process:

    Error Musicconverter.exe
    AppName: musicconverter.ex AppVer: 4.0.0.52 ModName: ntdll.dll
    ModVer: 5.1.2600.1217 Offset: 00033aed

    It's only happen with "Bwf Mp2" codec. With 'mp2' or 'mp3' there is no problem.

    I get this error only with Windows XP computers. I try Win 98 - no error message. (If I disable Microsoft Error Reporting , there is no error message with Win XP too
  • Spoon
    Administrator
    • Apr 2002
    • 44777

    #2
    Re: error with "Bwf Mp2" conversion from VB

    Try switching off preserve tags.
    Spoon
    www.dbpoweramp.com

    Comment

    • RD from RG

      #3
      Re: error with "Bwf Mp2" conversion from VB

      I try switching off preserve tag:


      Set dMC = CreateObject("dMCScripting.Converter")
      dMC.VolumeNormalize = False

      dMC.PreserveTags = False

      dMC.ConvertToFolder = True
      dMC.ToFolder = pathCache


      but I still get errors (WinXP) :(

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 44777

        #4
        Re: error with "Bwf Mp2" conversion from VB

        Converting from what file type?
        Spoon
        www.dbpoweramp.com

        Comment

        • Unregistered

          #5
          Re: error with "Bwf Mp2" conversion from VB

          Spoon You have right to ask about format...
          I have PCM wave with Bwf chunks and 1 extra custom chunk. I think this is source of my problem...

          Regards

          RD from RG

          Comment

          Working...