Closed BattlewornGold closed 8 years ago
Under your opengl extensions viewer, you can check the features list for glWindowPos2d under Opengl 1.4 as it may be missing, but overall it is likely fiddling with drivers til it works especially since you said it ran on Windows 7. Since it is a standard opengl 1.4 feature it's not really MCEdit's fault so we can't really do anything on our end.
Weird that a person has posted the same error "glWindowPos2d" to me in my repost thread in a Chinese local forum. I instructed him to upgrade OpenGL and check the version according to this issue but it doesn't work either. He runs a Win10 with OpenGL 3.1. In my computer I run MCEdit in Win10 with OpenGL 4.4 and it works all fine. I've searched the entire repository, There're 4 people mention the same error but the other 3 don't seem to report that they have solved the problem. In Reddit there're also 2 posts about this problem which can date back the issue to v1.3.0.0.
The issue seems to date to everyone trying to update to Windows 10 on machines on the older end of eligibility, which unfortunately the drivers with Microsoft Corporation in their name only provide support for DirectX and OpenGL 1.1. MCEdit requires 1.4 to start. I'm sure older MCEdit releases have the same problem. The only solutions I know are to either use an older manufacturer provided driver or put in a cheap video card since almost all the users experiencing this are on old Intel integrated graphics. It's not unique to windows 10 either, I've had this problem before on systems upgraded from Windows 7 to 8.1 since the driver structure changed somewhat between 7 and 8/10.
Some have been able to find proper drivers and get it working, but unfortunately this is why I never recommend Intel graphics on a laptop, driver support is pretty awful causing situations like these.
the drivers with Microsoft Corporation in their name only provide support for DirectX and OpenGL 1.1.
Doubtful. As seen here, these drivers support all features up to GL 2.0. It's more likely that MCEdit is obtaining a software rendering context, which means these drivers are not even being used at all.
The capabilities of the software rendering driver (GDI Generic) can be seen here.
I personally own a few systems with this problem, the only way I've ever gotten it working is changing the driver when possible. The As seen here link you gave is not the Microsoft Corp driver, as seen in the post after it. Most older Intel Microsoft corp drivers do not in fact support beyond 1.1, which is why that post you linked also mentioned changing the driver fixed Minecraft, as the Microsoft corp drivers do not support enough OpenGL for even Minecraft to run. They're just slightly better Generic VGA drivers with basic DirectX 9 acceleration and some 1.1 Opengl (Which is quite possibly software as you said). Either way it's not going to work without a proper driver unless we make MCEdit completely OpenGL 1.1 compliant.
unless we make MCEdit completely OpenGL 1.1 compliant.
That's easy to do. There is exactly one call to glWindowPos
in the whole app, and that is when displaying the splash screen. All it does is display an image in a window, which can be done without OpenGL using basic pygame image routines.
When I worked on it, MCEdit 1.0 was GL 1.1 compliant - I routinely got it to run on software rendering in a virtual machine!
In fact, there are two. But all the same.
We'll have a look at this.
Thanks!
We hjave made MCEdit Opengl 1.1 software-rendering compatible, so this should be fixed even on the oldest of video cards for next release, closing.
Problem
I recently upgraded to Windows 10 and Minecraft and MCEdit were one of the first things I downloaded (besides an antivirus and a few other things) and even though they worked fine on Windows 7, they absolutely refuse to launch now... I don't know if this is an MCEdit/Minecraft problem or a Windows 10 problem...
Logs
Brief problem description aside, here's the crash log file:
`[ INFO][ config.py:36]:Loading config... [ DEBUG][ config.py:194]:Property Change: Settings hiddable ores = [7, 16, 15, 21, 73, 14, 56, 153] [ DEBUG][ config.py:194]:Property Change: Settings Recent Worlds = [''] [ DEBUG][ config.py:194]:Property Change: Selection Colors white = (1.0, 1.0, 1.0) [ DEBUG][ config.py:194]:Property Change: Selection Colors blue = (0.75, 0.75, 1.0) [ DEBUG][ config.py:194]:Property Change: Selection Colors green = (0.75, 1.0, 0.75) [ DEBUG][ config.py:194]:Property Change: Selection Colors red = (1.0, 0.75, 0.75) [ DEBUG][ config.py:194]:Property Change: Selection Colors teal = (0.75, 1.0, 1.0) [ DEBUG][ config.py:194]:Property Change: Selection Colors pink = (1.0, 0.75, 1.0) [ DEBUG][ config.py:194]:Property Change: Selection Colors yellow = (1.0, 1.0, 0.75) [ DEBUG][ config.py:194]:Property Change: Selection Colors grey = (0.6, 0.6, 0.6) [ DEBUG][ config.py:194]:Property Change: Selection Colors black = (0.0, 0.0, 0.0) [ INFO][OpenGL.acceleratesupport.py:13]:OpenGL_accelerate module loaded [ INFO][OpenGL.arrays.arraydatatype.py:270]:Using accelerated ArrayDatatype [ INFO][ pymclevel.materials.py:199]:Loading block info from <_io.BytesIO object at 0x05E5D210> [ DEBUG][ pymclevel.materials.py:201]:Trying YAML CLoader [ DEBUG][ pymclevel.materials.py:204]:CLoader not preset, falling back to Python YAML [ INFO][ pymclevel.materials.py:199]:Loading block info from <_io.BytesIO object at 0x05E5D210> [ DEBUG][ pymclevel.materials.py:201]:Trying YAML CLoader [ DEBUG][ pymclevel.materials.py:204]:CLoader not preset, falling back to Python YAML [ INFO][ pymclevel.materials.py:199]:Loading block info from <_io.BytesIO object at 0x05E5D210> [ DEBUG][ pymclevel.materials.py:201]:Trying YAML CLoader [ DEBUG][ pymclevel.materials.py:204]:CLoader not preset, falling back to Python YAML [ INFO][ pymclevel.materials.py:199]:Loading block info from <_io.BytesIO object at 0x05E5D210> [ DEBUG][ pymclevel.materials.py:201]:Trying YAML CLoader [ DEBUG][ pymclevel.materials.py:204]:CLoader not preset, falling back to Python YAML [ INFO][ OpenGL.GLUT.special.py:36]:Using NT-specific GLUT calls with exit callbacks [ DEBUG][ pymclevel.BOParser.py:19]:BO3 block definitions loaded. 199 entries found [ WARNING][ mcplatform.py:1184]:Initializing window management... [ INFO][ mcplatform.py:1195]:WWindowHandler initialized. [ DEBUG][ albow.translate.py:66]:*** Platform information [ DEBUG][ albow.translate.py:67]: System: Windows [ DEBUG][ albow.translate.py:68]: Release: 10 [ DEBUG][ albow.translate.py:69]: Version: 10.0.10586 [ DEBUG][ albow.translate.py:70]: Architecture: 32bit, WindowsPE [ DEBUG][ albow.translate.py:71]: Dist: , , [ DEBUG][ albow.translate.py:72]: Machine: x86 [ DEBUG][ albow.translate.py:73]: Processor: x86 Family 6 Model 15 Stepping 13, GenuineIntel [ DEBUG][ albow.translate.py:74]: Locale: en_US [ DEBUG][ albow.translate.py:75]: Encoding: cp1252 [ DEBUG][ albow.translate.py:76]: FS encoding: mbcs [ DEBUG][ albow.translate.py:96]: numpy version: 1.11.0 [ DEBUG][ albow.translate.py:96]: pygame version: 1.9.2a0 [ DEBUG][ albow.translate.py:96]: OpenGL version: 3.1.0
[ ERROR][ root.py:1006]:MCEdit version Unified v1.5.3.0 %s Minecraft 1.8/1.9 | PE 0.11 [ ERROR][ root.py:1009]:Attempt to call an undefined function glWindowPos2d, check for bool(glWindowPos2d) before calling Traceback (most recent call last): File "mcedit.py", line 1003, in main File "mcedit.py", line 729, in main File "utilities\gl_display_context.py", line 25, in init File "utilities\gl_display_context.py", line 105, in reset File "site-packages\OpenGL\platform\baseplatform.py", line 407, in call NullFunctionError: Attempt to call an undefined function glWindowPos2d, check for bool(glWindowPos2d) before calling` It seems to be an OpenGL problem...
And the dxdiag system info log file (Is it too much?):
System Information
Microsoft Graphics Hybrid: Not Supported DxDiag Version: 10.00.10586.0000 32bit Unicode
DxDiag Notes
DirectX Debug Levels
Direct3D: 0/4 (retail) DirectDraw: 0/4 (retail) DirectInput: 0/5 (retail) DirectMusic: 0/5 (retail) DirectPlay: 0/9 (retail) DirectSound: 0/5 (retail) DirectShow: 0/6 (retail)
Display Devices
Dedicated Memory: 0 MB Shared Memory: 358 MB Current Mode: 1280 x 1024 (32 bit) (75Hz) Monitor Name: Generic Non-PnP Monitor Monitor Model: unknown Monitor Id: Native Mode: unknown Output Type: HD15 Driver Name: igdumd32.dll,igd10umd32.dll Driver File Version: 8.14.0010.2697 (English) Driver Version: 8.15.10.2697 DDI Version: 10 Feature Levels: 10.0,9.1 Driver Model: WDDM 1.1 Graphics Preemption: DMA Compute Preemption: DMA Miracast: Not Supported Hybrid Graphics GPU: Not Applicable Power P-states: Not Applicable Driver Attributes: Final Retail Driver Date/Size: 10/1/2012 12:00:00 AM, 3816392 bytes WHQL Logo'd: Yes WHQL Date Stamp: Device Identifier: {D7B78E66-6942-11CF-1179-0A22ADC2C535} Vendor ID: 0x8086 Device ID: 0x2A02 SubSys ID: 0x02001028 Revision ID: 0x000C Driver Strong Name: oem9.inf:5f63e5343c30a465:i965GM0:8.15.10.2697:pci\ven_8086&dev_2a02 Rank Of Driver: 00E32001 Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeVC1_B DXVA2 Modes: DXVA2_ModeMPEG2_VLD DXVA2_ModeMPEG2_IDCT DXVA2_ModeMPEG2_MOCOMP DXVA2_ModeWMV9_MoComp DXVA2_ModeVC1_MoComp
Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend D3D9 Overlay: Not Supported DXVA-HD: Not Supported DDraw Status: Enabled D3D Status: Enabled AGP Status: Enabled MPO Caps: Not Supported MPO Stretch: Not Supported MPO Media Hints: Not Supported MPO Formats: Not Supported
Sound Devices
Default Sound Playback: Yes Default Voice Playback: Yes Hardware ID: HDAUDIO\FUNC_01&VEN_8384&DEV_76A0&SUBSYS_10280200&REV_1002 Manufacturer ID: 1 Product ID: 65535 Type: WDM Driver Name: HdAudio.sys Driver Version: 10.00.10586.0000 (English) Driver Attributes: Final Retail WHQL Logo'd: Yes Date and Size: 10/29/2015 12:00:00 AM, 310784 bytes Other Files: Driver Provider: Microsoft HW Accel Level: Basic Cap Flags: 0xF1F Min/Max Sample Rate: 100, 200000 Static/Strm HW Mix Bufs: 1, 0 Static/Strm HW 3D Bufs: 0, 0 HW Memory: 0 Voice Management: No EAX(tm) 2.0 Listen/Src: No, No I3DL2(tm) Listen/Src: No, No Sensaura(tm) ZoomFX(tm): No
Sound Capture Devices
Default Sound Capture: Yes Default Voice Capture: Yes Driver Name: HdAudio.sys Driver Version: 10.00.10586.0000 (English) Driver Attributes: Final Retail Date and Size: 10/30/2015 00:44:25, 310784 bytes Cap Flags: 0x1 Format Flags: 0xFFFFF
Default Sound Capture: No Default Voice Capture: No Driver Name: HdAudio.sys Driver Version: 10.00.10586.0000 (English) Driver Attributes: Final Retail Date and Size: 10/30/2015 00:44:25, 310784 bytes Cap Flags: 0x1 Format Flags: 0xFFFFF
Video Capture Devices
Number of Devices: 0
DirectInput Devices
Vendor/Product ID: n/a FF Driver: n/a
Vendor/Product ID: n/a FF Driver: n/a
Vendor/Product ID: 0x1532, 0x0118 FF Driver: n/a
Vendor/Product ID: 0x046D, 0xC52B FF Driver: n/a
Vendor/Product ID: 0x046D, 0xC52B FF Driver: n/a
Vendor/Product ID: 0x046D, 0xC52B FF Driver: n/a
Vendor/Product ID: 0x046D, 0xC52B FF Driver: n/a
Vendor/Product ID: 0x046D, 0xC52B FF Driver: n/a
Vendor/Product ID: 0x1532, 0x0118 FF Driver: n/a
Vendor/Product ID: 0x046D, 0xC52B FF Driver: n/a
Vendor/Product ID: 0x8888, 0x0308 FF Driver: MijFrc.dll FF Driver Date: FF Driver Version: 5.08.0141.0000 FF Driver Size: 0 bytes
Vendor/Product ID: 0x1532, 0x0118 FF Driver: n/a
Vendor/Product ID: 0x1532, 0x0118 FF Driver: n/a
Poll w/ Interrupt: No
USB Devices
Gameport Devices
PS/2 Devices
Disk & DVD/CD-ROM Drives
Free Space: 21.5 GB Total Space: 114.0 GB File System: NTFS Model: WDC WD1200BEVS-75UST0 ATA Device
System Devices
Device ID: PCI\VEN_8086&DEV_2A00&SUBSYS_02001028&REV_0C\3&61AAA01&0&00 Driver: n/a
Device ID: PCI\VEN_8086&DEV_2849&SUBSYS_02001028&REV_02\3&61AAA01&0&E5 Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0420 (English), 5/28/2016 00:08:26, 260960 bytes
Device ID: PCI\VEN_8086&DEV_2A02&SUBSYS_02001028&REV_0C\3&61AAA01&0&10 Driver: C:\WINDOWS\system32\DRIVERS\igdkmd32.sys, 8.14.0010.2697 (English), 3/23/2012 05:29:58, 4815872 bytes Driver: C:\WINDOWS\system32\igdumd32.dll, 8.14.0010.2697 (English), 10/10/2012 16:47:38, 3816392 bytes Driver: C:\WINDOWS\system32\igkrng400.bin, 3/23/2012 05:29:06, 2050952 bytes Driver: C:\WINDOWS\system32\iglhxs32.vp, 3/23/2012 06:20:26, 39496 bytes Driver: C:\WINDOWS\system32\iglhxo32.vp, 3/23/2012 04:57:22, 60015 bytes Driver: C:\WINDOWS\system32\iglhxc32.vp, 3/23/2012 04:57:22, 60226 bytes Driver: C:\WINDOWS\system32\iglhxg32.vp, 3/23/2012 04:57:22, 60254 bytes Driver: C:\WINDOWS\system32\iglhxa32.vp, 3/23/2012 04:57:22, 1090 bytes Driver: C:\WINDOWS\system32\iglhxa32.cpa, 3/23/2012 04:57:22, 1921265 bytes Driver: C:\WINDOWS\system32\igd10umd32.dll, 8.14.0010.2697 (English), 10/10/2012 16:47:32, 2526832 bytes
Device ID: PCI\VEN_8086&DEV_283A&SUBSYS_02001028&REV_02\3&61AAA01&0&D7 Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 74080 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_8086&DEV_2A03&SUBSYS_02001028&REV_0C\3&61AAA01&0&11 Driver: C:\WINDOWS\system32\DRIVERS\igdkmd32.sys, 8.14.0010.2697 (English), 3/23/2012 05:29:58, 4815872 bytes Driver: C:\WINDOWS\system32\igdumd32.dll, 8.14.0010.2697 (English), 10/10/2012 16:47:38, 3816392 bytes Driver: C:\WINDOWS\system32\igkrng400.bin, 3/23/2012 05:29:06, 2050952 bytes Driver: C:\WINDOWS\system32\iglhxs32.vp, 3/23/2012 06:20:26, 39496 bytes Driver: C:\WINDOWS\system32\iglhxo32.vp, 3/23/2012 04:57:22, 60015 bytes Driver: C:\WINDOWS\system32\iglhxc32.vp, 3/23/2012 04:57:22, 60226 bytes Driver: C:\WINDOWS\system32\iglhxg32.vp, 3/23/2012 04:57:22, 60254 bytes Driver: C:\WINDOWS\system32\iglhxa32.vp, 3/23/2012 04:57:22, 1090 bytes Driver: C:\WINDOWS\system32\iglhxa32.cpa, 3/23/2012 04:57:22, 1921265 bytes Driver: C:\WINDOWS\system32\igd10umd32.dll, 8.14.0010.2697 (English), 10/10/2012 16:47:32, 2526832 bytes
Device ID: PCI\VEN_14E4&DEV_4312&SUBSYS_00071028&REV_01\4&1DE2305E&0&00E1 Driver: C:\WINDOWS\system32\DRIVERS\BCMWL63L.SYS, 5.100.0245.0200 (English), 10/30/2015 00:44:25, 4715008 bytes
Device ID: PCI\VEN_8086&DEV_2830&SUBSYS_02001028&REV_02\3&61AAA01&0&E8 Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 25600 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_8086&DEV_2828&SUBSYS_02001028&REV_02\3&61AAA01&0&FA Driver: C:\WINDOWS\system32\DRIVERS\intelide.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 17760 bytes Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 42336 bytes Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 23392 bytes Driver: C:\WINDOWS\system32\DRIVERS\ataport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 160096 bytes
Device ID: PCI\VEN_8086&DEV_2831&SUBSYS_02001028&REV_02\3&61AAA01&0&E9 Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 25600 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_8086&DEV_283E&SUBSYS_02001028&REV_02\3&61AAA01&0&FB Driver: n/a
Device ID: PCI\VEN_8086&DEV_2832&SUBSYS_02001028&REV_02\3&61AAA01&0&EA Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 25600 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_8086&DEV_283F&SUBSYS_02001028&REV_02\3&61AAA01&0&E0 Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0420 (English), 5/28/2016 00:08:26, 260960 bytes
Device ID: PCI\VEN_1217&DEV_7135&SUBSYS_02001028&REV_21\4&5CB72C4&0&08F0 Driver: C:\WINDOWS\system32\DRIVERS\pcmcia.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:25, 98656 bytes Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0420 (English), 5/28/2016 00:08:26, 260960 bytes
Device ID: PCI\VEN_8086&DEV_2834&SUBSYS_02001028&REV_02\3&61AAA01&0&D0 Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 25600 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_8086&DEV_2835&SUBSYS_02001028&REV_02\3&61AAA01&0&D1 Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 25600 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_8086&DEV_284B&SUBSYS_02001028&REV_02\3&61AAA01&0&D8 Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:25, 68096 bytes Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:26, 84992 bytes Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0212 (English), 3/29/2016 01:52:50, 241664 bytes
Device ID: PCI\VEN_8086&DEV_2836&SUBSYS_02001028&REV_02\3&61AAA01&0&EF Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 74080 bytes Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 383840 bytes Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 371040 bytes
Device ID: PCI\VEN_1217&DEV_00F7&SUBSYS_02001028&REV_02\4&5CB72C4&0&0CF0 Driver: C:\WINDOWS\system32\DRIVERS\1394ohci.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 173056 bytes
Device ID: PCI\VEN_8086&DEV_2841&SUBSYS_02001028&REV_02\3&61AAA01&0&E1 Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0420 (English), 5/28/2016 00:08:26, 260960 bytes
Device ID: PCI\VEN_8086&DEV_2815&SUBSYS_02001028&REV_02\3&61AAA01&0&F8 Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 16224 bytes
Device ID: PCI\VEN_14E4&DEV_1673&SUBSYS_02001028&REV_02\4&3B947562&0&00E5 Driver: C:\WINDOWS\system32\DRIVERS\b57nd60x.sys, 17.02.0001.0000 (English), 10/30/2015 00:44:28, 402432 bytes
Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_02001028&REV_F2\3&61AAA01&0&F0 Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0420 (English), 5/28/2016 00:08:26, 260960 bytes
Device ID: PCI\VEN_8086&DEV_2850&SUBSYS_02001028&REV_02\3&61AAA01&0&F9 Driver: C:\WINDOWS\system32\DRIVERS\intelide.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 17760 bytes Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 42336 bytes Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 23392 bytes Driver: C:\WINDOWS\system32\DRIVERS\ataport.sys, 10.00.10586.0000 (English), 10/30/2015 00:44:28, 160096 bytes
DirectShow Filters
DirectShow Filters: WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.10586.0063 WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.10586.0063 WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.10586.0063 MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.10586.0063 Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.10586.0000 WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.10586.0000 WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.10586.0000 Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.10586.0000 Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.10586.0000 GDCL Mpeg-4 Demultiplexor,0x00600000,1,2,mp4demux.dll,1.00.0000.0014 DV Muxer,0x00400000,0,0,qdv.dll,10.00.10586.0000 Color Space Converter,0x00400001,1,1,quartz.dll,10.00.10586.0071 WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.10586.0000 AVI Splitter,0x00600000,1,1,quartz.dll,10.00.10586.0071 VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.10586.0071 SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.10586.0000 Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.10547.1000 AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000 StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.10586.0000 MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071 MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.10586.0071 SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071 VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000 MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.10586.0000 Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.10586.0000 SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.10586.0000 Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035 Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071 MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.10586.0071 DV Splitter,0x00600000,1,2,qdv.dll,10.00.10586.0000 Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.10586.0071 Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.10586.0035 ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.10586.0071 Video Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071 MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.10586.0000 Line 21 Decoder,0x00600000,1,1,qdvd.dll,10.00.10586.0063 Video Port Manager,0x00600000,2,1,quartz.dll,10.00.10586.0071 Video Renderer,0x00400000,1,0,quartz.dll,10.00.10586.0071 VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.10586.0000 WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.10586.0000 VBI Surface Allocator,0x00600000,1,1,vbisurf.ax, File writer,0x00200000,1,0,qcap.dll,10.00.10586.0000 DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.10586.0063 Overlay Mixer2,0x00200000,1,1,qdvd.dll,10.00.10586.0063 AVI Draw,0x00600064,9,1,quartz.dll,10.00.10586.0071 Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035 WST Pager,0x00200000,1,1,WSTPager.ax,10.00.10586.0000 MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000 DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.10586.0000 SampleGrabber,0x00200000,1,1,qedit.dll,10.00.10586.0063 Null Renderer,0x00200000,1,0,qedit.dll,10.00.10586.0063 MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.10586.0000 Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.10586.0000 StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.10586.0000 Smart Tee,0x00200000,1,2,qcap.dll,10.00.10586.0000 Overlay Mixer,0x00200000,0,0,qdvd.dll,10.00.10586.0063 AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071 AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.10586.0071 Wave Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071 MIDI Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071 Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071 File stream renderer,0x00400000,1,1,quartz.dll,10.00.10586.0071 Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.10547.1000 StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.10586.0000 AVI Mux,0x00200000,1,0,qcap.dll,10.00.10586.0000 Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.10586.0071 File Source (Async.),0x00400000,0,1,quartz.dll,10.00.10586.0071 File Source (URL),0x00400000,0,1,quartz.dll,10.00.10586.0071 Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.10586.0000 Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.10586.0071 BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.10586.0000 MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.10586.0071
WDM Streaming Tee/Splitter Devices: Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Video Compressors: WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.10586.0000 WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.10586.0000 MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.10586.0000 DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.10586.0000 MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.10586.0071 Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,10.00.10586.0000 Intel IYUV codec,0x00200000,1,1,qcap.dll,10.00.10586.0000 Lossless RGBA compression,0x00200000,1,1,qcap.dll,10.00.10586.0000 Microsoft RLE,0x00200000,1,1,qcap.dll,10.00.10586.0000 Microsoft Video 1,0x00200000,1,1,qcap.dll,10.00.10586.0000 VP60� Simple Profile ,0x00200000,1,1,qcap.dll,10.00.10586.0000 VP61� Advanced Profile,0x00200000,1,1,qcap.dll,10.00.10586.0000
Audio Compressors: WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.10586.0063 WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.10586.0000 IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.10586.0071 PCM,0x00200000,1,1,quartz.dll,10.00.10586.0071 Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.10586.0071 GSM 6.10,0x00200000,1,1,quartz.dll,10.00.10586.0071 CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.10586.0071 CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.10586.0071 MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.10586.0071
Audio Capture Sources: Microphone (High Definition Audio Device),0x00200000,0,0,qcap.dll,10.00.10586.0000 Line In (High Definition Audio Device),0x00200000,0,0,qcap.dll,10.00.10586.0000
PBDA CP Filters: PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.10586.0000 PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.10586.0000 PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.10586.0000
Midi Renderers: Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10586.0071 Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10586.0071
WDM Streaming Capture Devices: HD Audio Muxed capture,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
WDM Streaming Rendering Devices: HD Audio Headphone/Speakers,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
BDA Network Providers: Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000 Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000 Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000 Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000 Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10586.0000
Multi-Instance Capable VBI Codecs: VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000
BDA Transport Information Renderers: BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10586.0000 MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10586.0000
BDA CP/CA Filters: Decrypt/Tag,0x00600000,1,1,EncDec.dll,10.00.10586.0000 Encrypt/Tag,0x00200000,0,0,EncDec.dll,10.00.10586.0000 PTFilter,0x00200000,0,0,EncDec.dll,10.00.10586.0000 XDS Codec,0x00200000,0,0,EncDec.dll,10.00.10586.0000
WDM Streaming Communication Transforms: Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Audio Renderers: Speakers (High Definition Audio Device),0x00200000,1,0,quartz.dll,10.00.10586.0071 Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.10586.0071 Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.10586.0071 DirectSound: Speakers (High Definition Audio Device),0x00200000,1,0,quartz.dll,10.00.10586.0071
Preferred DirectShow Filters
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]