VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. hey everytime i try to load an asset (vcd source) it doesnt add and i get the following errors and then it crashes...

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at SVCD2DVDLib.Info.get_Audio1Codec()
    at x3284ccece41ee22b.xece14591aa1abb99..ctor(Guid xe423f530b92aa05c, String xd168ac2ed64c4662)
    at x3284ccece41ee22b.xece14591aa1abb99..ctor(String xd168ac2ed64c4662)
    at x3284ccece41ee22b.xe4d2667f3c3c2e1b.xca3a7a432977a ec0(Array x19218ffab70283ef)
    at x3284ccece41ee22b.xe4d2667f3c3c2e1b.x32086c1a80bfe 175(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc)
    at DevComponents.DotNetBar.BaseItem.RaiseClick()
    at DevComponents.DotNetBar.BaseItem.InternalMouseUp(M ouseEventArgs objArg)
    at DevComponents.DotNetBar.PopupItem.InternalMouseUp( MouseEventArgs objArg)
    at DevComponents.DotNetBar.ButtonItem.InternalMouseUp (MouseEventArgs objArg)
    at DevComponents.DotNetBar.BaseItem.InternalMouseUp(M ouseEventArgs objArg)
    at DevComponents.DotNetBar.GenericItemContainer.Inter nalMouseUp(MouseEventArgs objArg)
    at DevComponents.DotNetBar.Bar.OnMouseUp(MouseEventAr gs e)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at DevComponents.DotNetBar.Bar.WndProc(Message& m)
    at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///e:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
    ----------------------------------------
    SVCD2DVD
    Assembly Version: 2.0.1805.29370
    Win32 Version: 2.0.1805.29370
    CodeBase: file:///E:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/SVCD2DVD.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///e:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
    ----------------------------------------
    System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///e:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///e:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
    ----------------------------------------
    DevComponents.DotNetBar
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///E:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/DevComponents.DotNetBar.DLL
    ----------------------------------------
    AxInterop.CodeLock
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///E:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/AxInterop.CodeLock.DLL
    ----------------------------------------
    System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///e:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///e:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
    ----------------------------------------
    Interop.CodeLock
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///E:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/Interop.CodeLock.DLL
    ----------------------------------------
    Interop.QuartzTypeLib
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///E:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/Interop.QuartzTypeLib.DLL
    ----------------------------------------
    System.Design
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///e:/windows/assembly/gac/system.design/1.0.5000.0__b03f5f7f11d50a3a/system.design.dll
    ----------------------------------------
    SVCD2DVDLib
    Assembly Version: 1.0.1797.35130
    Win32 Version:
    CodeBase: file:///E:/Program%20Files/BadgerSoft/SVCD2DVD%202%20BETA/SVCD2DVDLib.DLL
    ----------------------------------------
    Microsoft.VisualC
    Assembly Version: 7.0.5000.0
    Win32 Version: 7.10.3052.4
    CodeBase: file:///e:/windows/assembly/gac/microsoft.visualc/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualc.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just in time (JIT) debugging, the config file for this
    application or machine (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the machine
    rather than being handled by this dialog.
    Quote Quote  
  2. Member ChrissyBoy's Avatar
    Join Date
    Feb 2003
    Location
    Yorkshire!
    Search Comp PM
    Can you put a sample somewhere for me to look at or email me for FTP details so you can upload a sample?
    SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
    VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
    Quote Quote  



Similar Threads

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