When using 2.1.2308 it is the first time that the program stops with the following error message:
Informationen über das Aufrufen von JIT-Debuggen
finden Sie am Ende dieser Meldung, anstatt in diesem Dialogfeld.
************** Ausnametext **************
System.Runtime.InteropServices.ExternalException: Der angeforderte Zwischenablagevorgang ist fehlgeschlagen.
at System.Windows.Forms.Clipboard.SetDataObject(Objec t data, Boolean copy)
at x3284ccece41ee22b.x529c233d07ffb0d5.x78aff39af5f14 8a1(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevComponents.DotNetBar.ButtonX.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)
************** Geladene Assemblys **************
mscorlib
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
SVCD2DVD
Assembly-Version: 2.1.2308.33338
Win32-Version: 2.1.2308.33338
CodeBase: file:///C:/Programme/BadgerIT/SVCD2DVD%20v2/SVCD2DVD.exe
----------------------------------------
System.Windows.Forms
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.2032
CodeBase: file:///c:/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:///c:/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:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
DevComponents.DotNetBar
Assembly-Version: 5.6.0.0
Win32-Version: 5.6.1.9
CodeBase: file:///C:/Programme/BadgerIT/SVCD2DVD%20v2/DevComponents.DotNetBar.DLL
----------------------------------------
AxInterop.CodeLock
Assembly-Version: 1.0.0.0
Win32-Version: 1.0.0.0
CodeBase: file:///C:/Programme/BadgerIT/SVCD2DVD%20v2/AxInterop.CodeLock.DLL
----------------------------------------
System.Design
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.design/1.0.5000.0__b03f5f7f11d50a3a/system.design.dll
----------------------------------------
Accessibility
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
System.Xml
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Interop.CodeLock
Assembly-Version: 1.0.0.0
Win32-Version: 1.0.0.0
CodeBase: file:///C:/Programme/BadgerIT/SVCD2DVD%20v2/Interop.CodeLock.DLL
----------------------------------------
mscorlib.resources
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/mscorlib.resources/1.0.5000.0_de_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.5000.0_de_b77a5c561934e089/system.windows.forms.resources.dll
----------------------------------------
System.resources
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.resources/1.0.5000.0_de_b77a5c561934e089/system.resources.dll
----------------------------------------
Interop.QuartzTypeLib
Assembly-Version: 1.0.0.0
Win32-Version: 1.0.0.0
CodeBase: file:///C:/Programme/BadgerIT/SVCD2DVD%20v2/Interop.QuartzTypeLib.DLL
----------------------------------------
System.Design.resources
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.design.resources/1.0.5000.0_de_b03f5f7f11d50a3a/system.design.resources.dll
----------------------------------------
Interop.DexterLib
Assembly-Version: 1.0.0.0
Win32-Version: 1.0.0.0
CodeBase: file:///C:/Programme/BadgerIT/SVCD2DVD%20v2/Interop.DexterLib.DLL
----------------------------------------
System.Management
Assembly-Version: 1.0.5000.0
Win32-Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.management/1.0.5000.0__b03f5f7f11d50a3a/system.management.dll
----------------------------------------
Microsoft.VisualBasic
Assembly-Version: 7.0.5000.0
Win32-Version: 7.10.6001.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht von diesem Dialogfeld behandelt.
+ Reply to Thread
Results 1 to 7 of 7
-
-
When does this happen?
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Shortly after the title creator started.
I was trying to make a DVD with two movies. The conversion from from mpg to S2D worked fine, but when the menu creator started the error message popped up and the program stopped. -
Okay, here some more details. Sorry for this long message.
This error message appears, when the program stops working:
Version: SVCD2DVD 2.1
Build: 2.1.2308.33338
Type: System.NullReferenceException
Source: SVCD2DVD
Message: Object reference not set to an instance of an object.
InnerException:
StackTrace: at x3284ccece41ee22b.xd3764d4f1e921081.AuthorDVD(xc76 139390a97debb xd2637df501625a82, x81974c36d7fdf1e1 xb4ee5c1758e9e983, Int32 xdc4f66b5011a3c9d, String[] x738d70b20493db82, Boolean x6b20cb17e8070d92, Boolean x3c21da9f928aac10)
at x3284ccece41ee22b.xd3764d4f1e921081.x2e6504f39decc 498()
at x3284ccece41ee22b.xd3764d4f1e921081.xf81783e1b359f fc3()
Here is the corresponding log file:
************************************************** ******************
************************ SYSTEM INFORMATION ************************
************************************************** ******************
***************************** SVCD2DVD *****************************
Name: SVCD2DVD 2.1
Title: 2.1
Version: 2.1.2308.33338
Executable: C:\Programme\BadgerIT\SVCD2DVD v2\SVCD2DVD.exe
Executable size: 2,85 MB
Executable size in bytes: 2998355
Executable CreationTime: 27.04.2006 17:33:02
Executable LastWriteTime: 30.04.2006 19:08:35
Executable LastAccessTime: 01.05.2006 09:23:47
************************* Operating System *************************
Operating System: Microsoft Windows XP Professional
Service Pack: Service Pack 2
Version : 5.1.2600
Windows Directory : C:\WINDOWS
OSLanguage: 1031
CodeSet: 1252
CountryCode: 49
Local: 0407
Total Physical Memory: 0,99 GB
Free Physical Memory: 699 MB
Total Virtual Memory: 1,99 GB
Free Virtual Memory: 1,95 GB
***************************** Computer *****************************
Computer Manufacturer Name: To Be Filled By O.E.M.
Computer Model: To Be Filled By O.E.M.
System Type: X86-based PC
Computer Name: ADMINISTRATOR
DomainRole: x2c3419cdc9b8e007
Number Of Processors: 2
User Name: ADMINISTRATOR\PC
***************************** Processor ****************************
Manufacturer: GenuineIntel
Processor: Intel(R) Pentium(R) 4 CPU 2.80GHz
Description: x86 Family 15 Model 2 Stepping 9
CPU Speed: 2,798GHz
CPU FSB: 200MHz
L2 Cache Size: 0 Byte
Manufacturer: GenuineIntel
Processor: Intel(R) Pentium(R) 4 CPU 2.80GHz
Description: x86 Family 15 Model 2 Stepping 9
CPU Speed: 2,798GHz
CPU FSB: 200MHz
L2 Cache Size: 0 Byte
11:25:21: Logical CPUs: 2
***************************** Time Zone ****************************
Time Zone:
****************************** VIDEO *******************************
Name: NVIDIA GeForce FX 5900XT
Processor: GeForce FX 5900XT
Mode: 1024 x 768 x 4294967296 Farben
Video Ram: 128 MB
Status: OK
****************************** Drives *******************************
DeviceID: C:
FileSystem: NTFS
Size: 137 GB
FreeSpace: 32,4 GB
DeviceID: D:
FileSystem: NTFS
Size: 7,84 GB
FreeSpace: 1,50 GB
************************************************** ******************
********************* END OF SYSTEM INFORMATION ********************
************************************************** ******************
11:25:21: SVCD2DVD: DVDfolders
Generating DVD folders please wait....
11:25:21: -->: DVDFolders creating VTS
11:25:21: -->: VTS 01
11:25:21:
DVD Folders: Processing C:\Programme\BadgerIT\SVCD2DVD v2\dummymenuPAL.mpg...
11:25:21:
DVD Folders: Processing C:\Programme\BadgerIT\SVCD2DVD v2\dummymenuPAL.mpg...
11:25:21:
11:25:21:
11:25:21:
11:25:21: SVCD2DVD: DVDfolders
Generating DVD folders please wait....
11:25:21: -->: DVDFolders creating VTS
11:25:21: -->: VTS 02
11:25:21:
DVD Folders: Processing C:\Programme\BadgerIT\SVCD2DVD v2\dummymenuPAL.mpg...
11:25:21:
DVD Folders: Processing C:\Programme\BadgerIT\SVCD2DVD v2\dummymenuPAL.mpg...
11:25:21:
11:25:21:
11:25:21:
---------------------------- ENCODING MENU ----------------------------
TV Standard: PAL
Image size: 768x576
Resize size: 720x576
---------------------------- ENCODING MENU ----------------------------
11:25:22: FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
11:25:22: configuration: --enable-a52 --enable-gpl --enable-memalign-hack --disable-debug --enable-pthreads
11:25:22: libavutil version: 49.0.0
11:25:22: libavcodec version: 51.4.0
11:25:22: libavformat version: 50.2.1
11:25:22: built on Mar 14 2006 17:24:07, gcc: 3.4.4 (mingw special)
11:25:22: Input #0, image2, from 'C:\Programme\BadgerIT\SVCD2DVD v2\menu\background%d.jpg':
11:25:22: Duration: 00:00:00.0, start: 0.000000, bitrate: N/A
11:25:22: Stream #0.0, 25.00 fps(r): Video: mjpeg, yuvj420p, 720x576
11:25:22: Output #0, rawvideo, to 'C:\Programme\BadgerIT\SVCD2DVD v2\menu\backgroundES.mpv':
11:25:22: Stream #0.0, 25.00 fps(c): Video: mpeg2video, yuv420p, 720x576, q=2-31, 1000 kb/s
11:25:22: Stream mapping:
11:25:22: Stream #0.0 -> #0.0
11:25:22: video:65kB audio:0kB global headers:0kB muxing overhead 0.000000%
11:25:22: INFO: [???] mplex version 2.0.0 (2.2.3 $Date: 2004/01/13 20:45:26 $)
11:25:22: INFO: [???] File C:\Programme\BadgerIT\SVCD2DVD v2\menu\backgroundES.mpv looks like an MPEG Video stream.
11:25:22: INFO: [???] Video stream 0: profile 8 selected - ignoring non-standard options!
11:25:22: INFO: [???] Found 0 audio streams and 1 video streams
11:25:22: INFO: [???] Selecting dvdauthor DVD output profile
11:25:22: INFO: [???] Multiplexing video program stream!
11:25:22: INFO: [???] Scanning for header info: Video stream e0 (C:\Programme\BadgerIT\SVCD2DVD v2\menu\backgroundES.mpv)
11:25:22: INFO: [???] VIDEO STREAM: e0
11:25:22: INFO: [???] Frame width : 720
11:25:22: INFO: [???] Frame height : 576
11:25:22: INFO: [???] Aspect ratio : 1:1 pixels
11:25:22: INFO: [???] Picture rate : 25.000 frames/sec
11:25:22: INFO: [???] Bit rate : variable
11:25:22: INFO: [???] Vbv buffer size : 34816 bytes
11:25:22: INFO: [???] CSPF : 0
11:25:22: INFO: [???] SYSTEMS/PROGRAM stream:
11:25:22: INFO: [???] rough-guess multiplexed stream data rate : 0001248
11:25:22: INFO: [???] target data-rate specified : 10080000
11:25:22: INFO: [???] Setting specified specified data rate: 10080000
Could you please send me a link to a previous build of SVCD2DVD, so I can at least work on my videos. Thx.
B.t.w. In the latest build the trash can icon is hiding the scale of the media player. See attached image.
Best regards,
Meise
-
Can you attach the log for the run in which the mpegs are processed and then you get the error?
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Hi Chrissy,
pleasew find attached the log file
could you please send me a link for the previous build. This worked fine for me.
Thx,
Meise
svcd2dvdlog-20060501112758.txt -
Ok. You will have to email me for that.
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
Similar Threads
-
Power Shut Down Issue
By Snakebyte1 in forum ComputerReplies: 11Last Post: 6th Dec 2010, 06:50 -
Computer Won't Shut Down
By DarrellS in forum ComputerReplies: 5Last Post: 23rd Jun 2010, 00:51 -
How to shut down harddrives after 20 minutes
By mysts in forum ComputerReplies: 2Last Post: 20th Jan 2010, 02:19 -
Super converter shut down.
By dfisher052 in forum Video ConversionReplies: 0Last Post: 21st Mar 2009, 09:49 -
PC suddenly forces me to shut down
By Jeikobu in forum ComputerReplies: 15Last Post: 3rd Dec 2008, 19:18