Skip to content

Instantly share code, notes, and snippets.

@rdp
Last active December 31, 2015 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdp/78f24a13eb9abeb1463e to your computer and use it in GitHub Desktop.
Save rdp/78f24a13eb9abeb1463e to your computer and use it in GitHub Desktop.
~~Dr.M~~ Error #18: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a9480c5 <DirectShowSpy.DLL+0x680c5>)
~~Dr.M~~ # 5 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ # 6 dshow_read_header [libavdevice/dshow.c:1601]
~~Dr.M~~ # 7 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ # 8 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ # 9 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #10 __tmainCRTStartup
~~Dr.M~~ #11 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:00.244 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #19: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a9480c5 <DirectShowSpy.DLL+0x680c5>)
~~Dr.M~~ # 5 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ # 6 dshow_read_header [libavdevice/dshow.c:1601]
~~Dr.M~~ # 7 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ # 8 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ # 9 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #10 __tmainCRTStartup
~~Dr.M~~ #11 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:00.400 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
and even more if you want everything (some of these are not directshowspy related of course).
Microsoft Windows [Version 6.0.6002]
rdp@USER-PC C:\Users\rdp
> d:
rdp@USER-PC D:\
> dir
Volume in drive D is Micron 250GB
Volume Serial Number is 1A0F-61F5
Directory of D:\
12/30/2015 10:23 PM <DIR> dtv_tuner_ffmpeg
12/31/2015 10:23 AM <DIR> ffmpeg_github
12/29/2015 07:21 AM <DIR> installs
0 File(s) 0 bytes
3 Dir(s) 246,658,670,592 bytes free
rdp@USER-PC D:\
> cd dtv_tuner_ffmpeg
rdp@USER-PC D:\dtv_tuner_ffmpeg
> go_localish.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
[dshow @ 08a10fe0] NetworkType: ATSC
[dshow @ 08a10fe0] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 08a10fe0] Using def locator
[dshow @ 08a10fe0] create tune request
[dshow @ 08a10fe0] Def loator pre validate
[dshow @ 08a10fe0] BDA tuner added
[dshow @ 08a10fe0] BDA Receiver Component added
[dshow @ 08a10fe0] success infinite tee to graph.
[dshow @ 08a10fe0] Using DBA tuning stuff
[dshow @ 08a10fe0] ATSCChannelTuneRequest acquired.
[dshow @ 08a10fe0] Set frequency 651250
[dshow @ 08a10fe0] success setting ATSC tune request0x8e1c39a1 0xde53 0x11cf aa630080c744528d0xf90a6130 0xb658 0x11d2 ae490000f8754b99Video capture filter added to graph
0x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 112873544 mpeg2 addr 113301880
0x0000010c 0x0000 0x0000 c000000000000046Graph dump has been saved successfully.
[dshow @ 08a10fe0] Video capture filter connected
here is it
0x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 2619384 mpeg2 addr 113301880
bih from it
unable to determine pixel format? 0 0
0x56a868a6 0x0ad4 0x11ce b03a0020af0ba7700x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x31efac30 0x515c 0x11d0 a9aa00aa0061be930x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700xb900ddb1 0x125a 0x4644 b41202c776ecdc610x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x36b73880 0xc2c8 0x11cf 8b4600805f6cef600x56a868b2 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x56a868b5 0x0ad4 0x11ce b03a0020af0ba7700x56a868b4 0x0ad4 0x11ce b03a0020af0ba7700x56a868b3 0x0ad4 0x11ce b03a0020af0ba770Invalid frame dimensions 0x0, or possibly encountered data before first frame.
[mpeg2video @ 08a35f00] Invalid frame dimensions 0x0, or possibly encountered data before first frame.
Last message repeated 31 times
[mpeg2video @ 08a35f00] ac-tex damaged at 67 3
[mpeg2video @ 08a35f00] Warning MVs not available
[mpeg2video @ 08a35f00] concealing 3342 DC, 3342 AC, 3342 MV errors in I frame
Input #0, dshow, from 'video=Hauppauge WinTV 885 BDA Tuner/Demod':
Duration: N/A, start: 1.695950, bitrate: N/A
Stream #0:0: Video: mpeg2video (Main), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], Closed Captions, max. 24000 kb/s, 59.94 tbr, 10000k tbn, 119.88 tbc
Output #0, mp4, to 'yo.mp4':
Metadata:
encoder : Lavf56.40.101
Stream #0:0: Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 59.94 fps, 60k tbn, 59.94 tbc
Metadata:
encoder : Lavc56.58.100 mpeg4
Stream mapping:
Stream #0:0 -> #0:0 (mpeg2video (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
[mpeg2video @ 08a487a0] ac-tex damaged at 67 3
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3342 DC, 3342 AC, 3342 MV errors in I frame
[mpeg2video @ 08a487a0] ac-tex damaged at 42 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 41 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.956413 too large
Past duration 0.718071 too large
Past duration 0.758781 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 60 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 38 20
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 19 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.950554 too large
Past duration 0.750847 too large
overread 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 18 19=00:00:00.83 bitrate=1101.3kbits/s dup=7 drop=1
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 40 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
overread 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 43 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 72 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2461 DC, 2461 AC, 2461 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 39 20
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2000 DC, 2000 AC, 2000 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 70 20
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2000 DC, 2000 AC, 2000 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 44 25
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.699516 too large
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 79 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 71 23
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 76 4
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3253 DC, 3253 AC, 3253 MV errors in I frame
[mpeg2video @ 08a487a0] ac-tex damaged at 58 20
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.946404 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 4 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.908989 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 14 18=00:00:01.28 bitrate=1315.0kbits/s dup=10 drop=9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.922722 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 27 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 67 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2076 DC, 2076 AC, 2076 MV errors in P frame
Past duration 0.723503 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 35 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 18 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
Past duration 0.914238 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 59 16
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2311 DC, 2311 AC, 2311 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 19 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 21 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.760857 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 78 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2378 DC, 2378 AC, 2378 MV errors in P frame
Past duration 0.630302 too large 265kB time=00:00:01.65 bitrate=1313.1kbits/s dup=11 drop=13
[mpeg2video @ 08a487a0] ac-tex damaged at 7 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 62 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2231 DC, 2231 AC, 2231 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 26 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.841484 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 7 4
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08a487a0] ac-tex damaged at 74 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2219 DC, 2219 AC, 2219 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 28 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.834648 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 51 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.902397 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 51 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 26 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.674370 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 56 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.751030 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 33 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.980339 too large
Past duration 0.661308 too large 382kB time=00:00:02.36 bitrate=1322.1kbits/s dup=22 drop=14
[mpeg2video @ 08a487a0] ac-tex damaged at 58 20
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.953972 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 54 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.973503 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 69 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2392 DC, 2392 AC, 2392 MV errors in P frame
Past duration 0.792046 too large
Past duration 0.998283 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 12 12
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
Past duration 0.759026 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 43 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 37 12=00:00:02.90 bitrate=1290.7kbits/s dup=34 drop=14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 26 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 19 43
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 29 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 50 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2719 DC, 2719 AC, 2719 MV errors in P frame
Past duration 0.660088 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 47 39
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 480 DC, 480 AC, 480 MV errors in P frame
Past duration 0.737419 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 53 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2876 DC, 2876 AC, 2876 MV errors in P frame
Past duration 0.944878 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 27 34
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in P frame
overread 8
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.728813 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 43 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
Past duration 0.960808 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 55 34
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 43 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
Past duration 0.800713 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 27 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 44 33
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 15 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
overread 10 fps= 56 q=31.0 size= 549kB time=00:00:03.31 bitrate=1355.3kbits/s dup=38 drop=14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 63 DC, 63 AC, 63 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 0 35
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 800 DC, 800 AC, 800 MV errors in P frame
Past duration 0.660759 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 60 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2789 DC, 2789 AC, 2789 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 71 35
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 788 DC, 788 AC, 788 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 59 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2791 DC, 2791 AC, 2791 MV errors in P frame
Past duration 0.669426 too large
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 1 42
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 15 12
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 22 41
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 64 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2788 DC, 2788 AC, 2788 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 30 34
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 9 4
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 36 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
overread 8
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 543 DC, 543 AC, 543 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 22 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
Past duration 0.755486 too large
overread 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 45 34=00:00:03.68 bitrate=1406.5kbits/s dup=43 drop=14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 32 34
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in P frame
overread 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 160 DC, 160 AC, 160 MV errors in P frame
Past duration 0.674736 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 0 12
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 30 39
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 37 4
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08a487a0] ac-tex damaged at 18 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 74 40
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 380 DC, 380 AC, 380 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 11 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 79 38
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 532 DC, 532 AC, 532 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 26 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
overread 8
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 62 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2867 DC, 2867 AC, 2867 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 28 11=00:00:04.53 bitrate=1411.4kbits/s dup=76 drop=14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
Past duration 0.636284 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 65 32
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1031 DC, 1031 AC, 1031 MV errors in P frame
overread 8
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2703 DC, 2703 AC, 2703 MV errors in P frame
Past duration 0.764458 too large
Past duration 0.609001 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 31 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
Past duration 0.897331 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 71 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2463 DC, 2463 AC, 2463 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 8 41
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 30 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.616997 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 67 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2384 DC, 2384 AC, 2384 MV errors in P frame
Past duration 0.873039 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 0 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 08a487a0] ignoring pic cod ext after 0
[mpeg2video @ 08a487a0] ac-tex damaged at 75 4
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3254 DC, 3254 AC, 3254 MV errors in I frame
Past duration 0.863823 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 0 11e=00:00:05.00 bitrate=1451.3kbits/s dup=86 drop=16
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
Past duration 0.853813 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 50 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2879 DC, 2879 AC, 2879 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 12 38
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 560 DC, 560 AC, 560 MV errors in P frame
Past duration 0.850883 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 40 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
Past duration 0.713860 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 51 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2878 DC, 2878 AC, 2878 MV errors in P frame
Past duration 0.921318 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 59 7
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3030 DC, 3030 AC, 3030 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 40 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
Past duration 0.889091 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 49 8
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2960 DC, 2960 AC, 2960 MV errors in P frame
Past duration 0.829094 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 14 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
Past duration 0.860649 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 29 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 32 7e=00:00:05.38 bitrate=1459.2kbits/s dup=88 drop=17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3040 DC, 3040 AC, 3040 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 74 41
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 303 DC, 303 AC, 303 MV errors in P frame
[mpeg2video @ 08a487a0] slice too small
Error while decoding stream #0:0: Invalid data found when processing input
[mpeg2video @ 08a487a0] ac-tex damaged at 26 27
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08a487a0] warning: first frame is no keyframe
[mpeg2video @ 08a487a0] ac-tex damaged at 6 266
[mpeg2video @ 08a487a0] ac-tex damaged at 2 267
[mpeg2video @ 08a487a0] ac-tex damaged at 12 278
[mpeg2video @ 08a487a0] ac-tex damaged at 1 297
[mpeg2video @ 08a487a0] ac-tex damaged at 7 298
[mpeg2video @ 08a487a0] end mismatch left=96 4F45D5
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 21472 DC, 21472 AC, 21472 MV errors in P frame
Input stream #0:0 frame changed from size:1280x720 fmt:yuv420p to size:1280x4816 fmt:yuv420p
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] ac-tex damaged at 9 259
invalid cbp 0 at 15 257
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 18 261
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] ac-tex damaged at 7 266
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 6 267
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 13 271
[mpeg2video @ 08a487a0] ac-tex damaged at 9 272
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid cbp -1 at 45 275
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23767 DC, 23767 AC, 23767 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 4 279=00:00:06.00 bitrate=1406.8kbits/s dup=117 drop=17
[mpeg2video @ 08a487a0] ac-tex damaged at 9 280
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 14 281
[mpeg2video @ 08a487a0] invalid cbp -1 at 16 296
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 21607 DC, 21607 AC, 21607 MV errors in P frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] invalid mb type in P Frame at 26 257
mb incr damaged
[mpeg2video @ 08a487a0] ac-tex damaged at 10 260
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid cbp 0 at 10 263
[mpeg2video @ 08a487a0] ac-tex damaged at 7 267
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23997 DC, 23997 AC, 23997 MV errors in P frame
Past duration 0.964409 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 28 25800:00:06.03 bitrate=1400.4kbits/s dup=117 drop=17
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 19 275
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 2 times
[mpeg2video @ 08a487a0] ac-tex damaged at 14 293
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 3 294
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22056 DC, 22056 AC, 22056 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 23 258
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 1 267
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 23 269
[mpeg2video @ 08a487a0] first mb_incr damaged
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 1 275
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 2 284
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 1 times
[mpeg2video @ 08a487a0] ac-tex damaged at 21 291
[mpeg2video @ 08a487a0] invalid cbp -1 at 16 298
overread 5
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22558 DC, 22558 AC, 22558 MV errors in B frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] mb incr damaged
invalid mb type in P Frame at 26 257
[mpeg2video @ 08a487a0] mb incr damaged
Last message repeated 2 times
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 11 264
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 11 267
[mpeg2video @ 08a487a0] ac-tex damaged at 6 268
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 24080 DC, 24080 AC, 24080 MV errors in P frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] invalid mb type in B Frame at 17 257
[mpeg2video @ 08a487a0] skip with previntra
ac-tex damaged at 16 256
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 1 times
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 3 261
[mpeg2video @ 08a487a0] invalid cbp 0 at 13 263
[mpeg2video @ 08a487a0] invalid cbp -1 at 38 264
[mpeg2video @ 08a487a0] invalid cbp 0 at 17 266
[mpeg2video @ 08a487a0] mb incr damaged
Last message repeated 1 times
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] invalid cbp -1 at 8 277
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23924 DC, 23924 AC, 23924 MV errors in B frame
Past duration 0.673698 too large
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] invalid mb type in B Frame at 8 258
invalid mb type in B Frame at 17 257
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 18 263
[mpeg2video @ 08a487a0] ac-tex damaged at 10 266
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid cbp 0 at 42 269
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 6 277
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23682 DC, 23682 AC, 23682 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 14 256
[mpeg2video @ 08a487a0] invalid cbp 0 at 2 260
[mpeg2video @ 08a487a0] mb incr damaged
Last message repeated 1 times
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 40 265
[mpeg2video @ 08a487a0] ac-tex damaged at 7 266
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid cbp 0 at 8 270
[mpeg2video @ 08a487a0] invalid cbp 0 at 16 271
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] ac-tex damaged at 70 273
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23954 DC, 23954 AC, 23954 MV errors in P frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] ac-tex damaged at 31 256.8kbits/s dup=122 drop=18
mb incr damaged
[mpeg2video @ 08a487a0] ac-tex damaged at 28 262
[mpeg2video @ 08a487a0] ac-tex damaged at 1 263
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] ac-tex damaged at 0 267
[mpeg2video @ 08a487a0] ac-tex damaged at 7 269
[mpeg2video @ 08a487a0] ac-tex damaged at 6 270
[mpeg2video @ 08a487a0] ac-tex damaged at 24 273
[mpeg2video @ 08a487a0] ac-tex damaged at 17 277
[mpeg2video @ 08a487a0] invalid cbp 0 at 1 279
[mpeg2video @ 08a487a0] ac-tex damaged at 37 280
[mpeg2video @ 08a487a0] ac-tex damaged at 50 282
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] ac-tex damaged at 13 285
[mpeg2video @ 08a487a0] ac-tex damaged at 16 287
[mpeg2video @ 08a487a0] ac-tex damaged at 9 290
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22469 DC, 22469 AC, 22469 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 23 258
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 34 264
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid cbp 0 at 0 279
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 73 291
[mpeg2video @ 08a487a0] ac-tex damaged at 0 297
[mpeg2video @ 08a487a0] ac-tex damaged at 9 299
overread 5
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22403 DC, 22403 AC, 22403 MV errors in B frame
[mpeg2video @ 08a487a0] mb incr damaged
Last message repeated 3 times 1 times
[mpeg2video @ 08a487a0] invalid cbp 0 at 14 267
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 0 268
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 0 270
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 0 272
[mpeg2video @ 08a487a0] ac-tex damaged at 72 273
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23984 DC, 23984 AC, 23984 MV errors in P frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] ac-tex damaged at 13 259.1kbits/s dup=122 drop=18
[mpeg2video @ 08a487a0] skip with previntra
invalid mb type in B Frame at 45 256
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 13 266
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 1 278
[mpeg2video @ 08a487a0] ac-tex damaged at 31 281
[mpeg2video @ 08a487a0] ac-tex damaged at 2 282
[mpeg2video @ 08a487a0] invalid cbp 0 at 14 283
[mpeg2video @ 08a487a0] ac-tex damaged at 26 284
[mpeg2video @ 08a487a0] ac-tex damaged at 0 285
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] ac-tex damaged at 2 296
[mpeg2video @ 08a487a0] ac-tex damaged at 2 297
[mpeg2video @ 08a487a0] ac-tex damaged at 13 299
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22619 DC, 22619 AC, 22619 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 29 261
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 19 262
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 8 266
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 1 times
[mpeg2video @ 08a487a0] ac-tex damaged at 8 272
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid cbp -1 at 56 275
[mpeg2video @ 08a487a0] ac-tex damaged at 3 277
[mpeg2video @ 08a487a0] ac-tex damaged at 0 278
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 11 286
[mpeg2video @ 08a487a0] ac-tex damaged at 3 287
[mpeg2video @ 08a487a0] ac-tex damaged at 2 291
[mpeg2video @ 08a487a0] ac-tex damaged at 21 296
[mpeg2video @ 08a487a0] ac-tex damaged at 1 298
[mpeg2video @ 08a487a0] ac-tex damaged at 16 299
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22566 DC, 22566 AC, 22566 MV errors in B frame
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 44 260
[mpeg2video @ 08a487a0] mb incr damaged
Last message repeated 1 times
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 22 270
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 22 271
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 2 272
[mpeg2video @ 08a487a0] ac-tex damaged at 8 274
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23973 DC, 23973 AC, 23973 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 37 25800:00:06.28 bitrate=1367.4kbits/s dup=122 drop=18
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] invalid mb type in B Frame at 6 257
ac-tex damaged at 0 264
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 1 times
[mpeg2video @ 08a487a0] invalid cbp -1 at 35 283
[mpeg2video @ 08a487a0] ac-tex damaged at 1 284
[mpeg2video @ 08a487a0] ac-tex damaged at 6 288
[mpeg2video @ 08a487a0] ac-tex damaged at 19 290
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid cbp -1 at 32 294
[mpeg2video @ 08a487a0] ac-tex damaged at 3 296
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] end mismatch left=66 69F4B
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22513 DC, 22513 AC, 22513 MV errors in B frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] invalid mb type in B Frame at 0 258
ac-tex damaged at 25 256
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 44 260
[mpeg2video @ 08a487a0] ac-tex damaged at 6 261
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 4 264
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 5 269
[mpeg2video @ 08a487a0] ac-tex damaged at 21 270
[mpeg2video @ 08a487a0] ac-tex damaged at 50 273
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 0 282
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 6 286
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 1 287
[mpeg2video @ 08a487a0] ac-tex damaged at 8 292
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 0 299
[mpeg2video @ 08a487a0] ac-tex damaged at 12 300
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22547 DC, 22547 AC, 22547 MV errors in B frame
[mpeg2video @ 08a487a0] [mpeg2video @ 08a487a0] mb incr damaged
invalid mb type in P Frame at 34 257
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 19 259
[mpeg2video @ 08a487a0] ac-tex damaged at 26 260
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] mb incr damaged
Last message repeated 1 times
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 15 267
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] invalid mb type in P Frame at 43 271
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 23949 DC, 23949 AC, 23949 MV errors in P frame
[mpeg2video @ 08a487a0] skip with previntratime=00:00:06.32 bitrate=1361.8kbits/s dup=122 drop=19
[mpeg2video @ 08a487a0] invalid cbp -1 at 15 259
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 7 264
[mpeg2video @ 08a487a0] ac-tex damaged at 7 265
[mpeg2video @ 08a487a0] ac-tex damaged at 14 266
[mpeg2video @ 08a487a0] ac-tex damaged at 25 268
[mpeg2video @ 08a487a0] ac-tex damaged at 7 271
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 3 273
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] ac-tex damaged at 1 275
[mpeg2video @ 08a487a0] ac-tex damaged at 6 276
[mpeg2video @ 08a487a0] ac-tex damaged at 22 278
[mpeg2video @ 08a487a0] ac-tex damaged at 16 280
[mpeg2video @ 08a487a0] invalid cbp -1 at 7 282
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] invalid cbp -1 at 3 292
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] end mismatch left=13 B00
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22869 DC, 22869 AC, 22869 MV errors in B frame
[mpeg2video @ 08a487a0] mb incr damaged
[mpeg2video @ 08a487a0] skip with previntra
[mpeg2video @ 08a487a0] slice mismatch
[mpeg2video @ 08a487a0] ac-tex damaged at 19 271
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 2 times
[mpeg2video @ 08a487a0] ac-tex damaged at 0 277
[mpeg2video @ 08a487a0] ac-tex damaged at 15 279
[mpeg2video @ 08a487a0] ac-tex damaged at 0 281
[mpeg2video @ 08a487a0] invalid mb type in B Frame at 1 282
[mpeg2video @ 08a487a0] skip with previntra
Last message repeated 1 times
overread 5
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 22481 DC, 22481 AC, 22481 MV errors in B frame
Past duration 0.966057 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 69 5
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3180 DC, 3180 AC, 3180 MV errors in I frame
Input stream #0:0 frame changed from size:1280x4816 fmt:yuv420p to size:1280x720 fmt:yuv420p
Past duration 0.897148 too large 1292kB time=00:00:09.32 bitrate=1134.9kbits/s dup=298 drop=20
Past duration 0.869560 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 40 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2480 DC, 2480 AC, 2480 MV errors in I frame
Past duration 0.910149 too large
Past duration 0.965263 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 70 41
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 70 38
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 51 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 44 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.980400 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 44 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in I frame
Past duration 0.725029 too large
Past duration 0.982964 too large 1396kB time=00:00:10.27 bitrate=1112.5kbits/s dup=303 drop=20
Past duration 0.797112 too large
Past duration 0.977654 too large
Past duration 0.820244 too large
Past duration 0.609550 too large
Past duration 0.767143 too large
Past duration 0.960869 too large
Past duration 0.858086 too large
Past duration 0.630119 too large
Past duration 0.847221 too large
Past duration 0.668083 too large
Past duration 0.880974 too large
Past duration 0.603020 too large
Past duration 0.946404 too large
Past duration 0.756096 too large
Past duration 0.937309 too large
Past duration 0.736687 too large
Past duration 0.965385 too large
Past duration 0.803215 too large
Past duration 0.611259 too large
Past duration 0.831108 too large
Past duration 0.631035 too large
Past duration 0.856499 too large
Past duration 0.634026 too large 1454kB time=00:00:10.87 bitrate=1094.7kbits/s dup=303 drop=21
[mpeg2video @ 08a487a0] ac-tex damaged at 44 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in I frame
Past duration 0.751518 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 37 22
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.897942 too large
Past duration 0.921379 too large
Past duration 0.629692 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 43 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in I frame
Past duration 0.941277 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 34 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2880 DC, 2880 AC, 2880 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 59 34=00:00:11.99 bitrate=1074.2kbits/s dup=312 drop=23
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 40 35
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 800 DC, 800 AC, 800 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 40 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 67 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2542 DC, 2542 AC, 2542 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 20 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 27 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 11 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.793144 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 39 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 57 26
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1516 DC, 1516 AC, 1516 MV errors in P frame
Past duration 0.617790 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 14 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 6 13e=00:00:12.49 bitrate=1098.2kbits/s dup=322 drop=23
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.938591 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 23 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 13 12
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 25 34
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 48 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.945793 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 31 12
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 27 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2800 DC, 2800 AC, 2800 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 37 11
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
Past duration 0.961479 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 76 40
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 400 DC, 400 AC, 400 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 62 10
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2787 DC, 2787 AC, 2787 MV errors in P frame
overread 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 08a487a0] ac-tex damaged at 56 6
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3113 DC, 3113 AC, 3113 MV errors in I frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 68 22=00:00:12.97 bitrate=1098.2kbits/s dup=329 drop=23
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1821 DC, 1821 AC, 1821 MV errors in P frame
overread 9
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 34 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 49 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 5 21
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 5 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 38 41
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 42 16
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 15 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 20 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.638115 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 39 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 13 33=00:00:13.41 bitrate=1114.0kbits/s dup=336 drop=29
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.646049 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 2 13
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 22 19
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.753777 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 4 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
Past duration 0.936333 too large
[mpeg2video @ 08a487a0] ac-tex damaged at 34 14
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 42 43
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 43 15
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
Past duration 0.998283 too large
[mpeg2video @ 08a487a0] invalid cbp -1 at 28 16
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 79 16
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2292 DC, 2292 AC, 2292 MV errors in P frame
[mpeg2video @ 08a487a0] invalid cbp -1 at 4 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 23 7
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 3040 DC, 3040 AC, 3040 MV errors in I frame
[mpeg2video @ 08a487a0] ac-tex damaged at 61 18
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2148 DC, 2148 AC, 2148 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 18 17
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08a487a0] ac-tex damaged at 55 16=00:00:13.89 bitrate=1150.2kbits/s dup=341 drop=30
[mpeg2video @ 08a487a0] Warning MVs not available
[mpeg2video @ 08a487a0] concealing 2316 DC, 2316 AC, 2316 MV errors in P frame
frame= 806 fps= 14 q=31.0 Lsize= 1962kB time=00:00:13.93 bitrate=1154.0kbits/s dup=341 drop=30
video:1958kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.219290%
0xf90a6130 0xb658 0x11d2 ae490000f8754b990x00000000 0x0000 0x0000 c0000000000000460x8e1c39a1 0xde53 0x11cf aa630080c744528d
rdp@USER-PC D:\dtv_tuner_ffmpeg
> go_localish.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
[dshow @ 08910fe0] NetworkType: ATSC
[dshow @ 08910fe0] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 08910fe0] Using def locator
[dshow @ 08910fe0] create tune request
[dshow @ 08910fe0] Def loator pre validate
[dshow @ 08910fe0] BDA tuner added
[dshow @ 08910fe0] BDA Receiver Component added
[dshow @ 08910fe0] success infinite tee to graph.
[dshow @ 08910fe0] Using DBA tuning stuff
[dshow @ 08910fe0] ATSCChannelTuneRequest acquired.
[dshow @ 08910fe0] Set frequency 651250
[dshow @ 08910fe0] success setting ATSC tune request0x8e1c39a1 0xde53 0x11cf aa630080c744528d0xf90a6130 0xb658 0x11d2 ae490000f8754b99Video capture filter added to graph
0x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 113001224 mpeg2 addr 113448704
0x0000010c 0x0000 0x0000 c000000000000046Graph dump has been saved successfully.
[dshow @ 08910fe0] Video capture filter connected
here is it
0x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 2619384 mpeg2 addr 113448704
bih from it
unable to determine pixel format? 0 0
0x56a868a6 0x0ad4 0x11ce b03a0020af0ba7700x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x31efac30 0x515c 0x11d0 a9aa00aa0061be930x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700xb900ddb1 0x125a 0x4644 b41202c776ecdc610x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x36b73880 0xc2c8 0x11cf 8b4600805f6cef600x56a868b2 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x56a868b5 0x0ad4 0x11ce b03a0020af0ba7700x56a868b4 0x0ad4 0x11ce b03a0020af0ba7700x56a868b3 0x0ad4 0x11ce b03a0020af0ba770Could not find codec parameters for stream 0 (Video: mpeg2video, none(tv), 704x480): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
video=Hauppauge WinTV 885 BDA Tuner/Demod: could not find codec parameters
Input #0, dshow, from 'video=Hauppauge WinTV 885 BDA Tuner/Demod':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: mpeg2video, none(tv), 704x480, 59.94 tbr, 10000k tbn, 59.94 tbc
[buffer @ 06939440] Unable to parse option value "-1" as pixel format
Last message repeated 1 times
[buffer @ 06939440] Error setting option pix_fmt to value -1.
[graph 0 input from stream 0:0 @ 069378c0] Error applying options to the filter.
Error opening filters!
0xf90a6130 0xb658 0x11d2 ae490000f8754b990x00000000 0x0000 0x0000 c0000000000000460x8e1c39a1 0xde53 0x11cf aa630080c744528dExiting normally, received signal 2.
Terminate batch job (Y/N)?
^C
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> vi go_localish.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> start "" "c:\Program Files (x86)\Notepad++\notepad++.exe" go_localish.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> go_localish.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
[dshow @ 08c00fe0] NetworkType: ATSC
[dshow @ 08c00fe0] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 08c00fe0] Using def locator
[dshow @ 08c00fe0] create tune request
[dshow @ 08c00fe0] Def loator pre validate
[dshow @ 08c00fe0] BDA tuner added
[dshow @ 08c00fe0] BDA Receiver Component added
[dshow @ 08c00fe0] success infinite tee to graph.
[dshow @ 08c00fe0] Using DBA tuning stuff
[dshow @ 08c00fe0] ATSCChannelTuneRequest acquired.
[dshow @ 08c00fe0] Set frequency 651250
[dshow @ 08c00fe0] success setting ATSC tune request0x8e1c39a1 0xde53 0x11cf aa630080c744528d0xf90a6130 0xb658 0x11d2 ae490000f8754b99Video capture filter added to graph
0x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 111559560 mpeg2 addr 111715200
0x0000010c 0x0000 0x0000 c000000000000046Graph dump has been saved successfully.
[dshow @ 08c00fe0] Video capture filter connected
here is it
0x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 2619384 mpeg2 addr 111715200
bih from it
unable to determine pixel format? 0 0
0x56a868a6 0x0ad4 0x11ce b03a0020af0ba7700x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x31efac30 0x515c 0x11d0 a9aa00aa0061be930x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700xb900ddb1 0x125a 0x4644 b41202c776ecdc610x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x36b73880 0xc2c8 0x11cf 8b4600805f6cef600x56a868b2 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x56a868b5 0x0ad4 0x11ce b03a0020af0ba7700x56a868b4 0x0ad4 0x11ce b03a0020af0ba7700x56a868b3 0x0ad4 0x11ce b03a0020af0ba770Invalid frame dimensions 0x0, or possibly encountered data before first frame.
[mpeg2video @ 08c25f00] Invalid frame dimensions 0x0, or possibly encountered data before first frame.
Last message repeated 30 times
[mpeg2video @ 08c25f00] ac-tex damaged at 1 4
[mpeg2video @ 08c25f00] Warning MVs not available
[mpeg2video @ 08c25f00] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
Input #0, dshow, from 'video=Hauppauge WinTV 885 BDA Tuner/Demod':
Duration: N/A, start: 1.418002, bitrate: N/A
Stream #0:0: Video: mpeg2video (Main), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], Closed Captions, max. 24000 kb/s, 59.94 tbr, 10000k tbn, 119.88 tbc
Output #0, mp4, to 'yo.mp4':
Metadata:
encoder : Lavf56.40.101
Stream #0:0: Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 59.94 fps, 60k tbn, 59.94 tbc
Metadata:
encoder : Lavc56.58.100 mpeg4
Stream mapping:
Stream #0:0 -> #0:0 (mpeg2video (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
[mpeg2video @ 08c38760] ac-tex damaged at 1 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 1 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.815605 too large
[mpeg2video @ 08c38760] ac-tex damaged at 22 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 10 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in P frame
Past duration 0.991570 too large
[mpeg2video @ 08c38760] ac-tex damaged at 21 37
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 72 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1582 DC, 1582 AC, 1582 MV errors in P frame
Past duration 0.949455 too large
Past duration 0.966667 too large
[mpeg2video @ 08c38760] ac-tex damaged at 22 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 39 20 bitrate=1086.6kbits/s dup=12 drop=7
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.971367 too large
[mpeg2video @ 08c38760] invalid mb type in P Frame at 21 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.621941 too large
[mpeg2video @ 08c38760] ac-tex damaged at 68 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1904 DC, 1904 AC, 1904 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 3 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.893974 too large
[mpeg2video @ 08c38760] ac-tex damaged at 42 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.862663 too large
Past duration 0.636589 too large
[mpeg2video @ 08c38760] ac-tex damaged at 21 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 15 3
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3360 DC, 3360 AC, 3360 MV errors in I frame
Past duration 0.678825 too large
[mpeg2video @ 08c38760] ac-tex damaged at 34 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.605461 too large 160kB time=00:00:01.43 bitrate= 912.7kbits/s dup=24 drop=11
[mpeg2video @ 08c38760] invalid cbp -1 at 27 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.870171 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 22 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 16 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 23 38
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 4 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.705742 too large
[mpeg2video @ 08c38760] ac-tex damaged at 2 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 66 40
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 395 DC, 395 AC, 395 MV errors in P frame
Past duration 0.922295 too large
[mpeg2video @ 08c38760] ac-tex damaged at 21 35
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 48 39
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 48 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] invalid cbp -1 at 33 44
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 80 DC, 80 AC, 80 MV errors in B frame
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 400 DC, 400 AC, 400 MV errors in B frame
[mpeg2video @ 08c38760] invalid cbp -1 at 67 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2144 DC, 2144 AC, 2144 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 68 15
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2381 DC, 2381 AC, 2381 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 20 17=00:00:01.96 bitrate= 889.4kbits/s dup=31 drop=22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.910820 too large
[mpeg2video @ 08c38760] ac-tex damaged at 32 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.991753 too large
[mpeg2video @ 08c38760] ac-tex damaged at 34 16
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 14 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in B frame
overread 7
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 37 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 24 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.649834 too large
[mpeg2video @ 08c38760] ac-tex damaged at 35 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 13 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 57 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1999 DC, 1999 AC, 1999 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 45 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 78 25=00:00:02.46 bitrate= 927.1kbits/s dup=34 drop=22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1581 DC, 1581 AC, 1581 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 28 34
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 59 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1916 DC, 1916 AC, 1916 MV errors in P frame
Past duration 0.665642 too large
[mpeg2video @ 08c38760] ac-tex damaged at 35 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 16 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 19 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 27 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.896172 too large
[mpeg2video @ 08c38760] ac-tex damaged at 12 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.771355 too large
[mpeg2video @ 08c38760] ac-tex damaged at 34 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.844963 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 50 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 50 21=00:00:02.93 bitrate= 910.6kbits/s dup=40 drop=30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.604118 too large
Past duration 0.962639 too large
[mpeg2video @ 08c38760] ac-tex damaged at 39 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.743706 too large
[mpeg2video @ 08c38760] ac-tex damaged at 71 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1818 DC, 1818 AC, 1818 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 64 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1985 DC, 1985 AC, 1985 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 77 44
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 80 DC, 80 AC, 80 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 53 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.722099 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 34 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.947929 too large
[mpeg2video @ 08c38760] ac-tex damaged at 43 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 39 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3272 DC, 3272 AC, 3272 MV errors in I frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 52 37
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in B frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 32 21 bitrate= 925.5kbits/s dup=45 drop=33
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 35 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 40 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 44 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.914116 too large
[mpeg2video @ 08c38760] ac-tex damaged at 41 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 80 DC, 80 AC, 80 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 4 44
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 80 DC, 80 AC, 80 MV errors in B frame
Past duration 0.953362 too large
[mpeg2video @ 08c38760] ac-tex damaged at 44 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.710442 too large
[mpeg2video @ 08c38760] ac-tex damaged at 73 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2056 DC, 2056 AC, 2056 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 7 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 33 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.867058 too large
[mpeg2video @ 08c38760] ac-tex damaged at 13 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
overread 87 fps= 58 q=31.0 size= 443kB time=00:00:03.90 bitrate= 930.2kbits/s dup=47 drop=38
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 48 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 48 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 48 17
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 49 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] invalid cbp -1 at 76 37
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 28 38
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
Past duration 0.645683 too large
[mpeg2video @ 08c38760] ac-tex damaged at 12 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 34 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.660576 too large
[mpeg2video @ 08c38760] ac-tex damaged at 17 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.885307 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 37 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.696465 too large
[mpeg2video @ 08c38760] ac-tex damaged at 30 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in B Frame at 68 38 bitrate= 925.5kbits/s dup=52 drop=42
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 60 37
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 71 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1899 DC, 1899 AC, 1899 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 72 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2057 DC, 2057 AC, 2057 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 12 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 61 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1837 DC, 1837 AC, 1837 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 52 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2078 DC, 2078 AC, 2078 MV errors in P frame
overread 7
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
[mpeg2video @ 08c38760] invalid cbp -1 at 57 42
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 55 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.685295 too large
[mpeg2video @ 08c38760] invalid mb type in P Frame at 62 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 28 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 79 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1581 DC, 1581 AC, 1581 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 5 5
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3200 DC, 3200 AC, 3200 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 32 26=00:00:04.90 bitrate= 950.3kbits/s dup=56 drop=47
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.621452 too large
Past duration 0.812553 too large
[mpeg2video @ 08c38760] ac-tex damaged at 54 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 60 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1758 DC, 1758 AC, 1758 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 68 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1588 DC, 1588 AC, 1588 MV errors in P frame
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1972 DC, 1972 AC, 1972 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 33 41
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 320 DC, 320 AC, 320 MV errors in B frame
Past duration 0.764824 too large
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
Past duration 0.662590 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 29 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.704094 too large
[mpeg2video @ 08c38760] ac-tex damaged at 76 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1737 DC, 1737 AC, 1737 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 62 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1678 DC, 1678 AC, 1678 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 24 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 18 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
overread 80 fps= 56 q=31.0 size= 621kB time=00:00:05.28 bitrate= 961.6kbits/s dup=56 drop=52
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 68 35
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 800 DC, 800 AC, 800 MV errors in B frame
Past duration 0.763176 too large
[mpeg2video @ 08c38760] ac-tex damaged at 77 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1739 DC, 1739 AC, 1739 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 61 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.994682 too large
Past duration 0.627434 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 70 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1903 DC, 1903 AC, 1903 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 54 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.729301 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 15 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in B Frame at 18 38
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 30 38
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 560 DC, 560 AC, 560 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 35 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.709282 too large
[mpeg2video @ 08c38760] ac-tex damaged at 43 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 69 3
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3340 DC, 3340 AC, 3340 MV errors in I frame
Past duration 0.847160 too large 679kB time=00:00:05.68 bitrate= 978.3kbits/s dup=57 drop=53
[mpeg2video @ 08c38760] invalid cbp -1 at 44 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 76 14
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2479 DC, 2479 AC, 2479 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 30 44
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 80 DC, 80 AC, 80 MV errors in B frame
Past duration 0.655693 too large
Past duration 0.837578 too large
[mpeg2video @ 08c38760] ac-tex damaged at 63 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.950615 too large
[mpeg2video @ 08c38760] ac-tex damaged at 46 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.685417 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 24 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 47 13
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 400 DC, 400 AC, 400 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 68 41
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 320 DC, 320 AC, 320 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 47 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.913506 too large
[mpeg2video @ 08c38760] ac-tex damaged at 62 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 51 24=00:00:06.18 bitrate= 976.4kbits/s dup=64 drop=57
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 59 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 15 17
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 55 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2077 DC, 2077 AC, 2077 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 26 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 44 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 47 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 27 16
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 55 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.895012 too large
[mpeg2video @ 08c38760] ac-tex damaged at 62 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2074 DC, 2074 AC, 2074 MV errors in P frame
Past duration 0.750053 too large 801kB time=00:00:06.74 bitrate= 973.9kbits/s dup=71 drop=64
[mpeg2video @ 08c38760] ac-tex damaged at 72 33
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 3 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.901665 too large
[mpeg2video @ 08c38760] ac-tex damaged at 31 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.758904 too large
[mpeg2video @ 08c38760] ac-tex damaged at 3 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 49 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 5 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.799797 too large
overread 11
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.869743 too large
[mpeg2video @ 08c38760] ac-tex damaged at 22 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.924797 too large
[mpeg2video @ 08c38760] ac-tex damaged at 61 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 36 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
overread 93 fps= 57 q=31.0 size= 865kB time=00:00:07.34 bitrate= 965.0kbits/s dup=80 drop=69
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 54 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.736443 too large
Past duration 0.722221 too large
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 41 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 43 17
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.626274 too large
Past duration 0.965324 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 40 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.903923 too large
[mpeg2video @ 08c38760] ac-tex damaged at 40 16
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
Past duration 0.927361 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 54 14
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2476 DC, 2476 AC, 2476 MV errors in P frame
Past duration 0.627068 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 78 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2076 DC, 2076 AC, 2076 MV errors in P frame
Past duration 0.763237 too large
[mpeg2video @ 08c38760] ac-tex damaged at 68 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 12 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 28 15=00:00:07.79 bitrate= 970.4kbits/s dup=81 drop=74
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 400 DC, 400 AC, 400 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 61 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 31 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 7 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 51 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 61 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 28 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 55 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 21 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 67 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 70 23=00:00:08.35 bitrate= 971.1kbits/s dup=89 drop=77
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1748 DC, 1748 AC, 1748 MV errors in P frame
Past duration 0.780937 too large
[mpeg2video @ 08c38760] ac-tex damaged at 55 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 2 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 45 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 52 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.840874 too large
[mpeg2video @ 08c38760] ac-tex damaged at 48 16
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 43 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.676994 too large
[mpeg2video @ 08c38760] ac-tex damaged at 55 16
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 17 4
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 08c38760] invalid cbp -1 at 57 34
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 63 24=00:00:08.94 bitrate= 971.3kbits/s dup=99 drop=85
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 52 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 62 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1516 DC, 1516 AC, 1516 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 16 33
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 57 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 51 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 57 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 72 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1509 DC, 1509 AC, 1509 MV errors in P frame
overread 7
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.910576 too large
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 64 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 61 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1677 DC, 1677 AC, 1677 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 59 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.790642 too large 1108kB time=00:00:09.42 bitrate= 963.1kbits/s dup=99 drop=95
[mpeg2video @ 08c38760] ac-tex damaged at 62 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1679 DC, 1679 AC, 1679 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 4 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.947807 too large
[mpeg2video @ 08c38760] ac-tex damaged at 9 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
Past duration 0.815361 too large
[mpeg2video @ 08c38760] ac-tex damaged at 35 35
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 28 36
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 34 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 38 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.885002 too large
[mpeg2video @ 08c38760] ac-tex damaged at 46 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 19 33
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.900993 too large
[mpeg2video @ 08c38760] ac-tex damaged at 34 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 37 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 70 21=00:00:09.97 bitrate= 975.1kbits/s dup=107 drop=106
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1916 DC, 1916 AC, 1916 MV errors in P frame
Past duration 0.842705 too large
Past duration 0.662102 too large
[mpeg2video @ 08c38760] ac-tex damaged at 30 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.786064 too large
Past duration 0.805534 too large
[mpeg2video @ 08c38760] ac-tex damaged at 25 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.809929 too large
[mpeg2video @ 08c38760] ac-tex damaged at 31 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 74 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1738 DC, 1738 AC, 1738 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 42 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 78 7
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3011 DC, 3011 AC, 3011 MV errors in I frame
Past duration 0.800468 too large
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.956352 too large
[mpeg2video @ 08c38760] ac-tex damaged at 30 37
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 36 39
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 60 27=00:00:10.54 bitrate= 976.9kbits/s dup=115 drop=109
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 49 35
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 36 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.986137 too large
[mpeg2video @ 08c38760] ac-tex damaged at 32 32
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 7 35
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 33 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.993950 too large
[mpeg2video @ 08c38760] ac-tex damaged at 74 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1435 DC, 1435 AC, 1435 MV errors in P frame
Past duration 0.942253 too large
[mpeg2video @ 08c38760] ac-tex damaged at 79 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1590 DC, 1590 AC, 1590 MV errors in P frame
Past duration 0.917900 too large
[mpeg2video @ 08c38760] ac-tex damaged at 16 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 39 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 24 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 25 34
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 5 29e=00:00:11.12 bitrate= 973.0kbits/s dup=124 drop=121
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.775078 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 14 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 26 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 79 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1416 DC, 1416 AC, 1416 MV errors in P frame
Past duration 0.618645 too large
[mpeg2video @ 08c38760] ac-tex damaged at 79 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1655 DC, 1655 AC, 1655 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 27 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.670219 too large
[mpeg2video @ 08c38760] ac-tex damaged at 73 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1745 DC, 1745 AC, 1745 MV errors in P frame
Past duration 0.698235 too large
[mpeg2video @ 08c38760] ac-tex damaged at 32 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 70 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1825 DC, 1825 AC, 1825 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 73 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1744 DC, 1744 AC, 1744 MV errors in P frame
Past duration 0.646965 too large
[mpeg2video @ 08c38760] ac-tex damaged at 72 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1664 DC, 1664 AC, 1664 MV errors in P frame
Past duration 0.794731 too large
Past duration 0.809502 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 41 27=00:00:11.67 bitrate= 969.5kbits/s dup=126 drop=125
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.639214 too large
[mpeg2video @ 08c38760] ac-tex damaged at 39 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.669121 too large
Past duration 0.989677 too large
[mpeg2video @ 08c38760] ac-tex damaged at 13 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
Past duration 0.700859 too large
[mpeg2video @ 08c38760] ac-tex damaged at 70 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1188 DC, 1188 AC, 1188 MV errors in P frame
Past duration 0.743401 too large
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.612175 too large
Past duration 0.962944 too large
[mpeg2video @ 08c38760] ac-tex damaged at 65 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1425 DC, 1425 AC, 1425 MV errors in P frame
Past duration 0.919365 too large
[mpeg2video @ 08c38760] ac-tex damaged at 60 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.831902 too large
[mpeg2video @ 08c38760] ac-tex damaged at 54 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 56 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 3 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 48 26=00:00:12.22 bitrate= 973.9kbits/s dup=134 drop=127
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 71 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1742 DC, 1742 AC, 1742 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 48 42
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 29 41
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 320 DC, 320 AC, 320 MV errors in B frame
[mpeg2video @ 08c38760] invalid cbp -1 at 28 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 47 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 65 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.936699 too large
[mpeg2video @ 08c38760] ac-tex damaged at 77 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1332 DC, 1332 AC, 1332 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 42 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 40 40
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 400 DC, 400 AC, 400 MV errors in B frame
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 80 DC, 80 AC, 80 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 37 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 54 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.939812 too large
Past duration 0.768852 too large
[mpeg2video @ 08c38760] ac-tex damaged at 54 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 62 27=00:00:12.77 bitrate= 982.0kbits/s dup=142 drop=132
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1427 DC, 1427 AC, 1427 MV errors in P frame
Past duration 0.980949 too large
[mpeg2video @ 08c38760] ac-tex damaged at 61 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1272 DC, 1272 AC, 1272 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 53 32
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.898552 too large
[mpeg2video @ 08c38760] ac-tex damaged at 63 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1353 DC, 1353 AC, 1353 MV errors in P frame
Past duration 0.806206 too large
[mpeg2video @ 08c38760] ac-tex damaged at 72 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1418 DC, 1418 AC, 1418 MV errors in P frame
Past duration 0.970818 too large
Past duration 0.900261 too large
[mpeg2video @ 08c38760] ac-tex damaged at 71 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1503 DC, 1503 AC, 1503 MV errors in P frame
overread 9
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 60 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1915 DC, 1915 AC, 1915 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 39 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 22 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.912407 too large
[mpeg2video @ 08c38760] ac-tex damaged at 23 25
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.958855 too large 1590kB time=00:00:13.24 bitrate= 983.5kbits/s dup=145 drop=140
[mpeg2video @ 08c38760] ac-tex damaged at 30 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 48 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 71 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 15 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
[mpeg2video @ 08c38760] invalid cbp -1 at 23 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.904106 too large
[mpeg2video @ 08c38760] ac-tex damaged at 28 15
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 22 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 25 27
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 41 37
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 640 DC, 640 AC, 640 MV errors in P frame
Past duration 0.671379 too large
[mpeg2video @ 08c38760] ac-tex damaged at 34 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.836662 too large
[mpeg2video @ 08c38760] ac-tex damaged at 17 33
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 28 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 29 30=00:00:13.79 bitrate= 991.6kbits/s dup=153 drop=148
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.813347 too large
[mpeg2video @ 08c38760] ac-tex damaged at 45 32
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 39 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 39 33
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 41 34
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 30 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 7 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
Past duration 0.891533 too large
Past duration 0.783379 too large
[mpeg2video @ 08c38760] ac-tex damaged at 20 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.935417 too large
[mpeg2video @ 08c38760] ac-tex damaged at 42 31
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 08c38760] invalid mb type in P Frame at 36 28
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 22 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 22 26=00:00:14.29 bitrate= 989.9kbits/s dup=161 drop=159
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 21 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.646477 too large
overread 8
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.848686 too large
[mpeg2video @ 08c38760] ac-tex damaged at 35 30
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 26 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.721672 too large
[mpeg2video @ 08c38760] ac-tex damaged at 33 24
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.932426 too large
[mpeg2video @ 08c38760] ac-tex damaged at 22 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 24 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 5 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 35 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 720 DC, 720 AC, 720 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 44 35
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 800 DC, 800 AC, 800 MV errors in B frame
[mpeg2video @ 08c38760] ac-tex damaged at 62 6
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3107 DC, 3107 AC, 3107 MV errors in I frame
[mpeg2video @ 08c38760] ac-tex damaged at 30 22=00:00:14.78 bitrate=1000.5kbits/s dup=164 drop=164
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 37 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.941154 too large
[mpeg2video @ 08c38760] ac-tex damaged at 52 23
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1759 DC, 1759 AC, 1759 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 54 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1916 DC, 1916 AC, 1916 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 52 21
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1918 DC, 1918 AC, 1918 MV errors in P frame
Past duration 0.615837 too large
[mpeg2video @ 08c38760] ac-tex damaged at 59 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1831 DC, 1831 AC, 1831 MV errors in P frame
Past duration 0.752129 too large
[mpeg2video @ 08c38760] ac-tex damaged at 49 26
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 35 29
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 30 6e=00:00:15.33 bitrate=1001.3kbits/s dup=175 drop=167
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
Past duration 0.770744 too large
[mpeg2video @ 08c38760] invalid cbp -1 at 71 22
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 1818 DC, 1818 AC, 1818 MV errors in P frame
Past duration 0.928032 too large
[mpeg2video @ 08c38760] ac-tex damaged at 18 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 1 18
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 08c38760] invalid cbp -1 at 54 17
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2235 DC, 2235 AC, 2235 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 39 19
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 38 20
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 78 17
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2211 DC, 2211 AC, 2211 MV errors in P frame
[mpeg2video @ 08c38760] ac-tex damaged at 8 20e=00:00:15.79 bitrate= 994.6kbits/s dup=177 drop=175
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.745232 too large
[mpeg2video @ 08c38760] ac-tex damaged at 38 1
[mpeg2video @ 08c38760] Warning MVs not available
[mpeg2video @ 08c38760] concealing 3600 DC, 3600 AC, 3600 MV errors in B frame
Past duration 0.772514 too large
frame= 924 fps= 58 q=24.8 Lsize= 1937kB time=00:00:15.86 bitrate= 999.9kbits/s dup=178 drop=175
video:1932kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.247557%
0xf90a6130 0xb658 0x11d2 ae490000f8754b990x00000000 0x0000 0x0000 c0000000000000460x8e1c39a1 0xde53 0x11cf aa630080c744528d
rdp@USER-PC D:\dtv_tuner_ffmpeg
> go_localish.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
[dshow @ 08c10fe0] NetworkType: ATSC
[dshow @ 08c10fe0] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 08c10fe0] Using def locator
[dshow @ 08c10fe0] create tune request
[dshow @ 08c10fe0] Def loator pre validate
[dshow @ 08c10fe0] BDA tuner added
[dshow @ 08c10fe0] BDA Receiver Component added
[dshow @ 08c10fe0] success infinite tee to graph.
[dshow @ 08c10fe0] Using DBA tuning stuff
[dshow @ 08c10fe0] ATSCChannelTuneRequest acquired.
[dshow @ 08c10fe0] Set frequency 651250
[dshow @ 08c10fe0] success setting ATSC tune request0x8e1c39a1 0xde53 0x11cf aa630080c744528d0xf90a6130 0xb658 0x11d2 ae490000f8754b99Video capture filter added to graph
0x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 109789968 mpeg2 addr 110267344
0x0000010c 0x0000 0x0000 c000000000000046Graph dump has been saved successfully.
[dshow @ 08c10fe0] Video capture filter connected
here is it
0x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 2619384 mpeg2 addr 110267344
bih from it
unable to determine pixel format? 0 0
0x56a868a6 0x0ad4 0x11ce b03a0020af0ba7700x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x31efac30 0x515c 0x11d0 a9aa00aa0061be930x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700xb900ddb1 0x125a 0x4644 b41202c776ecdc610x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x36b73880 0xc2c8 0x11cf 8b4600805f6cef600x56a868b2 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x56a868b5 0x0ad4 0x11ce b03a0020af0ba7700x56a868b4 0x0ad4 0x11ce b03a0020af0ba7700x56a868b3 0x0ad4 0x11ce b03a0020af0ba770Invalid frame dimensions 0x0, or possibly encountered data before first frame.
[mpeg2video @ 08c35f00] Invalid frame dimensions 0x0, or possibly encountered data before first frame.
Last message repeated 42 times
[mpeg2video @ 08c35f00] ac-tex damaged at 27 5
[mpeg2video @ 08c35f00] Warning MVs not available
[mpeg2video @ 08c35f00] concealing 3200 DC, 3200 AC, 3200 MV errors in I frame
Input #0, dshow, from 'video=Hauppauge WinTV 885 BDA Tuner/Demod':
Duration: N/A, start: 1.652374, bitrate: N/A
Stream #0:0: Video: mpeg2video (Main), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], Closed Captions, max. 24000 kb/s, 59.94 tbr, 10000k tbn, 119.88 tbc
Output #0, mp4, to 'yo.mp4':
Metadata:
encoder : Lavf56.40.101
Stream #0:0: Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 59.94 fps, 60k tbn, 59.94 tbc
Metadata:
encoder : Lavc56.58.100 mpeg4
Stream mapping:
Stream #0:0 -> #0:0 (mpeg2video (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
[mpeg2video @ 0c280060] ac-tex damaged at 27 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3200 DC, 3200 AC, 3200 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 23 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 59 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 13 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 32 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 61 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1598 DC, 1598 AC, 1598 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 68 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2148 DC, 2148 AC, 2148 MV errors in P frame
Past duration 0.920769 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 42 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 72 22=00:00:01.15 bitrate= 669.0kbits/s dup=7 drop=8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1820 DC, 1820 AC, 1820 MV errors in P frame
Past duration 0.975151 too large
[mpeg2video @ 0c280060] ac-tex damaged at 52 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 30 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
Past duration 0.744133 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 23 12
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 65 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 24 13
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 30 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 76 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2300 DC, 2300 AC, 2300 MV errors in P frame
Past duration 0.721001 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 46 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 25 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 59 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1919 DC, 1919 AC, 1919 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 10 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 69 17 bitrate= 802.4kbits/s dup=15 drop=14
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2221 DC, 2221 AC, 2221 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 20 11
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2720 DC, 2720 AC, 2720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
Past duration 0.848625 too large
Past duration 0.753960 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 24 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 14
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 51 14
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 30 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 38 43=00:00:02.13 bitrate= 872.8kbits/s dup=16 drop=17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 68 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3101 DC, 3101 AC, 3101 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 40 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 71 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 63 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in B frame
[mpeg2video @ 0c280060] invalid cbp -1 at 46 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 43 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 25 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 55 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.975945 too large
[mpeg2video @ 0c280060] ac-tex damaged at 25 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 51 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 55 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.894768 too large
[mpeg2video @ 0c280060] ac-tex damaged at 42 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 0c280060] Warning MVs not available0:00:02.66 bitrate=1015.9kbits/s dup=19 drop=28
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 69 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 55 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2156 DC, 2156 AC, 2156 MV errors in P frame
Past duration 0.793510 too large
[mpeg2video @ 0c280060] ac-tex damaged at 68 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2225 DC, 2225 AC, 2225 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 40 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3197 DC, 3197 AC, 3197 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 26 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 23 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.745720 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 35 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 22 28=00:00:03.16 bitrate=1048.3kbits/s dup=26 drop=29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.982170 too large
[mpeg2video @ 0c280060] ac-tex damaged at 20 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.612724 too large
[mpeg2video @ 0c280060] ac-tex damaged at 60 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1594 DC, 1594 AC, 1594 MV errors in P frame
Past duration 0.603996 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 37 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 27 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.755058 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 1 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 6 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.691948 too large
[mpeg2video @ 0c280060] ac-tex damaged at 45 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 1 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 28 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 38 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3200 DC, 3200 AC, 3200 MV errors in I frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 61 18 bitrate=1051.5kbits/s dup=32 drop=37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.674370 too large
[mpeg2video @ 0c280060] ac-tex damaged at 37 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.683037 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 75 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 34 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.903435 too large
[mpeg2video @ 0c280060] ac-tex damaged at 30 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 37 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 59 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 76 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1119 DC, 1119 AC, 1119 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.848259 too large
[mpeg2video @ 0c280060] ac-tex damaged at 40 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.674065 too large 550kB time=00:00:04.20 bitrate=1071.0kbits/s dup=33 drop=42
[mpeg2video @ 0c280060] ac-tex damaged at 37 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 71 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1420 DC, 1420 AC, 1420 MV errors in P frame
Past duration 0.943474 too large
[mpeg2video @ 0c280060] ac-tex damaged at 77 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1178 DC, 1178 AC, 1178 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 64 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3185 DC, 3185 AC, 3185 MV errors in I frame
[mpeg2video @ 0c280060] invalid cbp -1 at 64 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 1 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 32 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.876701 too large
[mpeg2video @ 0c280060] ac-tex damaged at 66 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1514 DC, 1514 AC, 1514 MV errors in P frame
Past duration 0.857841 too large
[mpeg2video @ 0c280060] ac-tex damaged at 20 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.712151 too large
[mpeg2video @ 0c280060] ac-tex damaged at 32 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 37 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.924187 too large 627kB time=00:00:04.80 bitrate=1069.4kbits/s dup=39 drop=46
[mpeg2video @ 0c280060] ac-tex damaged at 49 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 62 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2231 DC, 2231 AC, 2231 MV errors in P frame
Past duration 0.770927 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 39 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 35 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in B Frame at 61 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in B frame
[mpeg2video @ 0c280060] invalid cbp -1 at 49 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 37 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.658806 too large
[mpeg2video @ 0c280060] ac-tex damaged at 31 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 44 7
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3040 DC, 3040 AC, 3040 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 5 42e=00:00:05.32 bitrate=1073.2kbits/s dup=44 drop=49
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
Past duration 0.852592 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 2 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 73 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 50 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 3 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 28 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 51 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 57 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 26 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 44 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.606682 too large
[mpeg2video @ 0c280060] ac-tex damaged at 50 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.723686 too large
[mpeg2video @ 0c280060] ac-tex damaged at 7 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 23 6e=00:00:05.75 bitrate=1071.9kbits/s dup=44 drop=63
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 77 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1664 DC, 1664 AC, 1664 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 38 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.730705 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 42 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 75 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 50 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 63 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.660515 too large 826kB time=00:00:06.32 bitrate=1070.5kbits/s dup=55 drop=66
[mpeg2video @ 0c280060] ac-tex damaged at 50 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
Past duration 0.762688 too large
[mpeg2video @ 0c280060] ac-tex damaged at 42 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 54 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.753410 too large
[mpeg2video @ 0c280060] ac-tex damaged at 54 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 46 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 33 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 47 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
overread 87 fps= 59 q=31.0 size= 909kB time=00:00:06.87 bitrate=1083.0kbits/s dup=62 drop=68
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 61 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 71 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 71 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.693413 too large
[mpeg2video @ 0c280060] ac-tex damaged at 71 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 64 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.704094 too large
[mpeg2video @ 0c280060] ac-tex damaged at 49 7
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3040 DC, 3040 AC, 3040 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 58 34=00:00:07.37 bitrate=1100.3kbits/s dup=63 drop=77
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 52 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.878960 too large
Past duration 0.765739 too large
[mpeg2video @ 0c280060] ac-tex damaged at 60 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.958183 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 79 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 46 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 7 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 59 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 2 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 61 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 61 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 58 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 51 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.811150 too large 1085kB time=00:00:08.02 bitrate=1107.1kbits/s dup=69 drop=87
[mpeg2video @ 0c280060] ac-tex damaged at 46 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 37 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.930779 too large
[mpeg2video @ 0c280060] ac-tex damaged at 52 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
Past duration 0.693108 too large
[mpeg2video @ 0c280060] ac-tex damaged at 61 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.914970 too large
[mpeg2video @ 0c280060] ac-tex damaged at 65 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.812309 too large
[mpeg2video @ 0c280060] ac-tex damaged at 37 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 10 30=00:00:08.47 bitrate=1104.0kbits/s dup=76 drop=88
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 35 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.963554 too large
[mpeg2video @ 0c280060] ac-tex damaged at 46 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 36 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.749748 too large
[mpeg2video @ 0c280060] ac-tex damaged at 48 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 1 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.629997 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 16 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.755791 too large
[mpeg2video @ 0c280060] ac-tex damaged at 56 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3107 DC, 3107 AC, 3107 MV errors in I frame
Past duration 0.737419 too large 1209kB time=00:00:08.94 bitrate=1107.7kbits/s dup=78 drop=89
[mpeg2video @ 0c280060] ac-tex damaged at 60 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 12 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 44 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 60 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 70 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 556 DC, 556 AC, 556 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 69 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 18 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 75 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 70 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
Past duration 0.789482 too large
[mpeg2video @ 0c280060] ac-tex damaged at 60 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 40 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 54 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 63 41=00:00:09.54 bitrate=1109.9kbits/s dup=85 drop=104
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 56 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3193 DC, 3193 AC, 3193 MV errors in I frame
Past duration 0.873405 too large
[mpeg2video @ 0c280060] ac-tex damaged at 45 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.881096 too large
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 1 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.931450 too large
[mpeg2video @ 0c280060] ac-tex damaged at 9 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.781609 too large
[mpeg2video @ 0c280060] ac-tex damaged at 0 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.890617 too large
[mpeg2video @ 0c280060] ac-tex damaged at 22 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 31=00:00:10.04 bitrate=1103.2kbits/s dup=96 drop=107
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1117 DC, 1117 AC, 1117 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 32 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 55 20
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1998 DC, 1998 AC, 1998 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 46 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.731987 too large
Past duration 0.889946 too large
[mpeg2video @ 0c280060] ac-tex damaged at 26 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 10 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 78 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1746 DC, 1746 AC, 1746 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 17 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 13 31=00:00:10.46 bitrate=1094.6kbits/s dup=98 drop=111
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.937126 too large
Past duration 0.910698 too large
[mpeg2video @ 0c280060] ac-tex damaged at 48 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.734367 too large
[mpeg2video @ 0c280060] ac-tex damaged at 48 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.734062 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 26 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 31 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.836235 too large
[mpeg2video @ 0c280060] ac-tex damaged at 42 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.972832 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 14 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 12 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.807732 too large
[mpeg2video @ 0c280060] ac-tex damaged at 53 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 53 25=00:00:11.06 bitrate=1082.8kbits/s dup=109 drop=115
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.725212 too large
Past duration 0.745110 too large
[mpeg2video @ 0c280060] ac-tex damaged at 46 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 72 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1263 DC, 1263 AC, 1263 MV errors in P frame
Past duration 0.869438 too large
[mpeg2video @ 0c280060] ac-tex damaged at 38 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 50 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 8 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.601494 too large
[mpeg2video @ 0c280060] ac-tex damaged at 28 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 61 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1114 DC, 1114 AC, 1114 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 30 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 32 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3360 DC, 3360 AC, 3360 MV errors in I frame
Past duration 0.651421 too large 1508kB time=00:00:11.47 bitrate=1076.2kbits/s dup=110 drop=118
[mpeg2video @ 0c280060] ac-tex damaged at 41 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.993889 too large
[mpeg2video @ 0c280060] ac-tex damaged at 29 20
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.882805 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 46 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 44 20
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.966118 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 31 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.731621 too large
[mpeg2video @ 0c280060] ac-tex damaged at 22 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 79 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 704 DC, 704 AC, 704 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 47 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 18 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 56 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
overread 80 fps= 60 q=31.0 size= 1568kB time=00:00:12.09 bitrate=1061.7kbits/s dup=121 drop=129
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 75 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 638 DC, 638 AC, 638 MV errors in P frame
Past duration 0.611931 too large
[mpeg2video @ 0c280060] ac-tex damaged at 30 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 0c280060] invalid cbp -1 at 44 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.906303 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 40 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 33 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.965569 too large
[mpeg2video @ 0c280060] ac-tex damaged at 44 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 18 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.823112 too large
[mpeg2video @ 0c280060] ac-tex damaged at 12 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
overread 7
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.667229 too large
[mpeg2video @ 0c280060] slice too small1kB time=00:00:12.67 bitrate=1053.9kbits/s dup=129 drop=140
Error while decoding stream #0:0: Invalid data found when processing input
Past duration 0.875847 too large
[mpeg2video @ 0c280060] ac-tex damaged at 51 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 15 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
Past duration 0.718376 too large
[mpeg2video @ 0c280060] ac-tex damaged at 38 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 9 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] slice too small
Error while decoding stream #0:0: Invalid data found when processing input
Past duration 0.758598 too large
[mpeg2video @ 0c280060] ac-tex damaged at 22 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
Past duration 0.983513 too large
[mpeg2video @ 0c280060] ac-tex damaged at 15 43=00:00:13.11 bitrate=1043.7kbits/s dup=140 drop=144
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
Past duration 0.943291 too large
[mpeg2video @ 0c280060] ac-tex damaged at 24 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 43 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 17 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 77 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 797 DC, 797 AC, 797 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 55 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 64 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.940666 too large
[mpeg2video @ 0c280060] ac-tex damaged at 65 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1669 DC, 1669 AC, 1669 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 58 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1596 DC, 1596 AC, 1596 MV errors in P frame
Past duration 0.746269 too large
[mpeg2video @ 0c280060] ac-tex damaged at 31 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 76 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3333 DC, 3333 AC, 3333 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 33=00:00:13.61 bitrate=1038.5kbits/s dup=141 drop=157
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.944389 too large
[mpeg2video @ 0c280060] ac-tex damaged at 25 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 74 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 27 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.865837 too large
[mpeg2video @ 0c280060] ac-tex damaged at 42 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.911736 too large
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.879204 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 35 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 36 38=00:00:14.13 bitrate=1034.6kbits/s dup=154 drop=161
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 69 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 229 DC, 229 AC, 229 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 36 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
Past duration 0.966667 too large
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 396 DC, 396 AC, 396 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 53 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 73 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3336 DC, 3336 AC, 3336 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 64 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 307 DC, 307 AC, 307 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 55 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 69 42=00:00:14.69 bitrate=1019.5kbits/s dup=166 drop=173
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 28 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 29 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
Past duration 0.897392 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 37 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.908134 too large
[mpeg2video @ 0c280060] ac-tex damaged at 4 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 46 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.862480 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 71 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1749 DC, 1749 AC, 1749 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.933342 too large
[mpeg2video @ 0c280060] ac-tex damaged at 75 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3334 DC, 3334 AC, 3334 MV errors in I frame
[mpeg2video @ 0c280060] invalid cbp -1 at 72 29=00:00:15.11 bitrate=1015.1kbits/s dup=166 drop=183
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1273 DC, 1273 AC, 1273 MV errors in P frame
Past duration 0.680656 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 55 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.886955 too large
Past duration 0.986931 too large
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 47 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 43 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 20 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 19=00:00:15.68 bitrate=1009.9kbits/s dup=179 drop=188
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 72 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1432 DC, 1432 AC, 1432 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.917107 too large
[mpeg2video @ 0c280060] ac-tex damaged at 46 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 21 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 23 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
Past duration 0.890495 too large
[mpeg2video @ 0c280060] ac-tex damaged at 51 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 30 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 46 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 39=00:00:16.21 bitrate=1006.7kbits/s dup=190 drop=196
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
Past duration 0.973564 too large
[mpeg2video @ 0c280060] ac-tex damaged at 39 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
overread 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
Past duration 0.825615 too large
[mpeg2video @ 0c280060] ac-tex damaged at 44 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 18 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 22 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.652031 too large
[mpeg2video @ 0c280060] ac-tex damaged at 48 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 51 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 75 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3334 DC, 3334 AC, 3334 MV errors in I frame
Past duration 0.704338 too large 2040kB time=00:00:16.61 bitrate=1006.0kbits/s dup=190 drop=210
[mpeg2video @ 0c280060] ac-tex damaged at 68 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 382 DC, 382 AC, 382 MV errors in P frame
Past duration 0.700798 too large
[mpeg2video @ 0c280060] ac-tex damaged at 8 43
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 54 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 24 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 38=00:00:17.23 bitrate= 999.4kbits/s dup=206 drop=221
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 5 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
Past duration 0.867912 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 23 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 43 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
Past duration 0.744316 too large
[mpeg2video @ 0c280060] ac-tex damaged at 40 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
Past duration 0.881523 too large
[mpeg2video @ 0c280060] ac-tex damaged at 21 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
Past duration 0.999504 too large
[mpeg2video @ 0c280060] ac-tex damaged at 6 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3200 DC, 3200 AC, 3200 MV errors in I frame
Past duration 0.896477 too large 2158kB time=00:00:17.71 bitrate= 997.7kbits/s dup=218 drop=228
Past duration 0.700615 too large
[mpeg2video @ 0c280060] ac-tex damaged at 62 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.998039 too large
[mpeg2video @ 0c280060] ac-tex damaged at 69 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.614983 too large
[mpeg2video @ 0c280060] ac-tex damaged at 63 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 67 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.853508 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 2 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.887383 too large
[mpeg2video @ 0c280060] ac-tex damaged at 60 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 23 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 35 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 37 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 27 18=00:00:18.23 bitrate= 992.0kbits/s dup=218 drop=234
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.664909 too large
[mpeg2video @ 0c280060] ac-tex damaged at 68 5
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3181 DC, 3181 AC, 3181 MV errors in I frame
[mpeg2video @ 0c280060] invalid cbp -1 at 73 43
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 15 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2055 DC, 2055 AC, 2055 MV errors in P frame
Past duration 0.991386 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 51 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2078 DC, 2078 AC, 2078 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 52 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1917 DC, 1917 AC, 1917 MV errors in P frame
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
Past duration 0.989311 too large
[mpeg2video @ 0c280060] ac-tex damaged at 28 13
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.848137 too large
Past duration 0.750420 too large 2293kB time=00:00:18.73 bitrate=1002.6kbits/s dup=226 drop=234
[mpeg2video @ 0c280060] ac-tex damaged at 72 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2058 DC, 2058 AC, 2058 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 71 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2139 DC, 2139 AC, 2139 MV errors in P frame
Past duration 0.725578 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 4 20
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.878410 too large
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.783257 too large
[mpeg2video @ 0c280060] ac-tex damaged at 3 20
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.904594 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 4 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2071 DC, 2071 AC, 2071 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 2 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.984062 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 28 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 5 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 54 17=00:00:19.18 bitrate=1010.0kbits/s dup=227 drop=236
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2235 DC, 2235 AC, 2235 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2960 DC, 2960 AC, 2960 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 33 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2160 DC, 2160 AC, 2160 MV errors in P frame
Past duration 0.742668 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 62 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2147 DC, 2147 AC, 2147 MV errors in P frame
Past duration 0.946465 too large
[mpeg2video @ 0c280060] slice too small
Error while decoding stream #0:0: Invalid data found when processing input
Past duration 0.891716 too large
[mpeg2video @ 0c280060] ac-tex damaged at 49 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 2 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 0 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 60 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1669 DC, 1669 AC, 1669 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 22 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
overread 7
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 692 DC, 692 AC, 692 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 1 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 8 37e=00:00:19.65 bitrate=1026.4kbits/s dup=228 drop=242
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
Past duration 0.969231 too large
[mpeg2video @ 0c280060] ac-tex damaged at 72 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 217 DC, 217 AC, 217 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 0 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 8 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 39 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 2 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 56 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1753 DC, 1753 AC, 1753 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 58 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1911 DC, 1911 AC, 1911 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 70 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3099 DC, 3099 AC, 3099 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 11 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.637383 too large
[mpeg2video @ 0c280060] invalid mb type in B Frame at 55 43
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 77 25=00:00:20.20 bitrate=1044.0kbits/s dup=244 drop=243
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1576 DC, 1576 AC, 1576 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 61 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1828 DC, 1828 AC, 1828 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 17 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in B frame
Past duration 0.958244 too large
[mpeg2video @ 0c280060] ac-tex damaged at 0 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
Past duration 0.823051 too large
[mpeg2video @ 0c280060] ac-tex damaged at 10 14
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 75 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1895 DC, 1895 AC, 1895 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 12 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 24 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 16 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 16 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.903618 too large 2632kB time=00:00:20.77 bitrate=1037.9kbits/s dup=250 drop=251
[mpeg2video @ 0c280060] ac-tex damaged at 33 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.951347 too large
[mpeg2video @ 0c280060] ac-tex damaged at 28 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 11 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 7 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 2 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 9 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 17 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 6 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 14 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 64 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1278 DC, 1278 AC, 1278 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 9 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 18 27=00:00:21.27 bitrate=1029.2kbits/s dup=256 drop=262
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.714897 too large
[mpeg2video @ 0c280060] ac-tex damaged at 25 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 2 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 5 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 27 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
Past duration 0.828667 too large
[mpeg2video @ 0c280060] ac-tex damaged at 22 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 29 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.628288 too large
[mpeg2video @ 0c280060] ac-tex damaged at 71 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1584 DC, 1584 AC, 1584 MV errors in P frame
Past duration 0.605095 too large
[mpeg2video @ 0c280060] ac-tex damaged at 65 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.775261 too large
[mpeg2video @ 0c280060] ac-tex damaged at 12 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.948357 too large 2723kB time=00:00:21.78 bitrate=1023.7kbits/s dup=265 drop=270
[mpeg2video @ 0c280060] ac-tex damaged at 15 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 16 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.625664 too large
[mpeg2video @ 0c280060] ac-tex damaged at 65 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1359 DC, 1359 AC, 1359 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 69 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1432 DC, 1432 AC, 1432 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 22 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 63 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1671 DC, 1671 AC, 1671 MV errors in P frame
Past duration 0.671196 too large
[mpeg2video @ 0c280060] ac-tex damaged at 70 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2220 DC, 2220 AC, 2220 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 59 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3110 DC, 3110 AC, 3110 MV errors in I frame
Past duration 0.910454 too large
[mpeg2video @ 0c280060] ac-tex damaged at 79 22=00:00:22.27 bitrate=1016.7kbits/s dup=273 drop=276
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1812 DC, 1812 AC, 1812 MV errors in P frame
Past duration 0.975578 too large
[mpeg2video @ 0c280060] ac-tex damaged at 3 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1578 DC, 1578 AC, 1578 MV errors in P frame
Past duration 0.849724 too large
[mpeg2video @ 0c280060] ac-tex damaged at 15 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 16 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.671989 too large
Past duration 0.964653 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 16 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 42 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] slice too small
Error while decoding stream #0:0: Invalid data found when processing input
[mpeg2video @ 0c280060] ac-tex damaged at 79 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 770 DC, 770 AC, 770 MV errors in P frame
Past duration 0.929680 too large
[mpeg2video @ 0c280060] ac-tex damaged at 66 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 623 DC, 623 AC, 623 MV errors in P frame
Past duration 0.928642 too large
[mpeg2video @ 0c280060] ac-tex damaged at 47 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.988823 too large
[mpeg2video @ 0c280060] ac-tex damaged at 59 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 790 DC, 790 AC, 790 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 54 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 795 DC, 795 AC, 795 MV errors in P frame
Past duration 0.791313 too large 2861kB time=00:00:22.82 bitrate=1027.1kbits/s dup=275 drop=276
[mpeg2video @ 0c280060] invalid mb type in P Frame at 11 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 70 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 539 DC, 539 AC, 539 MV errors in P frame
Past duration 0.775139 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 20 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 852 DC, 852 AC, 852 MV errors in P frame
Past duration 0.668022 too large
[mpeg2video @ 0c280060] ac-tex damaged at 42 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2400 DC, 2400 AC, 2400 MV errors in I frame
[mpeg2video @ 0c280060] invalid cbp -1 at 15 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
Past duration 0.815971 too large
Past duration 0.963982 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 31 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 17 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
Past duration 0.697380 too large
overread 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 70 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 379 DC, 379 AC, 379 MV errors in P frame
Past duration 0.974052 too large
[mpeg2video @ 0c280060] ac-tex damaged at 75 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 294 DC, 294 AC, 294 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 67 38=00:00:23.28 bitrate=1048.1kbits/s dup=277 drop=277
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 542 DC, 542 AC, 542 MV errors in P frame
Past duration 0.881401 too large
[mpeg2video @ 0c280060] ac-tex damaged at 16 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 29 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
Past duration 0.981438 too large
Past duration 0.696587 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 19 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 11 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 79 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 850 DC, 850 AC, 850 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 35 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.882683 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 59 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1190 DC, 1190 AC, 1190 MV errors in P frame
Past duration 0.872490 too large
[mpeg2video @ 0c280060] ac-tex damaged at 28 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.952629 too large
Past duration 0.946587 too large
[mpeg2video @ 0c280060] ac-tex damaged at 10 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
Past duration 0.691582 too large
Past duration 0.840385 too large
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 77 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1012 DC, 1012 AC, 1012 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 43 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.966972 too large 3121kB time=00:00:23.82 bitrate=1073.3kbits/s dup=277 drop=280
[mpeg2video @ 0c280060] ac-tex damaged at 55 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1114 DC, 1114 AC, 1114 MV errors in P frame
Past duration 0.910149 too large
[mpeg2video @ 0c280060] ac-tex damaged at 64 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 545 DC, 545 AC, 545 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2880 DC, 2880 AC, 2880 MV errors in I frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 41 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
Past duration 0.869804 too large
[mpeg2video @ 0c280060] ac-tex damaged at 46 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 37 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.856804 too large
[mpeg2video @ 0c280060] ac-tex damaged at 55 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1275 DC, 1275 AC, 1275 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 75 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 854 DC, 854 AC, 854 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 54 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 80 DC, 80 AC, 80 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 30 43
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 1 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 44
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 72 DC, 72 AC, 72 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 21 19=00:00:24.29 bitrate=1085.9kbits/s dup=280 drop=282
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 40 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 67 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1345 DC, 1345 AC, 1345 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 46 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 73 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2376 DC, 2376 AC, 2376 MV errors in P frame
Past duration 0.932243 too large
Past duration 0.877495 too large
[mpeg2video @ 0c280060] ac-tex damaged at 76 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2294 DC, 2294 AC, 2294 MV errors in P frame
Past duration 0.780937 too large
[mpeg2video @ 0c280060] ac-tex damaged at 39 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.632805 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.740410 too large
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3195 DC, 3195 AC, 3195 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 22=00:00:24.84 bitrate=1081.4kbits/s dup=289 drop=284
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1839 DC, 1839 AC, 1839 MV errors in P frame
Past duration 0.689934 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.894402 too large
[mpeg2video @ 0c280060] ac-tex damaged at 69 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 13 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 38 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 25 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 21 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
overread 7
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 67 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 38 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 26 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
Past duration 0.945793 too large
[mpeg2video @ 0c280060] ac-tex damaged at 74 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 223 DC, 223 AC, 223 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 18 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 76 39=00:00:25.27 bitrate=1076.5kbits/s dup=289 drop=305
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 27 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
Past duration 0.679741 too large
[mpeg2video @ 0c280060] ac-tex damaged at 4 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 78 43
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in B frame
[mpeg2video @ 0c280060] ac-tex damaged at 53 14
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2476 DC, 2476 AC, 2476 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 0 13
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.748589 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 47 12
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 68 11
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2701 DC, 2701 AC, 2701 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 60 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 311 DC, 311 AC, 311 MV errors in P frame
Past duration 0.639519 too large
[mpeg2video @ 0c280060] ac-tex damaged at 42 12
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
Past duration 0.924858 too large
[mpeg2video @ 0c280060] ac-tex damaged at 64 11=00:00:25.84 bitrate=1079.1kbits/s dup=301 drop=309
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2705 DC, 2705 AC, 2705 MV errors in P frame
Past duration 0.675529 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 48 12
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 50 11
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2719 DC, 2719 AC, 2719 MV errors in P frame
Past duration 0.680534 too large
Past duration 0.690178 too large
[mpeg2video @ 0c280060] ac-tex damaged at 71 10
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2778 DC, 2778 AC, 2778 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 65 10
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2784 DC, 2784 AC, 2784 MV errors in P frame
Past duration 0.723930 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 44 12
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2640 DC, 2640 AC, 2640 MV errors in P frame
Past duration 0.611015 too large
[mpeg2video @ 0c280060] ac-tex damaged at 35 13
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2560 DC, 2560 AC, 2560 MV errors in P frame
Past duration 0.893852 too large
Past duration 0.781731 too large
[mpeg2video @ 0c280060] ac-tex damaged at 0 14
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2480 DC, 2480 AC, 2480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 25 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 55 16=00:00:26.24 bitrate=1084.3kbits/s dup=304 drop=310
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2314 DC, 2314 AC, 2314 MV errors in P frame
Past duration 0.859612 too large
[mpeg2video @ 0c280060] ac-tex damaged at 53 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2396 DC, 2396 AC, 2396 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 6 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 70 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2379 DC, 2379 AC, 2379 MV errors in P frame
overread 8
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2399 DC, 2399 AC, 2399 MV errors in P frame
Past duration 0.690971 too large
[mpeg2video @ 0c280060] ac-tex damaged at 34 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 65 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2304 DC, 2304 AC, 2304 MV errors in P frame
overread 10
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1838 DC, 1838 AC, 1838 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 74 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1735 DC, 1735 AC, 1735 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 44 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 3 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 72 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 699 DC, 699 AC, 699 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 32 43=00:00:26.69 bitrate=1090.8kbits/s dup=306 drop=315
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 12 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 68 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1507 DC, 1507 AC, 1507 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 32 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 77 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1253 DC, 1253 AC, 1253 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 77 31
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1099 DC, 1099 AC, 1099 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 76 10
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2773 DC, 2773 AC, 2773 MV errors in P frame
Past duration 0.880791 too large
[mpeg2video @ 0c280060] ac-tex damaged at 7 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 60 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3349 DC, 3349 AC, 3349 MV errors in I frame
Past duration 0.710320 too large
[mpeg2video @ 0c280060] ac-tex damaged at 74 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1737 DC, 1737 AC, 1737 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 75 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1494 DC, 1494 AC, 1494 MV errors in P frame
Past duration 0.677544 too large
[mpeg2video @ 0c280060] ac-tex damaged at 64 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1506 DC, 1506 AC, 1506 MV errors in P frame
Past duration 0.900261 too large
[mpeg2video @ 0c280060] ac-tex damaged at 63 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1509 DC, 1509 AC, 1509 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1503 DC, 1503 AC, 1503 MV errors in P frame
Past duration 0.781364 too large 3614kB time=00:00:27.26 bitrate=1085.9kbits/s dup=314 drop=323
[mpeg2video @ 0c280060] ac-tex damaged at 36 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.956352 too large
[mpeg2video @ 0c280060] ac-tex damaged at 51 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.617729 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 6 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.815422 too large
[mpeg2video @ 0c280060] ac-tex damaged at 46 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 74 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1655 DC, 1655 AC, 1655 MV errors in P frame
Past duration 0.619499 too large
[mpeg2video @ 0c280060] ac-tex damaged at 62 18
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2147 DC, 2147 AC, 2147 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 69 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3340 DC, 3340 AC, 3340 MV errors in I frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 78 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 226 DC, 226 AC, 226 MV errors in P frame
Past duration 0.711357 too large
Past duration 0.995842 too large
[mpeg2video @ 0c280060] ac-tex damaged at 43 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 76 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 47 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.656181 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 56 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 9 33e=00:00:27.89 bitrate=1079.0kbits/s dup=324 drop=332
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
Past duration 0.866753 too large
[mpeg2video @ 0c280060] ac-tex damaged at 54 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 41 32
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1040 DC, 1040 AC, 1040 MV errors in P frame
Past duration 0.754143 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 35 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.780022 too large
[mpeg2video @ 0c280060] ac-tex damaged at 45 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.803032 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 21 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.789055 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 70 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 66 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 28 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
Past duration 0.686943 too large
Past duration 0.948418 too large
[mpeg2video @ 0c280060] ac-tex damaged at 75 3
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3334 DC, 3334 AC, 3334 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 25 26=00:00:28.31 bitrate=1076.5kbits/s dup=324 drop=337
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
Past duration 0.629387 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.801018 too large
[mpeg2video @ 0c280060] ac-tex damaged at 44 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 48 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 43 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 34 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 38 22
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1840 DC, 1840 AC, 1840 MV errors in P frame
Past duration 0.784294 too large
[mpeg2video @ 0c280060] invalid mb type in P Frame at 9 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 21=00:00:28.86 bitrate=1073.1kbits/s dup=336 drop=342
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 0c280060] slice too small
Error while decoding stream #0:0: Invalid data found when processing input
[mpeg2video @ 0c280060] ac-tex damaged at 34 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 28 21
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1920 DC, 1920 AC, 1920 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 46 17
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2240 DC, 2240 AC, 2240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 14 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
Past duration 0.943718 too large
[mpeg2video @ 0c280060] ac-tex damaged at 1 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 30=00:00:29.37 bitrate=1072.9kbits/s dup=351 drop=346
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 56 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 45 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 30 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 40 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 35 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
Past duration 0.883720 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 46 19
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2080 DC, 2080 AC, 2080 MV errors in P frame
Past duration 0.991386 too large
[mpeg2video @ 0c280060] ac-tex damaged at 32 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.944450 too large
[mpeg2video @ 0c280060] ac-tex damaged at 46 24
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1680 DC, 1680 AC, 1680 MV errors in P frame
Past duration 0.625359 too large
[mpeg2video @ 0c280060] ac-tex damaged at 28 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.814507 too large
[mpeg2video @ 0c280060] ac-tex damaged at 43 42
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 240 DC, 240 AC, 240 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 51 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 26 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 59 41=00:00:29.84 bitrate=1071.3kbits/s dup=351 drop=360
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 315 DC, 315 AC, 315 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 35 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 26 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.859917 too large
[mpeg2video @ 0c280060] ac-tex damaged at 56 20
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
Past duration 0.889030 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 10 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.914421 too large
[mpeg2video @ 0c280060] ac-tex damaged at 51 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 37 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 42 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 33 25
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1600 DC, 1600 AC, 1600 MV errors in P frame
Past duration 0.624138 too large
[mpeg2video @ 0c280060] ac-tex damaged at 40 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 54 31 bitrate=1071.3kbits/s dup=361 drop=367
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1120 DC, 1120 AC, 1120 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 0 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 32 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
[mpeg2video @ 0c280060] ac-tex damaged at 50 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 400 DC, 400 AC, 400 MV errors in P frame
Past duration 0.990532 too large
Past duration 0.691887 too large
[mpeg2video @ 0c280060] ac-tex damaged at 34 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 61 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 392 DC, 392 AC, 392 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 37 35
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 800 DC, 800 AC, 800 MV errors in P frame
Past duration 0.855400 too large 4039kB time=00:00:30.94 bitrate=1069.1kbits/s dup=370 drop=378
[mpeg2video @ 0c280060] ac-tex damaged at 42 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
Past duration 0.889397 too large
[mpeg2video @ 0c280060] ac-tex damaged at 39 41
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 320 DC, 320 AC, 320 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 27 36
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 720 DC, 720 AC, 720 MV errors in P frame
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.777641 too large
[mpeg2video @ 0c280060] ac-tex damaged at 20 43
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 160 DC, 160 AC, 160 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 62 40
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 390 DC, 390 AC, 390 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 49 6
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3120 DC, 3120 AC, 3120 MV errors in I frame
Past duration 0.757317 too large
Past duration 0.933769 too large 4095kB time=00:00:31.46 bitrate=1066.2kbits/s dup=379 drop=386
[mpeg2video @ 0c280060] invalid mb type in P Frame at 4 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 53 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1437 DC, 1437 AC, 1437 MV errors in P frame
Past duration 0.617607 too large
[mpeg2video @ 0c280060] ac-tex damaged at 52 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1358 DC, 1358 AC, 1358 MV errors in P frame
Past duration 0.732964 too large
overread 9
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1356 DC, 1356 AC, 1356 MV errors in P frame
Past duration 0.981865 too large
Past duration 0.644402 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 77 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1175 DC, 1175 AC, 1175 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 14 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.992912 too large
[mpeg2video @ 0c280060] ac-tex damaged at 76 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1334 DC, 1334 AC, 1334 MV errors in P frame
Past duration 0.903984 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 33 28=00:00:32.01 bitrate=1060.3kbits/s dup=381 drop=388
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.801994 too large
[mpeg2video @ 0c280060] ac-tex damaged at 32 26
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1520 DC, 1520 AC, 1520 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 41 28
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1360 DC, 1360 AC, 1360 MV errors in P frame
Past duration 0.904472 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 67 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1262 DC, 1262 AC, 1262 MV errors in P frame
[mpeg2video @ 0c280060] invalid cbp -1 at 2 30
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1200 DC, 1200 AC, 1200 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 50 37
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 640 DC, 640 AC, 640 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 11 34
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 880 DC, 880 AC, 880 MV errors in P frame
Past duration 0.695061 too large
[mpeg2video @ 0c280060] invalid cbp -1 at 39 38
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 560 DC, 560 AC, 560 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 64 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3265 DC, 3265 AC, 3265 MV errors in I frame
Past duration 0.749809 too large 4187kB time=00:00:32.39 bitrate=1058.6kbits/s dup=381 drop=390
[mpeg2video @ 0c280060] ac-tex damaged at 70 33
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 960 DC, 960 AC, 960 MV errors in P frame
[mpeg2video @ 0c280060] invalid mb type in P Frame at 64 39
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 480 DC, 480 AC, 480 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 17 29
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1280 DC, 1280 AC, 1280 MV errors in P frame
Past duration 0.787529 too large
[mpeg2video @ 0c280060] ac-tex damaged at 6 27
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1440 DC, 1440 AC, 1440 MV errors in P frame
Past duration 0.816704 too large
[mpeg2video @ 0c280060] ac-tex damaged at 55 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
Past duration 0.900078 too large
Past duration 0.892937 too large
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2000 DC, 2000 AC, 2000 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 31 16=00:00:33.03 bitrate=1055.5kbits/s dup=394 drop=395
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
Past duration 0.651176 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 16
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2320 DC, 2320 AC, 2320 MV errors in P frame
Past duration 0.603508 too large
[mpeg2video @ 0c280060] ac-tex damaged at 41 15
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 2400 DC, 2400 AC, 2400 MV errors in P frame
Past duration 0.743523 too large
[mpeg2video @ 0c280060] ac-tex damaged at 71 23
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 1760 DC, 1760 AC, 1760 MV errors in P frame
[mpeg2video @ 0c280060] ac-tex damaged at 34 4
[mpeg2video @ 0c280060] Warning MVs not available
[mpeg2video @ 0c280060] concealing 3280 DC, 3280 AC, 3280 MV errors in I frame
frame= 1951 fps= 60 q=31.0 Lsize= 4291kB time=00:00:33.29 bitrate=1055.6kbits/s dup=398 drop=396
video:4282kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.214512%
0xf90a6130 0xb658 0x11d2 ae490000f8754b990x00000000 0x0000 0x0000 c0000000000000460x8e1c39a1 0xde53 0x11cf aa630080c744528dExiting normally, received signal 2.
Terminate batch job (Y/N)? y
rdp@USER-PC D:\dtv_tuner_ffmpeg
> dir
Volume in drive D is Micron 250GB
Volume Serial Number is 1A0F-61F5
Directory of D:\dtv_tuner_ffmpeg
12/30/2015 10:23 PM <DIR> .
12/30/2015 10:23 PM <DIR> ..
12/29/2015 11:36 AM 0 .config
12/29/2015 11:27 AM 18 .gitattributes
12/29/2015 11:32 AM 1,461 .gitignore
12/29/2015 04:07 PM 0 .version
12/29/2015 11:32 AM 829 arch.mak
12/29/2015 11:32 AM 49,220 Changelog
12/29/2015 11:32 AM 70,850 cmdutils.c
12/29/2015 04:08 PM 1,812 cmdutils.d
12/29/2015 11:27 AM 18,929 cmdutils.h
12/29/2015 04:08 PM 251,077 cmdutils.o
12/29/2015 11:27 AM 2,898 cmdutils_common_opts.h
12/29/2015 11:32 AM 10,335 cmdutils_opencl.c
12/29/2015 11:32 AM 4,344 common.mak
12/29/2015 11:32 AM <DIR> compat
12/29/2015 11:36 AM 60,462 config.asm
12/29/2015 11:33 AM 96 config.fate
12/29/2015 11:36 AM 61,071 config.h
12/29/2015 11:36 AM 336,266 config.log
12/29/2015 11:36 AM 54,377 config.mak
12/29/2015 11:32 AM 202,205 configure
12/29/2015 11:27 AM 18,092 COPYING.GPLv2
12/29/2015 11:27 AM 35,147 COPYING.GPLv3
12/29/2015 11:27 AM 26,526 COPYING.LGPLv2.1
12/29/2015 11:27 AM 7,651 COPYING.LGPLv3
12/29/2015 11:27 AM 274 CREDITS
12/29/2015 12:55 PM <DIR> doc
12/31/2015 10:39 AM 5,632 dump.grf
12/29/2015 11:32 AM 152,686 ffmpeg.c
12/29/2015 11:37 AM 2,168 ffmpeg.d
12/29/2015 04:08 PM 15,528,448 ffmpeg.exe
12/29/2015 11:32 AM 16,722 ffmpeg.h
12/29/2015 11:37 AM 363,972 ffmpeg.o
12/29/2015 11:32 AM 20,485 ffmpeg_dxva2.c
12/29/2015 11:37 AM 1,403 ffmpeg_dxva2.d
12/29/2015 11:37 AM 117,478 ffmpeg_dxva2.o
12/29/2015 11:32 AM 41,350 ffmpeg_filter.c
12/29/2015 11:37 AM 1,713 ffmpeg_filter.d
12/29/2015 11:37 AM 118,658 ffmpeg_filter.o
12/29/2015 04:11 PM 99,369,254 ffmpeg_g.exe
12/29/2015 11:32 AM 133,537 ffmpeg_opt.c
12/29/2015 11:37 AM 1,605 ffmpeg_opt.d
12/29/2015 11:37 AM 358,224 ffmpeg_opt.o
12/29/2015 11:27 AM 12,410 ffmpeg_vdpau.c
12/29/2015 11:32 AM 6,145 ffmpeg_videotoolbox.c
12/29/2015 11:32 AM 132,146 ffplay.c
12/29/2015 11:32 AM 121,239 ffprobe.c
12/29/2015 11:37 AM 1,710 ffprobe.d
12/29/2015 12:55 PM 15,442,944 ffprobe.exe
12/29/2015 11:37 AM 464,398 ffprobe.o
12/29/2015 12:55 PM 98,970,574 ffprobe_g.exe
12/29/2015 11:32 AM 125,497 ffserver.c
12/29/2015 11:32 AM 51,054 ffserver_config.c
12/29/2015 11:27 AM 5,208 ffserver_config.h
12/29/2015 04:07 PM 382 gof.bat
12/29/2015 04:07 PM 124 gof_when_possible.rb
12/29/2015 04:07 PM 377 go_build_mac.sh
12/31/2015 10:37 AM 234 go_localish.bat
12/29/2015 11:27 AM 595 INSTALL.md
12/29/2015 04:08 PM <DIR> libavcodec
12/29/2015 04:11 PM <DIR> libavdevice
12/29/2015 04:08 PM <DIR> libavfilter
12/29/2015 04:08 PM <DIR> libavformat
12/29/2015 11:32 AM <DIR> libavresample
12/29/2015 04:08 PM <DIR> libavutil
12/29/2015 11:32 AM <DIR> libpostproc
12/29/2015 11:27 AM 3,914 library.mak
12/29/2015 04:08 PM <DIR> libswresample
12/29/2015 04:08 PM <DIR> libswscale
12/29/2015 11:32 AM 3,933 LICENSE.md
12/29/2015 11:32 AM 30,247 MAINTAINERS
12/29/2015 11:32 AM 6,179 Makefile
12/31/2015 10:39 AM 793,546,752 myfile
12/29/2015 11:27 AM <DIR> presets
12/29/2015 11:32 AM 1,654 README.md
12/29/2015 11:32 AM 8 RELEASE
12/29/2015 11:32 AM <DIR> tests
12/29/2015 11:32 AM <DIR> tools
12/29/2015 11:32 AM 74,245 tuner.h
12/29/2015 11:32 AM 1,866 version.sh
12/31/2015 10:39 AM 4,393,766 yo.mp4
66 File(s) 1,030,844,876 bytes
16 Dir(s) 246,626,283,520 bytes free
rdp@USER-PC D:\dtv_tuner_ffmpeg
> "c:\Program Files (x86)\Dr. Memory\bin\drmemory.exe" -- go_localish.bat
ERROR: failed to create process (err=2) for "D:\dtv_tuner_ffmpeg\go_localish.bat":
<press enter to dismiss>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> type go_localish.bat
.\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
@rem note no rtbufsize...
rdp@USER-PC D:\dtv_tuner_ffmpeg
> "c:\Program Files (x86)\Dr. Memory\bin\drmemory.exe" -- .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
~~Dr.M~~ Dr. Memory version 1.9.0
~~Dr.M~~ Running ".\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i "video=Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4"
^C
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ...v matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> vi drmemory.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> start "" "c:\Program Files (x86)\Notepad++\notepad++.exe" drmemory.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> ~~Dr.M~~
~~Dr.M~~ Error #1: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a8fbd4e <DirectShowSpy.DLL+0x1bd4e>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a8e110d <DirectShowSpy.DLL+0x110d>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a996478 <DirectShowSpy.DLL+0xb6478>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a9963d9 <DirectShowSpy.DLL+0xb63d9>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a995e1c <DirectShowSpy.DLL+0xb5e1c>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a995f97 <DirectShowSpy.DLL+0xb5f97>)
~~Dr.M~~ #10 DirectShowSpy.DLL!? +0x0 (0x6a995f33 <DirectShowSpy.DLL+0xb5f33>)
~~Dr.M~~ #11 ntdll.dll!RtlDestroyQueryDebugBuffer +0xfe (0x77c293d0 <ntdll.dll+0x493d0>)
~~Dr.M~~ #12 ntdll.dll!LdrFindResourceDirectory_U +0x9ea (0x77c152c9 <ntdll.dll+0x352c9>)
~~Dr.M~~ #13 ntdll.dll!LdrFindResourceDirectory_U +0x470 (0x77c14d4f <ntdll.dll+0x34d4f>)
~~Dr.M~~ #14 ntdll.dll!RtlRaiseStatus +0xc37 (0x77c32c45 <ntdll.dll+0x52c45>)
~~Dr.M~~ #15 KERNEL32.dll!LoadLibraryExW +0x11d (0x75753149 <KERNEL32.dll+0x13149>)
~~Dr.M~~ #16 ConEmuHk.dll!RequestLocalServer +0xd689 (0x7e135d0a <ConEmuHk.dll+0x25d0a>)
~~Dr.M~~ #17 ole32.dll!CoGetTreatAsClass +0x93f (0x766ef6d8 <ole32.dll+0x3f6d8>)
~~Dr.M~~ #18 ole32.dll!CoGetTreatAsClass +0x829 (0x766ef5c2 <ole32.dll+0x3f5c2>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x11eb (0x766ee3a9 <ole32.dll+0x3e3a9>)
~~Dr.M~~ Note: @0:00:19.366 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #2: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a8fbd4e <DirectShowSpy.DLL+0x1bd4e>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a8e110d <DirectShowSpy.DLL+0x110d>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a996478 <DirectShowSpy.DLL+0xb6478>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a9963d9 <DirectShowSpy.DLL+0xb63d9>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a995e1c <DirectShowSpy.DLL+0xb5e1c>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a995f97 <DirectShowSpy.DLL+0xb5f97>)
~~Dr.M~~ #10 DirectShowSpy.DLL!? +0x0 (0x6a995f33 <DirectShowSpy.DLL+0xb5f33>)
~~Dr.M~~ #11 ntdll.dll!RtlDestroyQueryDebugBuffer +0xfe (0x77c293d0 <ntdll.dll+0x493d0>)
~~Dr.M~~ #12 ntdll.dll!LdrFindResourceDirectory_U +0x9ea (0x77c152c9 <ntdll.dll+0x352c9>)
~~Dr.M~~ #13 ntdll.dll!LdrFindResourceDirectory_U +0x470 (0x77c14d4f <ntdll.dll+0x34d4f>)
~~Dr.M~~ #14 ntdll.dll!RtlRaiseStatus +0xc37 (0x77c32c45 <ntdll.dll+0x52c45>)
~~Dr.M~~ #15 KERNEL32.dll!LoadLibraryExW +0x11d (0x75753149 <KERNEL32.dll+0x13149>)
~~Dr.M~~ #16 ConEmuHk.dll!RequestLocalServer +0xd689 (0x7e135d0a <ConEmuHk.dll+0x25d0a>)
~~Dr.M~~ #17 ole32.dll!CoGetTreatAsClass +0x93f (0x766ef6d8 <ole32.dll+0x3f6d8>)
~~Dr.M~~ #18 ole32.dll!CoGetTreatAsClass +0x829 (0x766ef5c2 <ole32.dll+0x3f5c2>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x11eb (0x766ee3a9 <ole32.dll+0x3e3a9>)
~~Dr.M~~ Note: @0:00:19.366 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
~~Dr.M~~
~~Dr.M~~ Error #3: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a8f44cc <DirectShowSpy.DLL+0x144cc>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a8f44cc <DirectShowSpy.DLL+0x144cc>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a96ae22 <DirectShowSpy.DLL+0x8ae22>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a969e76 <DirectShowSpy.DLL+0x89e76>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a964fa7 <DirectShowSpy.DLL+0x84fa7>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ #10 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ #11 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:19.849 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #4: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a8f44cc <DirectShowSpy.DLL+0x144cc>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a8f44cc <DirectShowSpy.DLL+0x144cc>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a96ae22 <DirectShowSpy.DLL+0x8ae22>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a969e76 <DirectShowSpy.DLL+0x89e76>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a964fa7 <DirectShowSpy.DLL+0x84fa7>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ #10 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ #11 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:19.849 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> ~~Dr.M~~
~~Dr.M~~ Error #5: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96a94c <DirectShowSpy.DLL+0x8a94c>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a967b5c <DirectShowSpy.DLL+0x87b5c>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a964ff4 <DirectShowSpy.DLL+0x84ff4>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:22.803 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #6: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96a94c <DirectShowSpy.DLL+0x8a94c>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a967b5c <DirectShowSpy.DLL+0x87b5c>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a964ff4 <DirectShowSpy.DLL+0x84ff4>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:22.803 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
rdp@USER-PC D:\dtv_tuner_ffmpeg
> ~~Dr.M~~
~~Dr.M~~ Error #7: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96d832 <DirectShowSpy.DLL+0x8d832>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a969fca <DirectShowSpy.DLL+0x89fca>)
~~Dr.M~~ # 6 ole32.dll!CoGetStandardMarshal +0x26f (0x766c1aa8 <ole32.dll+0x11aa8>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a8fccf6 <DirectShowSpy.DLL+0x1ccf6>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a8fd134 <DirectShowSpy.DLL+0x1d134>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a96ab1f <DirectShowSpy.DLL+0x8ab1f>)
~~Dr.M~~ #10 DirectShowSpy.DLL!? +0x0 (0x6a967b5c <DirectShowSpy.DLL+0x87b5c>)
~~Dr.M~~ #11 DirectShowSpy.DLL!? +0x0 (0x6a964ff4 <DirectShowSpy.DLL+0x84ff4>)
~~Dr.M~~ #12 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ #13 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ #14 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ Note: @0:00:23.099 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #8: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96d832 <DirectShowSpy.DLL+0x8d832>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a969fca <DirectShowSpy.DLL+0x89fca>)
~~Dr.M~~ # 6 ole32.dll!CoGetStandardMarshal +0x26f (0x766c1aa8 <ole32.dll+0x11aa8>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a8fccf6 <DirectShowSpy.DLL+0x1ccf6>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a8fd134 <DirectShowSpy.DLL+0x1d134>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a96ab1f <DirectShowSpy.DLL+0x8ab1f>)
~~Dr.M~~ #10 DirectShowSpy.DLL!? +0x0 (0x6a967b5c <DirectShowSpy.DLL+0x87b5c>)
~~Dr.M~~ #11 DirectShowSpy.DLL!? +0x0 (0x6a964ff4 <DirectShowSpy.DLL+0x84ff4>)
~~Dr.M~~ #12 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ #13 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ #14 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ Note: @0:00:23.115 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> ~~Dr.M~~
~~Dr.M~~ Error #9: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96d832 <DirectShowSpy.DLL+0x8d832>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a969fca <DirectShowSpy.DLL+0x89fca>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a965014 <DirectShowSpy.DLL+0x85014>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:39.888 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #10: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96d832 <DirectShowSpy.DLL+0x8d832>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a969fca <DirectShowSpy.DLL+0x89fca>)
~~Dr.M~~ # 6 DirectShowSpy.DLL!? +0x0 (0x6a965014 <DirectShowSpy.DLL+0x85014>)
~~Dr.M~~ # 7 DirectShowSpy.DLL!? +0x0 (0x6a95e4bb <DirectShowSpy.DLL+0x7e4bb>)
~~Dr.M~~ # 8 DirectShowSpy.DLL!? +0x0 (0x6a94a4c1 <DirectShowSpy.DLL+0x6a4c1>)
~~Dr.M~~ # 9 DirectShowSpy.DLL!? +0x0 (0x6a97ceb4 <DirectShowSpy.DLL+0x9ceb4>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:39.888 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
[dshow @ 0f242020] NetworkType: ATSC
~~Dr.M~~
~~Dr.M~~ Error #11: UNINITIALIZED READ: reading 0x0027ea90-0x0027ea94 4 byte(s) within 0x0027ea90-0x0027ea94
~~Dr.M~~ # 0 system call NtSetEvent parameter value #0
~~Dr.M~~ # 1 KERNEL32.dll!SetEvent +0xf (0x75751f9d <KERNEL32.dll+0x11f9d>)
~~Dr.M~~ # 2 MSDvbNP.ax!DllUnregisterServer +0x56f (0x753b2515 <MSDvbNP.ax+0x2515>)
~~Dr.M~~ # 3 MSDvbNP.ax!DllRegisterServer +0xb5c (0x753b374d <MSDvbNP.ax+0x374d>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x2a4d (0x753b563e <MSDvbNP.ax+0x563e>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x73b (0x753b332c <MSDvbNP.ax+0x332c>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllRegisterServer +0x79f (0x753b3390 <MSDvbNP.ax+0x3390>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllRegisterServer +0x7588 (0x753ba179 <MSDvbNP.ax+0xa179>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:48.410 in thread 2864
~~Dr.M~~
~~Dr.M~~ Error #12: UNINITIALIZED READ: reading 0x0027ea6c-0x0027ea70 4 byte(s) within 0x0027ea6c-0x0027ea70
~~Dr.M~~ # 0 system call NtSetEvent parameter value #0
~~Dr.M~~ # 1 KERNEL32.dll!SetEvent +0xf (0x75751f9d <KERNEL32.dll+0x11f9d>)
~~Dr.M~~ # 2 MSDvbNP.ax!DllUnregisterServer +0x56f (0x753b2515 <MSDvbNP.ax+0x2515>)
~~Dr.M~~ # 3 MSDvbNP.ax!DllRegisterServer +0xb5c (0x753b374d <MSDvbNP.ax+0x374d>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x1923 (0x753b4514 <MSDvbNP.ax+0x4514>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllRegisterServer +0x73b (0x753b332c <MSDvbNP.ax+0x332c>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllRegisterServer +0x79f (0x753b3390 <MSDvbNP.ax+0x3390>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7588 (0x753ba179 <MSDvbNP.ax+0xa179>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:48.410 in thread 2864
[dshow @ 0f242020] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 0f242020] Using def locator
[dshow @ 0f242020] create tune request
[dshow @ 0f242020] Def loator pre validate
[dshow @ 0f242020] BDA tuner added
~~Dr.M~~
~~Dr.M~~ Error #13: UNINITIALIZED READ: reading 0x0027f1f0-0x0027f1f4 4 byte(s) within 0x0027f1d4-0x0027f1f4
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x9fe (0x753d1f91 <BdaPlgIn.dll+0x1f91>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x515a (0x753b7d4b <MSDvbNP.ax+0x7d4b>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6c8d (0x753b987e <MSDvbNP.ax+0x987e>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0b8ab26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0b8de941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0b8dea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0b8deccc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 DirectShowSpy.DLL!? +0x0 (0x6a948326 <DirectShowSpy.DLL+0x68326>)
~~Dr.M~~ #13 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #14 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #15 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #16 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #17 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #18 __tmainCRTStartup
~~Dr.M~~ #19 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:55.840 in thread 2864
~~Dr.M~~
~~Dr.M~~ Error #14: UNINITIALIZED READ: reading 0x0027f1f0-0x0027f1f4 4 byte(s) within 0x0027f1d4-0x0027f1f4
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x9fe (0x753d1f91 <BdaPlgIn.dll+0x1f91>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x51b1 (0x753b7da2 <MSDvbNP.ax+0x7da2>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6c8d (0x753b987e <MSDvbNP.ax+0x987e>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0b8ab26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0b8de941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0b8dea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0b8deccc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 DirectShowSpy.DLL!? +0x0 (0x6a948326 <DirectShowSpy.DLL+0x68326>)
~~Dr.M~~ #13 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #14 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #15 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #16 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #17 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #18 __tmainCRTStartup
~~Dr.M~~ #19 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:56.011 in thread 2864
~~Dr.M~~
~~Dr.M~~ Error #15: UNINITIALIZED READ: reading 0x0027f1e8-0x0027f1ec 4 byte(s) within 0x0027f1c4-0x0027f1ec
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x1135 (0x753d26c8 <BdaPlgIn.dll+0x26c8>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x5db8 (0x753b89a9 <MSDvbNP.ax+0x89a9>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6cae (0x753b989f <MSDvbNP.ax+0x989f>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0b8ab26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0b8de941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0b8dea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0b8deccc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 DirectShowSpy.DLL!? +0x0 (0x6a948326 <DirectShowSpy.DLL+0x68326>)
~~Dr.M~~ #13 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #14 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #15 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #16 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #17 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #18 __tmainCRTStartup
~~Dr.M~~ #19 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:56.495 in thread 2864
~~Dr.M~~
~~Dr.M~~ Error #16: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a947789 <DirectShowSpy.DLL+0x67789>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0x408 (0x753d199b <BdaPlgIn.dll+0x199b>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x6b3 (0x753d1c46 <BdaPlgIn.dll+0x1c46>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x8a9 (0x753d1e3c <BdaPlgIn.dll+0x1e3c>)
~~Dr.M~~ # 8 BdaPlgIn.dll!DllUnregisterServer +0x1c4c (0x753d31df <BdaPlgIn.dll+0x31df>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:57.121 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #17: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a947789 <DirectShowSpy.DLL+0x67789>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0x408 (0x753d199b <BdaPlgIn.dll+0x199b>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x6b3 (0x753d1c46 <BdaPlgIn.dll+0x1c46>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x8a9 (0x753d1e3c <BdaPlgIn.dll+0x1e3c>)
~~Dr.M~~ # 8 BdaPlgIn.dll!DllUnregisterServer +0x1c4c (0x753d31df <BdaPlgIn.dll+0x31df>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:57.136 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
[dshow @ 0f242020] BDA Receiver Component added
[dshow @ 0f242020] success infinite tee to graph.
~~Dr.M~~
~~Dr.M~~ Error #18: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a9480c5 <DirectShowSpy.DLL+0x680c5>)
~~Dr.M~~ # 5 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ # 6 dshow_read_header [libavdevice/dshow.c:1601]
~~Dr.M~~ # 7 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ # 8 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ # 9 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #10 __tmainCRTStartup
~~Dr.M~~ #11 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:00.244 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #19: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a9480c5 <DirectShowSpy.DLL+0x680c5>)
~~Dr.M~~ # 5 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ # 6 dshow_read_header [libavdevice/dshow.c:1601]
~~Dr.M~~ # 7 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ # 8 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ # 9 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #10 __tmainCRTStartup
~~Dr.M~~ #11 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:00.400 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
~~Dr.M~~
~~Dr.M~~ Error #20: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96d832 <DirectShowSpy.DLL+0x8d832>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a969fca <DirectShowSpy.DLL+0x89fca>)
~~Dr.M~~ # 6 QUARTZ.dll!DllGetClassObject +0x2eed (0x0b89c593 <QUARTZ.dll+0xc593>)
~~Dr.M~~ # 7 Mpg2Splt.dll!DllGetClassObject +0x2a19 (0x6a8967cc <Mpg2Splt.dll+0x67cc>)
~~Dr.M~~ # 8 Mpg2Splt.dll!DllGetClassObject +0xdfb0 (0x6a8a1d63 <Mpg2Splt.dll+0x11d63>)
~~Dr.M~~ # 9 QUARTZ.dll!DllGetClassObject +0x1708d (0x0b8b0733 <QUARTZ.dll+0x20733>)
~~Dr.M~~ #10 QUARTZ.dll!DllGetClassObject +0x172ce (0x0b8b0974 <QUARTZ.dll+0x20974>)
~~Dr.M~~ #11 DirectShowSpy.DLL!? +0x0 (0x6a94740c <DirectShowSpy.DLL+0x6740c>)
~~Dr.M~~ #12 dshow_read_header [libavdevice/dshow.c:1615]
~~Dr.M~~ #13 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #14 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #15 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #16 __tmainCRTStartup
~~Dr.M~~ #17 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:01.988 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #21: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a96d832 <DirectShowSpy.DLL+0x8d832>)
~~Dr.M~~ # 5 DirectShowSpy.DLL!? +0x0 (0x6a969fca <DirectShowSpy.DLL+0x89fca>)
~~Dr.M~~ # 6 QUARTZ.dll!DllGetClassObject +0x2eed (0x0b89c593 <QUARTZ.dll+0xc593>)
~~Dr.M~~ # 7 Mpg2Splt.dll!DllGetClassObject +0x2a19 (0x6a8967cc <Mpg2Splt.dll+0x67cc>)
~~Dr.M~~ # 8 Mpg2Splt.dll!DllGetClassObject +0xdfb0 (0x6a8a1d63 <Mpg2Splt.dll+0x11d63>)
~~Dr.M~~ # 9 QUARTZ.dll!DllGetClassObject +0x1708d (0x0b8b0733 <QUARTZ.dll+0x20733>)
~~Dr.M~~ #10 QUARTZ.dll!DllGetClassObject +0x172ce (0x0b8b0974 <QUARTZ.dll+0x20974>)
~~Dr.M~~ #11 DirectShowSpy.DLL!? +0x0 (0x6a94740c <DirectShowSpy.DLL+0x6740c>)
~~Dr.M~~ #12 dshow_read_header [libavdevice/dshow.c:1615]
~~Dr.M~~ #13 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #14 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #15 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #16 __tmainCRTStartup
~~Dr.M~~ #17 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:02.196 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
~~Dr.M~~
~~Dr.M~~ Error #22: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e4d <DirectShowSpy.DLL+0xb2e4d>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a9480c5 <DirectShowSpy.DLL+0x680c5>)
~~Dr.M~~ # 5 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ # 6 dshow_read_header [libavdevice/dshow.c:1621]
~~Dr.M~~ # 7 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ # 8 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ # 9 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #10 __tmainCRTStartup
~~Dr.M~~ #11 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:02.566 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a992e57
~~Dr.M~~
~~Dr.M~~ Error #23: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 DirectShowSpy.DLL!? +0x0 (0x6a992e62 <DirectShowSpy.DLL+0xb2e62>)
~~Dr.M~~ # 1 DirectShowSpy.DLL!? +0x0 (0x6a8f7100 <DirectShowSpy.DLL+0x17100>)
~~Dr.M~~ # 2 DirectShowSpy.DLL!? +0x0 (0x6a8f7517 <DirectShowSpy.DLL+0x17517>)
~~Dr.M~~ # 3 DirectShowSpy.DLL!? +0x0 (0x6a8f7572 <DirectShowSpy.DLL+0x17572>)
~~Dr.M~~ # 4 DirectShowSpy.DLL!? +0x0 (0x6a9480c5 <DirectShowSpy.DLL+0x680c5>)
~~Dr.M~~ # 5 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ # 6 dshow_read_header [libavdevice/dshow.c:1621]
~~Dr.M~~ # 7 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ # 8 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ # 9 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #10 __tmainCRTStartup
~~Dr.M~~ #11 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:01:02.738 in thread 2864
~~Dr.M~~ Note: instruction: cmp %dl (%eax)
~~Dr.M~~
~~Dr.M~~ Error #24: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.453 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #25: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.453 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #26: UNINITIALIZED READ: reading 0x0ef193e8-0x0ef193ec 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:01:06.453 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #27: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.484 in thread 2864
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #28: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.499 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #29: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.499 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #30: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.499 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #31: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.499 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #32: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.531 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #33: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.531 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #34: UNINITIALIZED READ: reading 0x0ef19420-0x0ef19424 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:01:06.531 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #35: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.546 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #36: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.546 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #37: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.546 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #38: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.546 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #39: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.546 in thread 2864
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #40: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #41: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #42: UNINITIALIZED READ: reading 0x0ef19b30-0x0ef19b34 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #43: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #44: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #45: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #46: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #47: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.562 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #48: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.577 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #49: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.577 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #50: UNINITIALIZED READ: reading 0x0ef08950-0x0ef08954 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #51: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #52: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #53: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #54: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #55: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #56: UNINITIALIZED READ: reading 0x0ef204a4-0x0ef204a5 1 byte(s) within 0x0ef204a4-0x0ef204a8
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b4fb (0x6a83563f <psisrender.ax+0x2563f>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x18217 (0x6a83235c <psisrender.ax+0x2235c>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18300 (0x6a832445 <psisrender.ax+0x22445>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.593 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%ecx) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #57: UNINITIALIZED READ: reading register edi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x180aa (0x6a8321ee <psisrender.ax+0x221ee>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17852 (0x6a831997 <psisrender.ax+0x21997>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1af1e (0x6a835063 <psisrender.ax+0x25063>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18354 (0x6a832499 <psisrender.ax+0x22499>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.655 in thread 2864
~~Dr.M~~ Note: instruction: cmp %edi %ebx
~~Dr.M~~
~~Dr.M~~ Error #58: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17f73 (0x6a8320b7 <psisrender.ax+0x220b7>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17249 (0x6a83138e <psisrender.ax+0x2138e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18405 (0x6a83254a <psisrender.ax+0x2254a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.687 in thread 2864
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #59: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a831f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aef4 (0x6a835039 <psisrender.ax+0x25039>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x1841f (0x6a832564 <psisrender.ax+0x22564>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.718 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #60: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a831f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aef4 (0x6a835039 <psisrender.ax+0x25039>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x1841f (0x6a832564 <psisrender.ax+0x22564>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.718 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #61: UNINITIALIZED READ: reading register edi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x180aa (0x6a8321ee <psisrender.ax+0x221ee>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17852 (0x6a831997 <psisrender.ax+0x21997>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1af1e (0x6a835063 <psisrender.ax+0x25063>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x1841f (0x6a832564 <psisrender.ax+0x22564>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.718 in thread 2864
~~Dr.M~~ Note: instruction: cmp %edi %ebx
~~Dr.M~~
~~Dr.M~~ Error #62: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17f73 (0x6a8320b7 <psisrender.ax+0x220b7>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17249 (0x6a83138e <psisrender.ax+0x2138e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18436 (0x6a83257b <psisrender.ax+0x2257b>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.733 in thread 2864
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #63: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a831f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aed5 (0x6a83501a <psisrender.ax+0x2501a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18450 (0x6a832595 <psisrender.ax+0x22595>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.733 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #64: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a831f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aed5 (0x6a83501a <psisrender.ax+0x2501a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18450 (0x6a832595 <psisrender.ax+0x22595>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.733 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #65: UNINITIALIZED READ: reading register edi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x180aa (0x6a8321ee <psisrender.ax+0x221ee>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17852 (0x6a831997 <psisrender.ax+0x21997>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1af1e (0x6a835063 <psisrender.ax+0x25063>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a831573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a8355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18450 (0x6a832595 <psisrender.ax+0x22595>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:01:06.733 in thread 2864
~~Dr.M~~ Note: instruction: cmp %edi %ebx
~~Dr.M~~
~~Dr.M~~ Error #66: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b4d8 (0x6a83561d <psisrender.ax+0x2561d>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18469 (0x6a8325ae <psisrender.ax+0x225ae>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.749 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #67: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b4d8 (0x6a83561d <psisrender.ax+0x2561d>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18469 (0x6a8325ae <psisrender.ax+0x225ae>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a82edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:01:06.749 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
rdp@USER-PC D:\dtv_tuner_ffmpeg
> drmemory.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> "c:\Program Files (x86)\Dr. Memory\bin\drmemory.exe" -- .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
~~Dr.M~~ Dr. Memory version 1.9.0
~~Dr.M~~ Running ".\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i "video=Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4"
ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
[dshow @ 0f131980] NetworkType: ATSC
~~Dr.M~~
~~Dr.M~~ Error #1: UNINITIALIZED READ: reading 0x0027ea90-0x0027ea94 4 byte(s) within 0x0027ea90-0x0027ea94
~~Dr.M~~ # 0 system call NtSetEvent parameter value #0
~~Dr.M~~ # 1 KERNEL32.dll!SetEvent +0xf (0x75751f9d <KERNEL32.dll+0x11f9d>)
~~Dr.M~~ # 2 MSDvbNP.ax!DllUnregisterServer +0x56f (0x753b2515 <MSDvbNP.ax+0x2515>)
~~Dr.M~~ # 3 MSDvbNP.ax!DllRegisterServer +0xb5c (0x753b374d <MSDvbNP.ax+0x374d>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x2a4d (0x753b563e <MSDvbNP.ax+0x563e>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x73b (0x753b332c <MSDvbNP.ax+0x332c>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllRegisterServer +0x79f (0x753b3390 <MSDvbNP.ax+0x3390>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllRegisterServer +0x7588 (0x753ba179 <MSDvbNP.ax+0xa179>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:11.365 in thread 5508
~~Dr.M~~
~~Dr.M~~ Error #2: UNINITIALIZED READ: reading 0x0027ea6c-0x0027ea70 4 byte(s) within 0x0027ea6c-0x0027ea70
~~Dr.M~~ # 0 system call NtSetEvent parameter value #0
~~Dr.M~~ # 1 KERNEL32.dll!SetEvent +0xf (0x75751f9d <KERNEL32.dll+0x11f9d>)
~~Dr.M~~ # 2 MSDvbNP.ax!DllUnregisterServer +0x56f (0x753b2515 <MSDvbNP.ax+0x2515>)
~~Dr.M~~ # 3 MSDvbNP.ax!DllRegisterServer +0xb5c (0x753b374d <MSDvbNP.ax+0x374d>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x1923 (0x753b4514 <MSDvbNP.ax+0x4514>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllRegisterServer +0x73b (0x753b332c <MSDvbNP.ax+0x332c>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllRegisterServer +0x79f (0x753b3390 <MSDvbNP.ax+0x3390>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7588 (0x753ba179 <MSDvbNP.ax+0xa179>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:11.365 in thread 5508
[dshow @ 0f131980] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 0f131980] Using def locator
[dshow @ 0f131980] create tune request
[dshow @ 0f131980] Def loator pre validate
[dshow @ 0f131980] BDA tuner added
~~Dr.M~~
~~Dr.M~~ Error #3: UNINITIALIZED READ: reading 0x0027f53c-0x0027f540 4 byte(s) within 0x0027f520-0x0027f540
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x9fe (0x753d1f91 <BdaPlgIn.dll+0x1f91>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x515a (0x753b7d4b <MSDvbNP.ax+0x7d4b>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6c8d (0x753b987e <MSDvbNP.ax+0x987e>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0aeab26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0aede941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0aedea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0aedeccc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #13 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #14 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #15 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #16 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #17 __tmainCRTStartup
~~Dr.M~~ #18 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:16.579 in thread 5508
~~Dr.M~~
~~Dr.M~~ Error #4: UNINITIALIZED READ: reading 0x0027f53c-0x0027f540 4 byte(s) within 0x0027f520-0x0027f540
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x9fe (0x753d1f91 <BdaPlgIn.dll+0x1f91>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x51b1 (0x753b7da2 <MSDvbNP.ax+0x7da2>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6c8d (0x753b987e <MSDvbNP.ax+0x987e>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0aeab26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0aede941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0aedea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0aedeccc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #13 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #14 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #15 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #16 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #17 __tmainCRTStartup
~~Dr.M~~ #18 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:16.861 in thread 5508
~~Dr.M~~
~~Dr.M~~ Error #5: UNINITIALIZED READ: reading 0x0027f534-0x0027f538 4 byte(s) within 0x0027f510-0x0027f538
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x1135 (0x753d26c8 <BdaPlgIn.dll+0x26c8>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x5db8 (0x753b89a9 <MSDvbNP.ax+0x89a9>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6cae (0x753b989f <MSDvbNP.ax+0x989f>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0aeab26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0aede941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0aedea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0aedeccc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #13 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #14 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #15 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #16 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #17 __tmainCRTStartup
~~Dr.M~~ #18 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:17.126 in thread 5508
^CTerminate batch job (Y/N)? ^C
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> [dshow @ 0f131980] BDA Receiver Component added
[dshow @ 0f131980] success infinite tee to graph.
~~Dr.M~~
~~Dr.M~~ Error #6: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.045 in thread 5508
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #7: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.045 in thread 5508
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #8: UNINITIALIZED READ: reading 0x0ed78628-0x0ed7862c 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:24.045 in thread 5508
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #9: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.076 in thread 5508
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #10: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.092 in thread 5508
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #11: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.092 in thread 5508
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #12: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.092 in thread 5508
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #13: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a82ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.138 in thread 5508
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #14: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #15: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #16: UNINITIALIZED READ: reading 0x0ed70700-0x0ed70704 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #17: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #18: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #19: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #20: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #21: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a82ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.201 in thread 5508
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #22: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a831e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.248 in thread 5508
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #23: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a831e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a8352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.263 in thread 5508
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #24: UNINITIALIZED READ: reading 0x0ed7dcd0-0x0ed7dcd4 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a835313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:24.263 in thread 5508
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #25: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a835901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a835177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.263 in thread 5508
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #26: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.263 in thread 5508
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #27: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.263 in thread 5508
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #28: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.279 in thread 5508
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #29: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a83de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:24.279 in thread 5508
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #68: UNINITIALIZED READ: reading 0x0ee7c2ac-0x0ee7c2b0 4 byte(s)
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5630b (0x6a7e6715 <WMDRMSDK.DLL+0x66715>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x10d72 (0x6a7a117d <WMDRMSDK.DLL+0x2117d>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:02:26.580 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #69: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x530ad (0x6a7e34b7 <WMDRMSDK.DLL+0x634b7>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:02:26.611 in thread 2864
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #70: UNINITIALIZED READ: reading 0x0027e664-0x0027e665 1 byte(s) within 0x0027e664-0x0027e668
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5625c (0x6a7e6666 <WMDRMSDK.DLL+0x66666>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x563e9 (0x6a7e67f4 <WMDRMSDK.DLL+0x667f4>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:02:27.066 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0xfffffff8(%ebp) %eax
~~Dr.M~~
~~Dr.M~~ Error #71: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10beb (0x6a7a0ff5 <WMDRMSDK.DLL+0x20ff5>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:02:27.112 in thread 2864
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #72: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c09 (0x6a7a1013 <WMDRMSDK.DLL+0x21013>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:02:27.112 in thread 2864
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #73: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c27 (0x6a7a1031 <WMDRMSDK.DLL+0x21031>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:02:27.112 in thread 2864
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #74: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c45 (0x6a7a104f <WMDRMSDK.DLL+0x2104f>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a7a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a83eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:02:27.112 in thread 2864
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #75: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:02:27.284 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #76: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:02:27.300 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #77: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:02:27.315 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #78: UNINITIALIZED READ: reading 0x0027e744-0x0027e745 1 byte(s) within 0x0027e744-0x0027e748
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a82ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:02:27.315 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #79: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a835188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:02:27.315 in thread 2864
~~Dr.M~~ Note: instruction: jnz $0x6a835198
~~Dr.M~~
~~Dr.M~~ Error #80: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a831e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:02:27.315 in thread 2864
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #81: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a831e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a835194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:02:27.315 in thread 2864
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #82: UNINITIALIZED READ: reading 0x0027e744-0x0027e745 1 byte(s) within 0x0027e744-0x0027e748
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a8351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a835376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a82ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a83eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a83ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a83a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a83de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a821ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a820776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a8172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a817520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a81a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:02:27.315 in thread 2864
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
>
rdp@USER-PC D:\dtv_tuner_ffmpeg
> drmemory.bat
rdp@USER-PC D:\dtv_tuner_ffmpeg
> "c:\Program Files (x86)\Dr. Memory\bin\drmemory.exe" -- .\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i video="Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4
~~Dr.M~~ Dr. Memory version 1.9.0
~~Dr.M~~ Running ".\ffmpeg_g.exe -debug 1 -loglevel info -receiver_component "Hauppauge WinTV 885 TS Capture" -tune_freq 651250 -dtv a -dump_dtv_graph dump.grf -f dshow -i "video=Hauppauge WinTV 885 BDA Tuner/Demod" -y yo.mp4"
ffmpeg version N-74660-gd88add7 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.1.0 (i686-posix-sjlj-rev0, Built by MinGW-W64 project)
configuration:
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 58.100 / 56. 58.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 37.100 / 5. 37.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
matched as AVOption 'debug' with argument '1'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'info'.
Reading option '-receiver_component' ... matched as AVOption 'receiver_component' with argument 'Hauppauge WinTV 885 TS Capture'.
Reading option '-tune_freq' ... matched as AVOption 'tune_freq' with argument '651250'.
Reading option '-dtv' ... matched as AVOption 'dtv' with argument 'a'.
Reading option '-dump_dtv_graph' ... matched as AVOption 'dump_dtv_graph' with argument 'dump.grf'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-i' ... matched as input file with argument 'video=Hauppauge WinTV 885 BDA Tuner/Demod'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option 'yo.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument info.
[dshow @ 0f1d1980] NetworkType: ATSC
~~Dr.M~~
~~Dr.M~~ Error #1: UNINITIALIZED READ: reading 0x0027ea90-0x0027ea94 4 byte(s) within 0x0027ea90-0x0027ea94
~~Dr.M~~ # 0 system call NtSetEvent parameter value #0
~~Dr.M~~ # 1 KERNEL32.dll!SetEvent +0xf (0x75751f9d <KERNEL32.dll+0x11f9d>)
~~Dr.M~~ # 2 MSDvbNP.ax!DllUnregisterServer +0x56f (0x753b2515 <MSDvbNP.ax+0x2515>)
~~Dr.M~~ # 3 MSDvbNP.ax!DllRegisterServer +0xb5c (0x753b374d <MSDvbNP.ax+0x374d>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x2a4d (0x753b563e <MSDvbNP.ax+0x563e>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x73b (0x753b332c <MSDvbNP.ax+0x332c>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllRegisterServer +0x79f (0x753b3390 <MSDvbNP.ax+0x3390>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllRegisterServer +0x7588 (0x753ba179 <MSDvbNP.ax+0xa179>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:11.115 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #2: UNINITIALIZED READ: reading 0x0027ea6c-0x0027ea70 4 byte(s) within 0x0027ea6c-0x0027ea70
~~Dr.M~~ # 0 system call NtSetEvent parameter value #0
~~Dr.M~~ # 1 KERNEL32.dll!SetEvent +0xf (0x75751f9d <KERNEL32.dll+0x11f9d>)
~~Dr.M~~ # 2 MSDvbNP.ax!DllUnregisterServer +0x56f (0x753b2515 <MSDvbNP.ax+0x2515>)
~~Dr.M~~ # 3 MSDvbNP.ax!DllRegisterServer +0xb5c (0x753b374d <MSDvbNP.ax+0x374d>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x1923 (0x753b4514 <MSDvbNP.ax+0x4514>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllRegisterServer +0x73b (0x753b332c <MSDvbNP.ax+0x332c>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllRegisterServer +0x79f (0x753b3390 <MSDvbNP.ax+0x3390>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7588 (0x753ba179 <MSDvbNP.ax+0xa179>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:11.115 in thread 5752
[dshow @ 0f1d1980] Using Tuning Space: Local ATSC Digital Antenna
[dshow @ 0f1d1980] Using def locator
[dshow @ 0f1d1980] create tune request
[dshow @ 0f1d1980] Def loator pre validate
[dshow @ 0f1d1980] BDA tuner added
~~Dr.M~~
~~Dr.M~~ Error #3: UNINITIALIZED READ: reading 0x0027f53c-0x0027f540 4 byte(s) within 0x0027f520-0x0027f540
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x9fe (0x753d1f91 <BdaPlgIn.dll+0x1f91>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x515a (0x753b7d4b <MSDvbNP.ax+0x7d4b>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6c8d (0x753b987e <MSDvbNP.ax+0x987e>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0ae9b26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0aece941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0aecea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0aececcc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #13 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #14 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #15 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #16 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #17 __tmainCRTStartup
~~Dr.M~~ #18 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:12.850 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #4: UNINITIALIZED READ: reading 0x0027f53c-0x0027f540 4 byte(s) within 0x0027f520-0x0027f540
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x9fe (0x753d1f91 <BdaPlgIn.dll+0x1f91>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x51b1 (0x753b7da2 <MSDvbNP.ax+0x7da2>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6c8d (0x753b987e <MSDvbNP.ax+0x987e>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0ae9b26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0aece941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0aecea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0aececcc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #13 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #14 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #15 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #16 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #17 __tmainCRTStartup
~~Dr.M~~ #18 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:12.990 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #5: UNINITIALIZED READ: reading 0x0027f534-0x0027f538 4 byte(s) within 0x0027f510-0x0027f538
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 BdaPlgIn.dll!DllUnregisterServer +0x1135 (0x753d26c8 <BdaPlgIn.dll+0x26c8>)
~~Dr.M~~ # 4 MSDvbNP.ax!DllRegisterServer +0x5db8 (0x753b89a9 <MSDvbNP.ax+0x89a9>)
~~Dr.M~~ # 5 MSDvbNP.ax!DllRegisterServer +0x6cae (0x753b989f <MSDvbNP.ax+0x989f>)
~~Dr.M~~ # 6 MSDvbNP.ax!DllUnregisterServer +0x3f2 (0x753b2398 <MSDvbNP.ax+0x2398>)
~~Dr.M~~ # 7 MSDvbNP.ax!DllUnregisterServer +0x9f4 (0x753b299a <MSDvbNP.ax+0x299a>)
~~Dr.M~~ # 8 QUARTZ.dll!DllGetClassObject +0x11bc4 (0x0ae9b26a <QUARTZ.dll+0x1b26a>)
~~Dr.M~~ # 9 QUARTZ.dll!AMGetErrorTextA +0x7b7e (0x0aece941 <QUARTZ.dll+0x4e941>)
~~Dr.M~~ #10 QUARTZ.dll!AMGetErrorTextA +0x7ca3 (0x0aecea66 <QUARTZ.dll+0x4ea66>)
~~Dr.M~~ #11 QUARTZ.dll!AMGetErrorTextA +0x7f09 (0x0aececcc <QUARTZ.dll+0x4eccc>)
~~Dr.M~~ #12 dshow_connect_bda_pins [libavdevice/dshow.c:760]
~~Dr.M~~ #13 dshow_read_header [libavdevice/dshow.c:1525]
~~Dr.M~~ #14 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #15 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #16 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #17 __tmainCRTStartup
~~Dr.M~~ #18 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:13.162 in thread 5752
[dshow @ 0f1d1980] BDA Receiver Component added
[dshow @ 0f1d1980] success infinite tee to graph.
~~Dr.M~~
~~Dr.M~~ Error #6: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a131e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.018 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #7: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a131e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.018 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #8: UNINITIALIZED READ: reading 0x0ee13430-0x0ee13434 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a135313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:15.018 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #9: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a135901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a135177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #10: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #11: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #12: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #13: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b15 (0x6a12ec5a <psisrender.ax+0x1ec5a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #14: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a131e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #15: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a131e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.034 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #16: UNINITIALIZED READ: reading 0x0ee1dcd0-0x0ee1dcd4 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a135313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #17: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #18: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #19: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #20: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #21: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a135901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a135177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14b79 (0x6a12ecbe <psisrender.ax+0x1ecbe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #22: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a131e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #23: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a131e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #24: UNINITIALIZED READ: reading 0x0ee12798-0x0ee1279c 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a135313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #25: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a135901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a135177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #26: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #27: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #28: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #29: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.050 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #30: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17ce0 (0x6a131e24 <psisrender.ax+0x21e24>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%ecx)
~~Dr.M~~
~~Dr.M~~ Error #31: UNINITIALIZED READ: reading register ecx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d06 (0x6a131e4a <psisrender.ax+0x21e4a>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b175 (0x6a1352ba <psisrender.ax+0x252ba>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffffc(%eax,%edx) %ecx
~~Dr.M~~
~~Dr.M~~ Error #32: UNINITIALIZED READ: reading 0x0ee127d0-0x0ee127d4 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b1cf (0x6a135313 <psisrender.ax+0x25313>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 8 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 9 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #33: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #34: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #35: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #36: UNINITIALIZED READ: reading 0x0027e7dc-0x0027e7e0 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #10 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #37: UNINITIALIZED READ: reading register esi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b7bd (0x6a135901 <psisrender.ax+0x25901>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b032 (0x6a135177 <psisrender.ax+0x25177>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: test %esi %esi
~~Dr.M~~
~~Dr.M~~ Error #38: UNINITIALIZED READ: reading 0x0ee126d4-0x0ee126d5 1 byte(s) within 0x0ee126d4-0x0ee126d8
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b4fb (0x6a13563f <psisrender.ax+0x2563f>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x18217 (0x6a13235c <psisrender.ax+0x2235c>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18300 (0x6a132445 <psisrender.ax+0x22445>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.065 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%ecx) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #39: UNINITIALIZED READ: reading register edi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x180aa (0x6a1321ee <psisrender.ax+0x221ee>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17852 (0x6a131997 <psisrender.ax+0x21997>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1af1e (0x6a135063 <psisrender.ax+0x25063>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18354 (0x6a132499 <psisrender.ax+0x22499>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.081 in thread 5752
~~Dr.M~~ Note: instruction: cmp %edi %ebx
~~Dr.M~~
~~Dr.M~~ Error #40: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17f73 (0x6a1320b7 <psisrender.ax+0x220b7>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17249 (0x6a13138e <psisrender.ax+0x2138e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18405 (0x6a13254a <psisrender.ax+0x2254a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.096 in thread 5752
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #41: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a131f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aef4 (0x6a135039 <psisrender.ax+0x25039>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x1841f (0x6a132564 <psisrender.ax+0x22564>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.096 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #42: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a131f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aef4 (0x6a135039 <psisrender.ax+0x25039>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x1841f (0x6a132564 <psisrender.ax+0x22564>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #43: UNINITIALIZED READ: reading register edi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x180aa (0x6a1321ee <psisrender.ax+0x221ee>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17852 (0x6a131997 <psisrender.ax+0x21997>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1af1e (0x6a135063 <psisrender.ax+0x25063>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x1841f (0x6a132564 <psisrender.ax+0x22564>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp %edi %ebx
~~Dr.M~~
~~Dr.M~~ Error #44: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17f73 (0x6a1320b7 <psisrender.ax+0x220b7>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17249 (0x6a13138e <psisrender.ax+0x2138e>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18436 (0x6a13257b <psisrender.ax+0x2257b>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #45: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a131f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aed5 (0x6a13501a <psisrender.ax+0x2501a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18450 (0x6a132595 <psisrender.ax+0x22595>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #46: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17e3f (0x6a131f84 <psisrender.ax+0x21f84>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1aed5 (0x6a13501a <psisrender.ax+0x2501a>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18450 (0x6a132595 <psisrender.ax+0x22595>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #47: UNINITIALIZED READ: reading register edi
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x180aa (0x6a1321ee <psisrender.ax+0x221ee>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x17852 (0x6a131997 <psisrender.ax+0x21997>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1af1e (0x6a135063 <psisrender.ax+0x25063>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x1742e (0x6a131573 <psisrender.ax+0x21573>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x1b489 (0x6a1355ce <psisrender.ax+0x255ce>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x18450 (0x6a132595 <psisrender.ax+0x22595>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp %edi %ebx
~~Dr.M~~
~~Dr.M~~ Error #48: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b4d8 (0x6a13561d <psisrender.ax+0x2561d>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18469 (0x6a1325ae <psisrender.ax+0x225ae>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #49: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b4d8 (0x6a13561d <psisrender.ax+0x2561d>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x18469 (0x6a1325ae <psisrender.ax+0x225ae>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c6e (0x6a12edb3 <psisrender.ax+0x1edb3>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x23ccf (0x6a13de14 <psisrender.ax+0x2de14>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 7 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #11 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:15.112 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #50: UNINITIALIZED READ: reading 0x0ee65c14-0x0ee65c18 4 byte(s)
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5630b (0x6a0e6715 <WMDRMSDK.DLL+0x66715>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x10d72 (0x6a0a117d <WMDRMSDK.DLL+0x2117d>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:23.569 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #51: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x530ad (0x6a0e34b7 <WMDRMSDK.DLL+0x634b7>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:23.584 in thread 5752
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #52: UNINITIALIZED READ: reading 0x0027e664-0x0027e665 1 byte(s) within 0x0027e664-0x0027e668
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5625c (0x6a0e6666 <WMDRMSDK.DLL+0x66666>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x563e9 (0x6a0e67f4 <WMDRMSDK.DLL+0x667f4>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:23.709 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffff8(%ebp) %eax
~~Dr.M~~
~~Dr.M~~ Error #53: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10beb (0x6a0a0ff5 <WMDRMSDK.DLL+0x20ff5>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:23.725 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #54: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c09 (0x6a0a1013 <WMDRMSDK.DLL+0x21013>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:23.725 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #55: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c27 (0x6a0a1031 <WMDRMSDK.DLL+0x21031>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:23.725 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #56: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c45 (0x6a0a104f <WMDRMSDK.DLL+0x2104f>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:23.725 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #57: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #58: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #59: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #60: UNINITIALIZED READ: reading 0x0027e744-0x0027e745 1 byte(s) within 0x0027e744-0x0027e748
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #61: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #62: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #63: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #64: UNINITIALIZED READ: reading 0x0027e744-0x0027e745 1 byte(s) within 0x0027e744-0x0027e748
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x20390 (0x6a13a4d5 <psisrender.ax+0x2a4d5>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23d20 (0x6a13de65 <psisrender.ax+0x2de65>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7971 (0x6a121ab6 <psisrender.ax+0x11ab6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:23.740 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #65: UNINITIALIZED READ: reading 0x0ee787a4-0x0ee787a8 4 byte(s)
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5630b (0x6a0e6715 <WMDRMSDK.DLL+0x66715>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x10d72 (0x6a0a117d <WMDRMSDK.DLL+0x2117d>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.521 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #66: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x530ad (0x6a0e34b7 <WMDRMSDK.DLL+0x634b7>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:24.521 in thread 5752
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #67: UNINITIALIZED READ: reading 0x0027e690-0x0027e691 1 byte(s) within 0x0027e690-0x0027e694
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5625c (0x6a0e6666 <WMDRMSDK.DLL+0x66666>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x563e9 (0x6a0e67f4 <WMDRMSDK.DLL+0x667f4>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.584 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffff8(%ebp) %eax
~~Dr.M~~
~~Dr.M~~ Error #68: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10beb (0x6a0a0ff5 <WMDRMSDK.DLL+0x20ff5>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:24.599 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #69: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c09 (0x6a0a1013 <WMDRMSDK.DLL+0x21013>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:24.630 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #70: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c27 (0x6a0a1031 <WMDRMSDK.DLL+0x21031>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:24.630 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #71: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c45 (0x6a0a104f <WMDRMSDK.DLL+0x2104f>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:24.630 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #72: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #73: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #74: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #75: UNINITIALIZED READ: reading 0x0027e770-0x0027e771 1 byte(s) within 0x0027e770-0x0027e774
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #76: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #77: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #78: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #79: UNINITIALIZED READ: reading 0x0027e770-0x0027e771 1 byte(s) within 0x0027e770-0x0027e774
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x204ab (0x6a13a5f0 <psisrender.ax+0x2a5f0>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23fed (0x6a13e132 <psisrender.ax+0x2e132>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79a1 (0x6a121ae6 <psisrender.ax+0x11ae6>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:24.646 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #80: UNINITIALIZED READ: reading 0x0ee96164-0x0ee96168 4 byte(s)
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5630b (0x6a0e6715 <WMDRMSDK.DLL+0x66715>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x10d72 (0x6a0a117d <WMDRMSDK.DLL+0x2117d>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.036 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #81: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x530ad (0x6a0e34b7 <WMDRMSDK.DLL+0x634b7>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.036 in thread 5752
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #82: UNINITIALIZED READ: reading 0x0027e694-0x0027e695 1 byte(s) within 0x0027e694-0x0027e698
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5625c (0x6a0e6666 <WMDRMSDK.DLL+0x66666>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x563e9 (0x6a0e67f4 <WMDRMSDK.DLL+0x667f4>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.098 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffff8(%ebp) %eax
~~Dr.M~~
~~Dr.M~~ Error #83: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10beb (0x6a0a0ff5 <WMDRMSDK.DLL+0x20ff5>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.098 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #84: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c09 (0x6a0a1013 <WMDRMSDK.DLL+0x21013>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.098 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #85: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c27 (0x6a0a1031 <WMDRMSDK.DLL+0x21031>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.098 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #86: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c45 (0x6a0a104f <WMDRMSDK.DLL+0x2104f>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.098 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #87: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #88: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #89: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #90: UNINITIALIZED READ: reading 0x0027e774-0x0027e775 1 byte(s) within 0x0027e774-0x0027e778
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #91: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #92: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #93: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #94: UNINITIALIZED READ: reading 0x0027e774-0x0027e775 1 byte(s) within 0x0027e774-0x0027e778
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x231f3 (0x6a13d338 <psisrender.ax+0x2d338>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x2404f (0x6a13e194 <psisrender.ax+0x2e194>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x79db (0x6a121b20 <psisrender.ax+0x11b20>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.114 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #95: UNINITIALIZED READ: reading 0x0eddb9cc-0x0eddb9d0 4 byte(s)
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5630b (0x6a0e6715 <WMDRMSDK.DLL+0x66715>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x10d72 (0x6a0a117d <WMDRMSDK.DLL+0x2117d>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.771 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #96: UNINITIALIZED READ: reading register eax
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x530ad (0x6a0e34b7 <WMDRMSDK.DLL+0x634b7>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.771 in thread 5752
~~Dr.M~~ Note: instruction: cmp %eax %edi
~~Dr.M~~
~~Dr.M~~ Error #97: UNINITIALIZED READ: reading 0x0027e690-0x0027e691 1 byte(s) within 0x0027e690-0x0027e694
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x5625c (0x6a0e6666 <WMDRMSDK.DLL+0x66666>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x563e9 (0x6a0e67f4 <WMDRMSDK.DLL+0x667f4>)
~~Dr.M~~ # 2 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.865 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0xfffffff8(%ebp) %eax
~~Dr.M~~
~~Dr.M~~ Error #98: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10beb (0x6a0a0ff5 <WMDRMSDK.DLL+0x20ff5>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.865 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #99: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c09 (0x6a0a1013 <WMDRMSDK.DLL+0x21013>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.865 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #100: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c27 (0x6a0a1031 <WMDRMSDK.DLL+0x21031>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.865 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #101: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 WMDRMSDK.DLL!WMDRMCreateProvider +0x10c45 (0x6a0a104f <WMDRMSDK.DLL+0x2104f>)
~~Dr.M~~ # 1 WMDRMSDK.DLL!WMDRMCreateProvider +0x1653a (0x6a0a6945 <WMDRMSDK.DLL+0x26945>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x24979 (0x6a13eabe <psisrender.ax+0x2eabe>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 8 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #12 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #18 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ Note: @0:00:25.865 in thread 5752
~~Dr.M~~ Note: instruction: movzx (%edi,%ebx) -> %eax
~~Dr.M~~
~~Dr.M~~ Error #102: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #103: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #104: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #105: UNINITIALIZED READ: reading 0x0027e770-0x0027e771 1 byte(s) within 0x0027e770-0x0027e774
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14bd9 (0x6a12ed1e <psisrender.ax+0x1ed1e>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #106: UNINITIALIZED READ: reading register eflags
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b044 (0x6a135188 <psisrender.ax+0x25188>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: jnz $0x6a135198
~~Dr.M~~
~~Dr.M~~ Error #107: UNINITIALIZED READ: reading register ebx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d37 (0x6a131e7b <psisrender.ax+0x21e7b>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ebx (%eax)
~~Dr.M~~
~~Dr.M~~ Error #108: UNINITIALIZED READ: reading register edx
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x17d50 (0x6a131e94 <psisrender.ax+0x21e94>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b04f (0x6a135194 <psisrender.ax+0x25194>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 9 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #12 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #19 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: cmp (%eax,%ecx) %edx
~~Dr.M~~
~~Dr.M~~ Error #109: UNINITIALIZED READ: reading 0x0027e770-0x0027e771 1 byte(s) within 0x0027e770-0x0027e774
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x1b062 (0x6a1351a6 <psisrender.ax+0x251a6>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x1b231 (0x6a135376 <psisrender.ax+0x25376>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x14c3d (0x6a12ed82 <psisrender.ax+0x1ed82>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x2499f (0x6a13eae4 <psisrender.ax+0x2eae4>)
~~Dr.M~~ # 4 psisrender.ax!DllGetClassObject +0x24aa1 (0x6a13ebe6 <psisrender.ax+0x2ebe6>)
~~Dr.M~~ # 5 psisrender.ax!DllGetClassObject +0x222e2 (0x6a13c427 <psisrender.ax+0x2c427>)
~~Dr.M~~ # 6 psisrender.ax!DllGetClassObject +0x23f8f (0x6a13e0d4 <psisrender.ax+0x2e0d4>)
~~Dr.M~~ # 7 psisrender.ax!DllGetClassObject +0x7a46 (0x6a121b8b <psisrender.ax+0x11b8b>)
~~Dr.M~~ # 8 psisrender.ax!DllGetClassObject +0x6631 (0x6a120776 <psisrender.ax+0x10776>)
~~Dr.M~~ # 9 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ #10 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ #11 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ #13 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #14 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #15 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #16 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #17 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #18 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #19 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ Note: @0:00:25.880 in thread 5752
~~Dr.M~~ Note: instruction: cmp 0x0c(%ebp) $0x00000000
~~Dr.M~~
~~Dr.M~~ Error #110: UNINITIALIZED READ: reading 0x0f1f2d38-0x0f1f2d3c 4 byte(s)
~~Dr.M~~ # 0 psisrender.ax!DllGetClassObject +0x5da5 (0x6a11fee9 <psisrender.ax+0xfee9>)
~~Dr.M~~ # 1 psisrender.ax!DllGetClassObject +0x5f18 (0x6a12005d <psisrender.ax+0x1005d>)
~~Dr.M~~ # 2 psisrender.ax!DllGetClassObject +0x6208 (0x6a12034d <psisrender.ax+0x1034d>)
~~Dr.M~~ # 3 psisrender.ax!DllGetClassObject +0x66c3 (0x6a120808 <psisrender.ax+0x10808>)
~~Dr.M~~ # 4 psisrender.ax!DllUnregisterServer +0xa9e (0x6a1172c9 <psisrender.ax+0x72c9>)
~~Dr.M~~ # 5 psisrender.ax!DllUnregisterServer +0xcf5 (0x6a117520 <psisrender.ax+0x7520>)
~~Dr.M~~ # 6 psisrender.ax!DllUnregisterServer +0x384a (0x6a11a075 <psisrender.ax+0xa075>)
~~Dr.M~~ # 7 ole32.dll!DllGetClassObjectWOW +0x14b6 (0x766ee674 <ole32.dll+0x3e674>)
~~Dr.M~~ # 8 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ # 9 ole32.dll!DllGetClassObjectWOW +0x15da (0x766ee798 <ole32.dll+0x3e798>)
~~Dr.M~~ #10 ole32.dll!DllGetClassObjectWOW +0x154f (0x766ee70d <ole32.dll+0x3e70d>)
~~Dr.M~~ #11 ole32.dll!DllGetClassObjectWOW +0x1399 (0x766ee557 <ole32.dll+0x3e557>)
~~Dr.M~~ #12 ole32.dll!DllGetClassObjectWOW +0x134a (0x766ee508 <ole32.dll+0x3e508>)
~~Dr.M~~ #13 ole32.dll!DllGetClassObjectWOW +0x163d (0x766ee7fb <ole32.dll+0x3e7fb>)
~~Dr.M~~ #14 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #15 ole32.dll!CoGetComCatalog +0xb64 (0x766e99e7 <ole32.dll+0x399e7>)
~~Dr.M~~ #16 ole32.dll!CoGetComCatalog +0xab9 (0x766e993c <ole32.dll+0x3993c>)
~~Dr.M~~ #17 ole32.dll!CoGetComCatalog +0x9b9 (0x766e983c <ole32.dll+0x3983c>)
~~Dr.M~~ #18 ole32.dll!CoCreateInstanceEx +0xd6 (0x76709f68 <ole32.dll+0x59f68>)
~~Dr.M~~ #19 ole32.dll!CoCreateInstanceEx +0x37 (0x76709ec9 <ole32.dll+0x59ec9>)
~~Dr.M~~ Note: @0:00:26.007 in thread 5752
~~Dr.M~~ Note: instruction: cmp %ecx (%eax)
[dshow @ 0f1d1980] Using DBA tuning stuff
[dshow @ 0f1d1980] ATSCChannelTuneRequest acquired.
[dshow @ 0f1d1980] Set frequency 651250
~~Dr.M~~
~~Dr.M~~ Error #111: UNINITIALIZED READ: reading 0x0f2231b4-0x0f2231b8 4 byte(s) within 0x0f223198-0x0f2231b8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1383 (0x753d2916 <BdaPlgIn.dll+0x2916>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x722e (0x753b9e1f <MSDvbNP.ax+0x9e1f>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:28.770 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #112: UNINITIALIZED READ: reading 0x0f2231f4-0x0f2231f8 4 byte(s) within 0x0f2231d8-0x0f2231f8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x12fb (0x753d288e <BdaPlgIn.dll+0x288e>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x723d (0x753b9e2e <MSDvbNP.ax+0x9e2e>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:28.911 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #113: UNINITIALIZED READ: reading 0x0f223234-0x0f223238 4 byte(s) within 0x0f223218-0x0f223238
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x131d (0x753d28b0 <BdaPlgIn.dll+0x28b0>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x724c (0x753b9e3d <MSDvbNP.ax+0x9e3d>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:29.051 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #114: UNINITIALIZED READ: reading 0x0f223274-0x0f223278 4 byte(s) within 0x0f223258-0x0f223278
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x133f (0x753d28d2 <BdaPlgIn.dll+0x28d2>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7259 (0x753b9e4a <MSDvbNP.ax+0x9e4a>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:29.192 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #115: UNINITIALIZED READ: reading 0x0f2232b4-0x0f2232b8 4 byte(s) within 0x0f223298-0x0f2232b8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1361 (0x753d28f4 <BdaPlgIn.dll+0x28f4>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7268 (0x753b9e59 <MSDvbNP.ax+0x9e59>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:29.332 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #116: UNINITIALIZED READ: reading 0x0f2232f4-0x0f2232f8 4 byte(s) within 0x0f2232d8-0x0f2232f8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x126c (0x753d27ff <BdaPlgIn.dll+0x27ff>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1412 (0x753d29a5 <BdaPlgIn.dll+0x29a5>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x727c (0x753b9e6d <MSDvbNP.ax+0x9e6d>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:29.472 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #117: UNINITIALIZED READ: reading 0x0f223334-0x0f223338 4 byte(s) within 0x0f223318-0x0f223338
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x126c (0x753d27ff <BdaPlgIn.dll+0x27ff>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1434 (0x753d29c7 <BdaPlgIn.dll+0x29c7>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x728b (0x753b9e7c <MSDvbNP.ax+0x9e7c>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:29.597 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #118: UNINITIALIZED READ: reading 0x0f223374-0x0f223378 4 byte(s) within 0x0f223358-0x0f223378
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x126c (0x753d27ff <BdaPlgIn.dll+0x27ff>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1456 (0x753d29e9 <BdaPlgIn.dll+0x29e9>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x729a (0x753b9e8b <MSDvbNP.ax+0x9e8b>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllRegisterServer +0x2a60 (0x753b5651 <MSDvbNP.ax+0x5651>)
~~Dr.M~~ #11 dshow_read_header [libavdevice/dshow.c:1901]
~~Dr.M~~ #12 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #13 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #14 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ #15 __tmainCRTStartup
~~Dr.M~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~Dr.M~~ Note: @0:00:29.753 in thread 5752
[dshow @ 0f1d1980] success setting ATSC tune request0x8e1c39a1 0xde53 0x11cf aa630080c744528d0xf90a6130 0xb658 0x11d2 ae490000f8754b99Video capture filter added to graph
0x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 250118008 mpeg2 addr 250117760
0x0000010c 0x0000 0x0000 c000000000000046Graph dump has been saved successfully.
[dshow @ 0f1d1980] Video capture filter connected
here is it
0x73646976 0x0000 0x0010 800000aa00389b710xe06d8026 0xdb46 0x11cf b4d100805f6cbbea0xe06d80e3 0xdb46 0x11cf b4d100805f6cbbeatype addr 2619384 mpeg2 addr 250161680
bih from it
unable to determine pixel format? 0 0
0x2dd74950 0xa890 0x11d1 abe800a0c905f3750x31efac30 0x515c 0x11d0 a9aa00aa0061be930x56a8689d 0x0ad4 0x11ce b03a0020af0ba7700xb900ddb1 0x125a 0x4644 b41202c776ecdc610x56a8689d 0x0ad4 0x11ce b03a0020af0ba770~~Dr.M~~
~~Dr.M~~ Error #119: UNINITIALIZED READ: reading 0x0ee8087a-0x0ee8087e 4 byte(s) within 0x0ee80818-0x0ee8087e
~~Dr.M~~ # 0 system call NtCreateFile UNICODE_STRING content
~~Dr.M~~ # 1 ksuser.dll!KsCreatePin +0x182 (0x73441308 <ksuser.dll+0x1308>)
~~Dr.M~~ # 2 ksuser.dll!KsCreateAllocator +0x1e (0x734413b2 <ksuser.dll+0x13b2>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x5881 (0x720d9411 <ksproxy.ax+0x9411>)
~~Dr.M~~ # 4 ksproxy.ax!KsGetMediaTypeCount +0x166b (0x720e1150 <ksproxy.ax+0x11150>)
~~Dr.M~~ # 5 ksproxy.ax!KsGetMediaType +0xa34 (0x720e3cef <ksproxy.ax+0x13cef>)
~~Dr.M~~ # 6 ksproxy.ax!KsGetMediaType +0x313c (0x720e63f7 <ksproxy.ax+0x163f7>)
~~Dr.M~~ # 7 ksproxy.ax!DllUnregisterServer +0x8067 (0x720dbbf7 <ksproxy.ax+0xbbf7>)
~~Dr.M~~ # 8 ksproxy.ax!DllUnregisterServer +0x2724 (0x720d62b4 <ksproxy.ax+0x62b4>)
~~Dr.M~~ # 9 ksproxy.ax!KsGetMediaType +0x427b (0x720e7536 <ksproxy.ax+0x17536>)
~~Dr.M~~ #10 ksproxy.ax!DllUnregisterServer +0x62c5 (0x720d9e55 <ksproxy.ax+0x9e55>)
~~Dr.M~~ #11 ksproxy.ax!DllUnregisterServer +0x1dff (0x720d598f <ksproxy.ax+0x598f>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:44.623 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #120: UNINITIALIZED READ: reading 0x0f240ff4-0x0f240ff8 4 byte(s) within 0x0f240fd8-0x0f240ff8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1383 (0x753d2916 <BdaPlgIn.dll+0x2916>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x722e (0x753b9e1f <MSDvbNP.ax+0x9e1f>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.511 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #121: UNINITIALIZED READ: reading 0x0f241034-0x0f241038 4 byte(s) within 0x0f241018-0x0f241038
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x12fb (0x753d288e <BdaPlgIn.dll+0x288e>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x723d (0x753b9e2e <MSDvbNP.ax+0x9e2e>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.511 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #122: UNINITIALIZED READ: reading 0x0f241074-0x0f241078 4 byte(s) within 0x0f241058-0x0f241078
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x131d (0x753d28b0 <BdaPlgIn.dll+0x28b0>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x724c (0x753b9e3d <MSDvbNP.ax+0x9e3d>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.511 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #123: UNINITIALIZED READ: reading 0x0f2410b4-0x0f2410b8 4 byte(s) within 0x0f241098-0x0f2410b8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x133f (0x753d28d2 <BdaPlgIn.dll+0x28d2>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7259 (0x753b9e4a <MSDvbNP.ax+0x9e4a>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.527 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #124: UNINITIALIZED READ: reading 0x0f2410f4-0x0f2410f8 4 byte(s) within 0x0f2410d8-0x0f2410f8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x11f5 (0x753d2788 <BdaPlgIn.dll+0x2788>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1361 (0x753d28f4 <BdaPlgIn.dll+0x28f4>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x7268 (0x753b9e59 <MSDvbNP.ax+0x9e59>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.527 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #125: UNINITIALIZED READ: reading 0x0f241134-0x0f241138 4 byte(s) within 0x0f241118-0x0f241138
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x126c (0x753d27ff <BdaPlgIn.dll+0x27ff>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1412 (0x753d29a5 <BdaPlgIn.dll+0x29a5>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x727c (0x753b9e6d <MSDvbNP.ax+0x9e6d>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.527 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #126: UNINITIALIZED READ: reading 0x0f241174-0x0f241178 4 byte(s) within 0x0f241158-0x0f241178
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x126c (0x753d27ff <BdaPlgIn.dll+0x27ff>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1434 (0x753d29c7 <BdaPlgIn.dll+0x29c7>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x728b (0x753b9e7c <MSDvbNP.ax+0x9e7c>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.527 in thread 5752
~~Dr.M~~
~~Dr.M~~ Error #127: UNINITIALIZED READ: reading 0x0f2411b4-0x0f2411b8 4 byte(s) within 0x0f241198-0x0f2411b8
~~Dr.M~~ # 0 system call NtDeviceIoControlFile InputBuffer
~~Dr.M~~ # 1 KERNEL32.dll!CreateSemaphoreA +0x76e (0x757724c9 <KERNEL32.dll+0x324c9>)
~~Dr.M~~ # 2 ksproxy.ax!KsSynchronousDeviceControl +0x77 (0x720df48d <ksproxy.ax+0xf48d>)
~~Dr.M~~ # 3 ksproxy.ax!DllUnregisterServer +0x721c (0x720dadac <ksproxy.ax+0xadac>)
~~Dr.M~~ # 4 ksproxy.ax!DllUnregisterServer +0x7007 (0x720dab97 <ksproxy.ax+0xab97>)
~~Dr.M~~ # 5 BdaPlgIn.dll!DllUnregisterServer +0xedf (0x753d2472 <BdaPlgIn.dll+0x2472>)
~~Dr.M~~ # 6 BdaPlgIn.dll!DllUnregisterServer +0x126c (0x753d27ff <BdaPlgIn.dll+0x27ff>)
~~Dr.M~~ # 7 BdaPlgIn.dll!DllUnregisterServer +0x1456 (0x753d29e9 <BdaPlgIn.dll+0x29e9>)
~~Dr.M~~ # 8 MSDvbNP.ax!DllRegisterServer +0x729a (0x753b9e8b <MSDvbNP.ax+0x9e8b>)
~~Dr.M~~ # 9 MSDvbNP.ax!DllRegisterServer +0x1a48 (0x753b4639 <MSDvbNP.ax+0x4639>)
~~Dr.M~~ #10 MSDvbNP.ax!DllUnregisterServer +0x53 (0x753b1ff9 <MSDvbNP.ax+0x1ff9>)
~~Dr.M~~ #11 MSDvbNP.ax!DllUnregisterServer +0xac5 (0x753b2a6b <MSDvbNP.ax+0x2a6b>)
~~Dr.M~~ #12 QUARTZ.dll!DllGetClassObject +0xac1b (0x0ae942c1 <QUARTZ.dll+0x142c1>)
~~Dr.M~~ #13 QUARTZ.dll!DllGetClassObject +0xf8d0 (0x0ae98f76 <QUARTZ.dll+0x18f76>)
~~Dr.M~~ #14 QUARTZ.dll!DllGetClassObject +0x13b58 (0x0ae9d1fe <QUARTZ.dll+0x1d1fe>)
~~Dr.M~~ #15 QUARTZ.dll!DllGetClassObject +0x13aa5 (0x0ae9d14b <QUARTZ.dll+0x1d14b>)
~~Dr.M~~ #16 dshow_read_header [libavdevice/dshow.c:2165]
~~Dr.M~~ #17 avformat_open_input [libavformat/utils.c:473]
~~Dr.M~~ #18 open_input_file [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:911]
~~Dr.M~~ #19 ffmpeg_parse_options [D:\dtv_tuner_ffmpeg/ffmpeg_opt.c:2896]
~~Dr.M~~ Note: @0:00:46.527 in thread 5752
0x36b73880 0xc2c8 0x11cf 8b4600805f6cef600x56a868b2 0x0ad4 0x11ce b03a0020af0ba7700x2dd74950 0xa890 0x11d1 abe800a0c905f3750x56a868b5 0x0ad4 0x11ce b03a0020af0ba7700x56a868b4 0x0ad4 0x11ce b03a0020af0ba7700x56a868b3 0x0ad4 0x11ce b03a0020af0ba770~~5104~~
~~5104~~ Error #128: UNINITIALIZED READ: reading register eax
~~5104~~ # 0 Mpg2Splt.dll!DllGetClassObject +0x1f581 (0x6fb23333 <Mpg2Splt.dll+0x23333>)
~~5104~~ # 1 Mpg2Splt.dll!DllGetClassObject +0x1ff7f (0x6fb23d32 <Mpg2Splt.dll+0x23d32>)
~~5104~~ # 2 Mpg2Splt.dll!DllGetClassObject +0x20530 (0x6fb242e3 <Mpg2Splt.dll+0x242e3>)
~~5104~~ # 3 Mpg2Splt.dll!DllGetClassObject +0x16986 (0x6fb1a739 <Mpg2Splt.dll+0x1a739>)
~~5104~~ # 4 Mpg2Splt.dll!DllGetClassObject +0xf6fd (0x6fb134b0 <Mpg2Splt.dll+0x134b0>)
~~5104~~ # 5 Mpg2Splt.dll!DllGetClassObject +0x1a1e2 (0x6fb1df95 <Mpg2Splt.dll+0x1df95>)
~~5104~~ # 6 Mpg2Splt.dll!DllGetClassObject +0x18f3 (0x6fb056a6 <Mpg2Splt.dll+0x56a6>)
~~5104~~ # 7 QCap.dll!DllGetClassObject +0x2577e (0x6a93a988 <QCap.dll+0x2a988>)
~~5104~~ # 8 QCap.dll!DllGetClassObject +0x25cf0 (0x6a93aefa <QCap.dll+0x2aefa>)
~~5104~~ # 9 QCap.dll!DllGetClassObject +0x20d5a (0x6a935f64 <QCap.dll+0x25f64>)
~~5104~~ #10 QCap.dll!DllGetClassObject +0x2123b (0x6a936445 <QCap.dll+0x26445>)
~~5104~~ #11 ksproxy.ax!DllUnregisterServer +0x8c51 (0x720dc7e1 <ksproxy.ax+0xc7e1>)
~~5104~~ #12 ksproxy.ax!DllUnregisterServer +0x8bcc (0x720dc75c <ksproxy.ax+0xc75c>)
~~5104~~ #13 ksproxy.ax!DllGetClassObject +0x4e9b (0x720eeff1 <ksproxy.ax+0x1eff1>)
~~5104~~ #14 ksproxy.ax!DllUnregisterServer +0x9723 (0x720dd2b3 <ksproxy.ax+0xd2b3>)
~~5104~~ #15 ksproxy.ax!KsGetMediaTypeCount +0x363c (0x720e3121 <ksproxy.ax+0x13121>)
~~5104~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~5104~~ Note: @0:00:48.076 in thread 5104
~~5104~~ Note: instruction: cmp %eax 0x30(%esi)
~~5104~~
~~5104~~ Error #129: UNINITIALIZED READ: reading register eax
~~5104~~ # 0 Mpg2Splt.dll!DllGetClassObject +0x1f581 (0x6fb23333 <Mpg2Splt.dll+0x23333>)
~~5104~~ # 1 Mpg2Splt.dll!DllGetClassObject +0x1ff7f (0x6fb23d32 <Mpg2Splt.dll+0x23d32>)
~~5104~~ # 2 Mpg2Splt.dll!DllGetClassObject +0x205a6 (0x6fb24359 <Mpg2Splt.dll+0x24359>)
~~5104~~ # 3 Mpg2Splt.dll!DllGetClassObject +0x16986 (0x6fb1a739 <Mpg2Splt.dll+0x1a739>)
~~5104~~ # 4 Mpg2Splt.dll!DllGetClassObject +0xf6fd (0x6fb134b0 <Mpg2Splt.dll+0x134b0>)
~~5104~~ # 5 Mpg2Splt.dll!DllGetClassObject +0x1a1e2 (0x6fb1df95 <Mpg2Splt.dll+0x1df95>)
~~5104~~ # 6 Mpg2Splt.dll!DllGetClassObject +0x18f3 (0x6fb056a6 <Mpg2Splt.dll+0x56a6>)
~~5104~~ # 7 QCap.dll!DllGetClassObject +0x2577e (0x6a93a988 <QCap.dll+0x2a988>)
~~5104~~ # 8 QCap.dll!DllGetClassObject +0x25cf0 (0x6a93aefa <QCap.dll+0x2aefa>)
~~5104~~ # 9 QCap.dll!DllGetClassObject +0x20d5a (0x6a935f64 <QCap.dll+0x25f64>)
~~5104~~ #10 QCap.dll!DllGetClassObject +0x2123b (0x6a936445 <QCap.dll+0x26445>)
~~5104~~ #11 ksproxy.ax!DllUnregisterServer +0x8c51 (0x720dc7e1 <ksproxy.ax+0xc7e1>)
~~5104~~ #12 ksproxy.ax!DllUnregisterServer +0x8bcc (0x720dc75c <ksproxy.ax+0xc75c>)
~~5104~~ #13 ksproxy.ax!DllGetClassObject +0x4e9b (0x720eeff1 <ksproxy.ax+0x1eff1>)
~~5104~~ #14 ksproxy.ax!DllUnregisterServer +0x9723 (0x720dd2b3 <ksproxy.ax+0xd2b3>)
~~5104~~ #15 ksproxy.ax!KsGetMediaTypeCount +0x363c (0x720e3121 <ksproxy.ax+0x13121>)
~~5104~~ #16 KERNEL32.dll!BaseThreadInitThunk +0xd (0x757cf804 <KERNEL32.dll+0x8f804>)
~~5104~~ Note: @0:00:54.528 in thread 5104
~~5104~~ Note: instruction: cmp %eax 0x30(%esi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment