Bug 185

Summary: Unexpected JOGL error: "Unable to set pixel format" when GLCanvas is realized.
Product: Salem Reporter: Ka-shias <kashiaspro>
Component: ClientAssignee: loftar <fredrik>
Status: CONFIRMED ---    
Severity: minor    
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Windows   

Description Ka-shias 2013-09-06 11:57:18 CEST
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Sat Aug 24 18:49:53 KST 2013
Exception in thread "AWT-EventQueue-0" 
javax.media.opengl.GLException: Unable to set pixel format 14 for device context 0x1a011049: error code 0
	at jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfigurationFactory.updateGraphicsConfiguration(WindowsWGLGraphicsConfigurationFactory.java:225)
	at jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfiguration.updateGraphicsConfiguration(WindowsWGLGraphicsConfiguration.java:139)
	at jogamp.opengl.windows.wgl.WindowsWGLDrawable.setRealizedImpl(WindowsWGLDrawable.java:74)
	at jogamp.opengl.GLDrawableImpl.setRealized(GLDrawableImpl.java:195)
	at javax.media.opengl.awt.GLCanvas.setRealizedImpl(GLCanvas.java:441)
	at javax.media.opengl.awt.GLCanvas.access$000(GLCanvas.java:153)
	at javax.media.opengl.awt.GLCanvas$2.run(GLCanvas.java:449)
	at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:88)
	at javax.media.opengl.awt.GLCanvas.setRealized(GLCanvas.java:455)
	at javax.media.opengl.awt.GLCanvas.validateGLDrawable(GLCanvas.java:631)
	at javax.media.opengl.awt.GLCanvas.reshape(GLCanvas.java:693)
	at java.awt.Component.setBounds(Unknown Source)
	at java.awt.BorderLayout.layoutContainer(Unknown Source)
	at java.awt.Container.layout(Unknown Source)
	at java.awt.Container.doLayout(Unknown Source)
	at java.awt.Container.validateTree(Unknown Source)
	at java.awt.Container.validate(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" 
javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0x1a011049
	at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:323)
	at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:654)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:560)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:517)
	at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1020)
	at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:909)
	at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1065)
	at javax.media.opengl.Threading.invoke(Threading.java:193)
	at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483)
	at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:537)
	at sun.awt.RepaintArea.paintComponent(Unknown Source)
	at sun.awt.RepaintArea.paint(Unknown Source)
	at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" 
javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0x1a011049
	at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:323)
	at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:654)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:560)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:517)
	at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1020)
	at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:909)
	at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1065)
	at javax.media.opengl.Threading.invoke(Threading.java:193)
	at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483)
	at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:537)
	at sun.awt.RepaintArea.paintComponent(Unknown Source)
	at sun.awt.RepaintArea.paint(Unknown Source)
	at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.WaitDispatchSupport$2.run(Unknown Source)
	at java.awt.WaitDispatchSupport$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(Unknown Source)
	at java.awt.Dialog.show(Unknown Source)
	at java.awt.Component.show(Unknown Source)
	at java.awt.Component.setVisible(Unknown Source)
	at java.awt.Window.setVisible(Unknown Source)
	at java.awt.Dialog.setVisible(Unknown Source)
	at haven.error.ErrorGui$3.run(ErrorGui.java:135)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Fri Aug 30 19:05:26 KST 2013
Exception in thread "AWT-EventQueue-0" 
javax.media.opengl.GLException: Unable to set pixel format 14 for device context 0x45010ea6: error code 0
	at jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfigurationFactory.updateGraphicsConfiguration(WindowsWGLGraphicsConfigurationFactory.java:225)
	at jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfiguration.updateGraphicsConfiguration(WindowsWGLGraphicsConfiguration.java:139)
	at jogamp.opengl.windows.wgl.WindowsWGLDrawable.setRealizedImpl(WindowsWGLDrawable.java:74)
	at jogamp.opengl.GLDrawableImpl.setRealized(GLDrawableImpl.java:195)
	at javax.media.opengl.awt.GLCanvas.setRealizedImpl(GLCanvas.java:441)
	at javax.media.opengl.awt.GLCanvas.access$000(GLCanvas.java:153)
	at javax.media.opengl.awt.GLCanvas$2.run(GLCanvas.java:449)
	at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:88)
	at javax.media.opengl.awt.GLCanvas.setRealized(GLCanvas.java:455)
	at javax.media.opengl.awt.GLCanvas.validateGLDrawable(GLCanvas.java:631)
	at javax.media.opengl.awt.GLCanvas.reshape(GLCanvas.java:693)
	at java.awt.Component.setBounds(Unknown Source)
	at java.awt.BorderLayout.layoutContainer(Unknown Source)
	at java.awt.Container.layout(Unknown Source)
	at java.awt.Container.doLayout(Unknown Source)
	at java.awt.Container.validateTree(Unknown Source)
	at java.awt.Container.validate(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)






This is my computer specifications.

------------------
System Information
------------------
Time of this report: 9/6/2013, 18:48:19
       Machine name: SAMSUNG-DC56B35
   Operating System: Windows XP Home Edition (5.1, Build 2600) Service Pack 3 (2600.xpsp.080413-2111)
           Language: Korean (Regional Setting: Korean)
System Manufacturer: SAMSUNG ELECTRONICS CO., LTD.
       System Model: R40P/R41P
               BIOS: Ver 1.00PARTTBL
          Processor: Intel(R) Core(TM)2 CPU         T5600  @ 1.83GHz (2 CPUs)
             Memory: 1278MB RAM
          Page File: 933MB used, 2248MB available
        Windows Dir: C:\WINDOWS
    DirectX Version: DirectX 9.0c (4.09.0000.0904)
DX Setup Parameters: Not found
     DxDiag Version: 5.03.2600.5512 32bit Unicode

------------
DxDiag Notes
------------
  DirectX Files Tab: The file d3d9d.dll is a debug version, which will run slower than the retail version.
      Display Tab 1: Hardware-accelerated Direct3D 9 is not available because the display driver does not support it.  You may be able to get a newer driver from the hardware manufacturer. DirectDraw test results: All tests were successful. Direct3D 7 test results: All tests were successful. Direct3D 8 test results: All tests were successful. Direct3D 9 test results: All tests were successful.
        Sound Tab 1: No problems found.
          Music Tab: No problems found.
          Input Tab: No problems found.
        Network Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D:    0/4 (n/a)
DirectDraw:  0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (n/a)
DirectPlay:  0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow:  0/6 (retail)

---------------
Display Devices
---------------
        Card name: ATI Radeon Xpress 1250 
     Manufacturer: ATI Technologies Inc.
        Chip type: ATI Radeon Xpress 1200 Series (0x7942)
         DAC type: Internal DAC(400MHz)
       Device Key: Enum\PCI\VEN_1002&DEV_7942&SUBSYS_C036144D&REV_00
   Display Memory: 256.0 MB
     Current Mode: 1280 x 800 (32 bit) (60Hz)
          Monitor:   Monitor Max Res: 
      Driver Name: ati2dvag.dll
   Driver Version: 6.14.0010.6677 (English)
      DDI Version: 9 (or higher)
Driver Attributes: Final Retail
 Driver Date/Size: 3/6/2007 22:56:02, 265728 bytes
      WHQL Logo'd: Yes
  WHQL Date Stamp: n/a
              VDD: N/A
         Mini VDD: ati2mtag.sys
    Mini VDD Date: 3/6/2007 22:55:44, 1972736 bytes
Device Identifier: {D7B71EE2-3A02-11CF-E86D-3CE0A1C2CB35}
        Vendor ID: 0x1002
        Device ID: 0x7942
        SubSys ID: 0xC036144D
      Revision ID: 0x0000
      Revision ID: 0x0000
      Video Accel: ModeMPEG2_C ModeMPEG2_D 
 Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch 
                   {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch 
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch 
                   {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch 
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch 
                   {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch 
         Registry: OK
     DDraw Status: Disabled
       D3D Status: Disabled
       AGP Status: Not Available
DDraw Test Result: All tests were successful.
 D3D7 Test Result: All tests were successful.
 D3D8 Test Result: All tests were successful.
 D3D9 Test Result: All tests were successful.

-------------
Sound Devices
-------------
            Description: Realtek HD Audio output
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_144DC036&REV_1000
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: RtkHDAud.sys
         Driver Version: 5.10.0000.5324 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 7/14/2011 14:34:29, 4225920 bytes
            Other Files: 
        Driver Provider: Realtek Semiconductor Corp.
         HW Accel Level: Full
              Cap Flags: 0xF5F
    Min/Max Sample Rate: 8000, 192000
Static/Strm HW Mix Bufs: 33, 32
 Static/Strm HW 3D Bufs: 33, 32
              HW Memory: 0
       Voice Management: No
 EAX(tm) 2.0 Listen/Src: Yes, Yes
   I3DL2(tm) Listen/Src: Yes, Yes
Sensaura(tm) ZoomFX(tm): No
               Registry: OK
      Sound Test Result: Not run

---------------------
Sound Capture Devices
---------------------
            Description: Realtek HD Audio Input
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: RtkHDAud.sys
         Driver Version: 5.10.0000.5324 (English)
      Driver Attributes: Final Retail
          Date and Size: 7/14/2011 14:34:29, 4225920 bytes
              Cap Flags: 0x41
           Format Flags: 0xFFF

-----------
DirectMusic
-----------
        DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
     DLS Version: 1.00.0016.0002
    Acceleration: n/a
           Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
                  Microsoft MIDI                   Microsoft GS Wavetable SW Synth [        Registry: OK
     Test Result: Not run

-------------------
DirectInput Devices
-------------------
      Device Name:          Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name:          Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

Poll w/ Interrupt: No
         Registry: OK

-----------
USB Devices
-----------
+ USB | Vendor/Product ID: 0x1002, 0x438B
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 4/14/2008 00:15:38, 59520 bytes
| Driver: usbd.sys, 8/5/2004 21:00:00, 4736 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ PC/AT 101| Matching Device ID: *pnp0303
| Service: i8042prt
| Driver: i8042prt.sys, 4/14/2008 07:27:00, 48896 bytes
| Driver: kbdclass.sys, 4/14/2008 07:30:24, 23680 bytes
| Driver: kbdkor.dll, 8/17/2001 22:36:18, 8192 bytes
| Driver: kbd101a.dll, 8/17/2001 14:55:56, 6144 bytes
| 
+ | Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: termdd.sys, 4/14/2008 07:58:00, 40840 bytes
| Driver: kbdclass.sys, 4/14/2008 07:30:24, 23680 bytes
| 
+ PS/2 | Matching Device ID: *pnp0f13
| Service: i8042prt
| Driver: i8042prt.sys, 4/14/2008 07:27:00, 48896 bytes
| Driver: mouclass.sys, 4/14/2008 07:19:52, 22144 bytes
| 
+ HID | Vendor/Product ID: 0x0461, 0x4D16
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouclass.sys, 4/14/2008 07:19:52, 22144 bytes
| Driver: mouhid.sys, 8/5/2004 21:00:00, 12160 bytes
| 
+ | Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 4/14/2008 07:58:00, 40840 bytes
| Driver: mouclass.sys, 4/14/2008 07:19:52, 22144 bytes

----------------------------
DirectPlay Service Providers
----------------------------
DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)
Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)

DirectPlay Voice Wizard Tests: Full Duplex: Passed, Half Duplex: Passed, Mic: Passed
DirectPlay Test Result: Not run
Registry: OK

-------------------
DirectPlay Adapters
-------------------
DirectPlay8 TCP/IP Service Provider: 
-----------------------
DirectPlay Voice Codecs
-----------------------
Voxware VR12 1.4Voxware SC06 6.4Voxware SC03 3.2MS-PCM 64MS-ADPCM 32.8Microsoft GSM 6.10 13TrueSpeech(TM) 8.6
-------------------------
DirectPlay Lobbyable Apps
-------------------------

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 19.3 GB
Total Space: 50.0 GB
File System: NTFS
      Model: SAMSUNG HM12HII

      Drive: D:
 Free Space: 21.5 GB
Total Space: 54.2 GB
File System: NTFS
      Model: SAMSUNG HM12HII

      Drive: E:
      Model: TSSTcorp CD/DVDW TS-L632D
     Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (Korean), 4/14/2008 00:10:48, 62976 bytes

--------------
System Devices
--------------
     Name: Atheros Wireless Network Adapter
Device ID: PCI\VEN_168C&DEV_001A&SUBSYS_7101144F&REV_01\4&B216F0A&0&38A4
   Driver: C:\WINDOWS\system32\DRIVERS\ar5211.sys, 5.03.0000.0067 (English), 7/26/2007 13:19:24, 547904 bytes

     Name: Ricoh xD-Picture Card Host Controller
Device ID: PCI\VEN_1180&DEV_0852&SUBSYS_C036144D&REV_04\4&B216F0A&0&4CA4
   Driver: C:\WINDOWS\system32\DRIVERS\rixdptsk.sys, 1.00.0002.0008 (Japanese), 11/1/2005 18:08:00, 308992 bytes
   Driver: C:\WINDOWS\system32\rixdicon.dll, 5/6/2005 18:06:32, 16480 bytes

     Name: Ricoh MMC Host Controller
Device ID: PCI\VEN_1180&DEV_0843&SUBSYS_C036144D&REV_00\4&B216F0A&0&4AA4
   Driver: C:\WINDOWS\system32\DRIVERS\rimmptsk.sys, 1.00.0000.0009 (Japanese), 11/16/2005 20:28:32, 28928 bytes

     Name: SDA Standard Compliant SD Host Controller
Device ID: PCI\VEN_1180&DEV_0822&SUBSYS_C036144D&REV_18\4&B216F0A&0&49A4
   Driver: C:\WINDOWS\system32\DRIVERS\sdbus.sys, 6.00.4069.5512 (English), 4/14/2008 00:06:46, 79232 bytes

     Name: Ricoh Memory Stick Host Controller
Device ID: PCI\VEN_1180&DEV_0592&SUBSYS_C036144D&REV_09\4&B216F0A&0&4BA4
   Driver: C:\WINDOWS\system32\snymsico.dll, 1.00.0000.9120 (English), 9/3/2004 12:00:00, 90112 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\rimsptsk.sys, 1.00.0002.0004 (Japanese), 11/1/2005 17:54:50, 51584 bytes

     Name: Ricoh R/RL/5C476(II) or Compatible CardBus Controller
Device ID: PCI\VEN_1180&DEV_0476&SUBSYS_C036144D&REV_B4\4&B216F0A&0&48A4
   Driver: C:\WINDOWS\system32\DRIVERS\pcmcia.sys, 5.01.2600.5512 (Korean), 4/14/2008 07:21:00, 119424 bytes

     Name: Realtek RTL8139/810x Family Fast Ethernet NIC
Device ID: PCI\VEN_10EC&DEV_8139&SUBSYS_C036144D&REV_10\4&B216F0A&0&28A4
   Driver: C:\WINDOWS\system32\DRIVERS\Rtnicxp.sys, 5.639.0118.2006 (English), 9/19/2011 14:15:22, 80512 bytes

     Name: ATI Radeon Xpress 1250 
Device ID: PCI\VEN_1002&DEV_7942&SUBSYS_C036144D&REV_00\4&26E0D719&0&2808
   Driver: C:\WINDOWS\system32\DRIVERS\ati2mtag.sys, 6.14.0010.6677 (Korean), 3/6/2007 22:55:44, 1972736 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0010 (English), 3/6/2007 22:12:48, 49152 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ativvpxx.vp, 3/7/2007 02:22:42, 40640 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ativckxx.vp, 8/23/2006 18:26:56, 2096 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ativcaxx.vp, 1/10/2007 14:32:44, 929 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ativcaxx.cpa, 1/10/2007 14:32:44, 655842 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ativdkxx.vp, 8/23/2006 18:26:56, 2096 bytes
   Driver: C:\WINDOWS\system32\ati2dvag.dll, 6.14.0010.6677 (English), 3/6/2007 22:56:02, 265728 bytes
   Driver: C:\WINDOWS\system32\ati2cqag.dll, 6.14.0010.0334 (English), 3/6/2007 22:10:00, 348160 bytes
   Driver: C:\WINDOWS\system32\Ati2mdxx.exe, 6.14.0010.2495 (English), 3/6/2007 22:49:10, 26112 bytes
   Driver: C:\WINDOWS\system32\ati3duag.dll, 6.14.0010.0487 (English), 3/6/2007 22:39:30, 2824512 bytes
   Driver: C:\WINDOWS\system32\ativvaxx.dll, 6.14.0010.0144 (English), 3/6/2007 22:29:24, 1288576 bytes
   Driver: C:\WINDOWS\system32\atiicdxx.dat, 3/6/2007 19:04:54, 143676 bytes
   Driver: C:\WINDOWS\system32\ativvaxx.dat, 7/14/2011 13:29:50, 3107788 bytes
   Driver: C:\WINDOWS\system32\ATIDDC.DLL, 6.14.0010.0008 (English), 3/6/2007 22:46:50, 53248 bytes
   Driver: C:\WINDOWS\system32\atitvo32.dll, 6.14.0010.4200 (English), 3/6/2007 22:15:08, 17408 bytes
   Driver: C:\WINDOWS\system32\ati2evxx.exe, 6.14.0010.4162 (English), 3/6/2007 22:47:34, 446464 bytes
   Driver: C:\WINDOWS\system32\ati2evxx.dll, 6.14.0010.4162 (English), 3/6/2007 22:48:52, 110592 bytes
   Driver: C:\WINDOWS\system32\atipdlxx.dll, 6.14.0010.2516 (English), 3/6/2007 22:49:28, 118784 bytes
   Driver: C:\WINDOWS\system32\ati2edxx.dll, 6.14.0010.2511 (English), 3/6/2007 22:49:02, 42496 bytes
   Driver: C:\WINDOWS\system32\atikvmag.dll, 6.14.0010.0052 (Korean), 3/6/2007 22:16:30, 258048 bytes
   Driver: C:\WINDOWS\system32\atifglpf.xml, 2/16/2007 14:04:14, 7072 bytes
   Driver: C:\WINDOWS\system32\ATIDEMGX.dll, 2.00.2621.39510 (Korean), 3/6/2007 22:57:02, 307200 bytes
   Driver: C:\WINDOWS\system32\atioglxx.dll, 6.14.0010.6388 (English), 3/6/2007 22:20:52, 5398528 bytes
   Driver: C:\WINDOWS\system32\atiiiexx.dll, 6.14.0010.4004 (English), 3/6/2007 23:01:54, 307200 bytes

     Name: PCI Device ID: PCI\VEN_1002&DEV_7932&SUBSYS_00000000&REV_00\3&2411E6FE&0&08
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (Korean), 4/14/2008 07:32:58, 66688 bytes

     Name: PCI Device ID: PCI\VEN_1002&DEV_7930&SUBSYS_00000000&REV_00\3&2411E6FE&0&00
   Driver: n/a

     Name: PCI Device ID: PCI\VEN_1002&DEV_438D&SUBSYS_00000000&REV_00\3&2411E6FE&0&A3
   Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.5512 (Korean), 4/14/2008 07:29:52, 36480 bytes

     Name: Device ID: PCI\VEN_1002&DEV_438C&SUBSYS_C036144D&REV_00\3&2411E6FE&0&A1
   Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (Korean), 4/14/2008 00:10:30, 24960 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/14/2008 00:10:32, 96512 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (Korean), 8/5/2004 21:00:00, 3328 bytes

     Name: Device ID: PCI\VEN_1002&DEV_438B&SUBSYS_C036144D&REV_00\3&2411E6FE&0&9C
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 17152 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 143872 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (Korean), 4/14/2008 07:57:04, 68096 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

     Name: Device ID: PCI\VEN_1002&DEV_438A&SUBSYS_C036144D&REV_00\3&2411E6FE&0&9B
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 17152 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 143872 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (Korean), 4/14/2008 07:57:04, 68096 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

     Name: Device ID: PCI\VEN_1002&DEV_4389&SUBSYS_C036144D&REV_00\3&2411E6FE&0&9A
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 17152 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 143872 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (Korean), 4/14/2008 07:57:04, 68096 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

     Name: Device ID: PCI\VEN_1002&DEV_4388&SUBSYS_C036144D&REV_00\3&2411E6FE&0&99
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 17152 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 143872 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (Korean), 4/14/2008 07:57:04, 68096 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

     Name: Device ID: PCI\VEN_1002&DEV_4387&SUBSYS_C036144D&REV_00\3&2411E6FE&0&98
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 17152 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 143872 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (Korean), 4/14/2008 07:57:04, 68096 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

     Name: Device ID: PCI\VEN_1002&DEV_4386&SUBSYS_C036144D&REV_00\3&2411E6FE&0&9D
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 30208 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 143872 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (Korean), 4/14/2008 07:57:04, 68096 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes
   Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.5512 (English), 4/14/2008 07:56:44, 7168 bytes

     Name: ATI SMBus
Device ID: PCI\VEN_1002&DEV_4385&SUBSYS_C036144D&REV_14\3&2411E6FE&0&A0
   Driver: n/a

     Name: PCI Device ID: PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_00\3&2411E6FE&0&A4
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (Korean), 4/14/2008 07:32:58, 66688 bytes

     Name: High Definition AudioDevice ID: PCI\VEN_1002&DEV_4383&SUBSYS_C036144D&REV_00\3&2411E6FE&0&A2
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 5.10.0001.5013 (English), 4/13/2008 22:06:06, 144384 bytes

     Name: Device ID: PCI\VEN_1002&DEV_4380&SUBSYS_C036144D&REV_00\3&2411E6FE&0&90
   Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (Korean), 4/14/2008 00:10:30, 24960 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/14/2008 00:10:32, 96512 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (Korean), 8/5/2004 21:00:00, 3328 bytes

------------------
DirectX Components
------------------
   ddraw.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:40 279552 bytes
 ddrawex.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:40 27136 bytes
   dxapi.sys: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 10496 bytes
    d3d8.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:40 1179648 bytes
 d3d8thk.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:40 8192 bytes
    d3d9.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:40 1689088 bytes
   d3d9d.dll: 9.18.0944.0000 English Final Debug 6/2/2010 21:23:21 3083608 bytes (problem)
 d3dref9.dll: 6.00.5300.0000 English Final Retail 6/2/2010 21:23:11 348504 bytes
   d3dim.dll: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 436224 bytes
d3dim700.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:40 824320 bytes
 d3dramp.dll: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 590336 bytes
   d3drm.dll: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 350208 bytes
  d3dxof.dll: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 47616 bytes
d3dpmesh.dll: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 34816 bytes
   dplay.dll: 5.00.2134.0001 Korean Final Retail 8/5/2004 21:00:00 33040 bytes
  dplayx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 229888 bytes
dpmodemx.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 23552 bytes
 dpwsock.dll: 5.00.2134.0001 English Final Retail 8/5/2004 21:00:00 42768 bytes
dpwsockx.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 57344 bytes
dplaysvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 07:57:16 29696 bytes
  dpnsvr.exe: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:57:16 17920 bytes
   dpnet.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 375296 bytes
dpnlobby.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:54:54 3072 bytes
 dpnaddr.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:54:54 3072 bytes
 dpvoice.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 209920 bytes
dpvsetup.exe: 5.03.2600.5512 English Final Retail 4/14/2008 07:57:16 83456 bytes
  dpvvox.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 116736 bytes
  dpvacm.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 21504 bytes
dpnhpast.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 35328 bytes
dpnhupnp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 60928 bytes
dpserial.dll: 5.00.2134.0001 Korean Final Retail 8/5/2004 21:00:00 53520 bytes
  dinput.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 150528 bytes
 dinput8.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 173056 bytes
dinput8d.dll: 5.01.2600.1106 English Final Debug 6/2/2010 21:23:22 358744 bytes
   dimap.dll: 5.01.2600.0000 English Final Retail 8/5/2004 21:00:00 44032 bytes
diactfrm.dll: 5.01.2600.0000 Korean Final Retail 8/5/2004 21:00:00 394240 bytes
     joy.cpl: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:57:40 66560 bytes
   gcdef.dll: 5.01.2600.0000 Korean Final Retail 8/5/2004 21:00:00 76800 bytes
     pid.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:56 35328 bytes
  dsound.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 367616 bytes
dsound3d.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 1293824 bytes
  dswave.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 19456 bytes
   dsdmo.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 181248 bytes
dsdmoprp.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 72704 bytes
  dmusic.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 104448 bytes
  dmband.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 28672 bytes
dmcompos.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 61440 bytes
   dmime.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 181248 bytes
dmloader.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 35840 bytes
 dmstyle.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 105984 bytes
 dmsynth.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 103424 bytes
dmscript.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 82432 bytes
Microsoft.DirectX.Direct3D.dll: 9.05.0132.0000 English Final Retail 6/15/2013 16:40:35 473600 bytes
Microsoft.DirectX.Direct3DX.dll: 5.04.0000.3900 English Final Retail 6/15/2013 16:40:29 2676224 bytes
Microsoft.DirectX.Direct3DX.dll: 9.04.0091.0000 English Final Retail 6/15/2013 16:40:31 2846720 bytes
Microsoft.DirectX.Direct3DX.dll: 9.05.0132.0000 English Final Retail 6/15/2013 16:40:31 563712 bytes
Microsoft.DirectX.Direct3DX.dll: 9.06.0168.0000 English Final Retail 6/15/2013 16:40:32 567296 bytes
Microsoft.DirectX.Direct3DX.dll: 9.07.0239.0000 English Final Retail 6/15/2013 16:40:32 576000 bytes
Microsoft.DirectX.Direct3DX.dll: 9.08.0299.0000 English Final Retail 6/15/2013 16:40:32 577024 bytes
Microsoft.DirectX.Direct3DX.dll: 9.09.0376.0000 English Final Retail 6/15/2013 16:40:33 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.10.0455.0000 English Final Retail 6/15/2013 16:40:33 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.11.0519.0000 English Final Retail 6/15/2013 16:40:33 578560 bytes
Microsoft.DirectX.Direct3DX.dll: 9.12.0589.0000 English Final Retail 6/15/2013 16:40:35 578560 bytes
Microsoft.DirectX.DirectDraw.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:35 145920 bytes
Microsoft.DirectX.DirectInput.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:35 159232 bytes
Microsoft.DirectX.DirectPlay.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:35 364544 bytes
Microsoft.DirectX.DirectSound.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:36 178176 bytes
Microsoft.DirectX.AudioVideoPlayback.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:34 53248 bytes
Microsoft.DirectX.Diagnostics.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:35 12800 bytes
Microsoft.DirectX.dll: 5.04.0000.2904 English Final Retail 6/15/2013 16:40:34 223232 bytes
   dx7vb.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 618496 bytes
   dx8vb.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 1227264 bytes
 dxdiagn.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:42 2113536 bytes
   mfc40.dll: 4.01.0000.6140 English Final Retail 8/5/2004 21:00:00 924432 bytes
   mfc42.dll: 6.02.4131.0000 English Final Retail 4/14/2008 07:56:46 1028096 bytes
 wsock32.dll: 5.01.2600.5512 Korean Final Retail 4/14/2008 07:57:06 31232 bytes
amstream.dll: 6.05.2600.5512 English Final Retail 4/14/2008 07:56:40 70656 bytes
 devenum.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:40 59904 bytes
  dxmasf.dll: 6.04.0009.1133 Korean Final Retail 4/14/2008 07:56:42 496182 bytes
mciqtz32.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:46 35328 bytes
 mpg2splt.ax: 6.05.2600.5512 English Final Retail 4/14/2008 07:57:40 148992 bytes
   msdmo.dll: 6.05.2600.5512 English Final Retail 4/14/2008 07:56:48 14336 bytes
  encapi.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:42 20480 bytes
    qasf.dll: 10.00.0000.3646 English Final Retail 8/11/2004 00:45:18 221184 bytes
    qcap.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:56 192000 bytes
     qdv.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:56 279040 bytes
    qdvd.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:56 385536 bytes
   qedit.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:56 560640 bytes
qedwipes.dll: 6.05.2600.5512 English Final Retail 4/13/2008 22:51:34 733696 bytes
  quartz.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:56 1273856 bytes
 strmdll.dll: 4.01.0000.3936 Korean Final Retail 4/14/2008 07:57:04 246814 bytes
 iac25_32.ax: 2.00.0005.0053 English Final Retail 4/14/2008 07:57:40 199680 bytes
  ir41_32.ax: 4.51.0016.0003 English Final Retail 4/14/2008 07:57:40 848384 bytes
 ir41_qc.dll: 4.30.0062.0002 English Final Retail 4/14/2008 07:56:44 120320 bytes
ir41_qcx.dll: 4.30.0064.0001 English Final Retail 4/14/2008 07:56:44 338432 bytes
 ir50_32.dll: 5.2562.0015.0055 English Final Retail 4/14/2008 07:56:44 755200 bytes
 ir50_qc.dll: 5.00.0063.0048 English Final Retail 4/14/2008 07:56:44 200192 bytes
ir50_qcx.dll: 5.00.0064.0048 English Final Retail 4/14/2008 07:56:44 183808 bytes
   ivfsrc.ax: 5.10.0002.0051 English Final Retail 4/14/2008 07:57:40 154624 bytes
mswebdvd.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:50 201728 bytes
      ks.sys: 5.03.2600.5512 Korean Final Retail 4/14/2008 00:46:38 141056 bytes
  ksproxy.ax: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:57:40 129536 bytes
  ksuser.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:56:46 4096 bytes
  stream.sys: 5.03.2600.5512 Korean Final Retail 4/14/2008 00:15:16 49408 bytes
mspclock.sys: 5.03.2600.5512 Korean Final Retail 4/14/2008 00:09:52 5376 bytes
   mspqm.sys: 5.01.2600.5512 Korean Final Retail 4/14/2008 00:09:52 4992 bytes
 mskssrv.sys: 5.03.2600.5512 Korean Final Retail 4/14/2008 00:09:54 7552 bytes
  swenum.sys: 5.03.2600.5512 Korean Final Retail 4/14/2008 00:09:54 4352 bytes
mpeg2data.ax: 6.05.2600.5512 English Final Retail 4/14/2008 07:57:40 118272 bytes
msvidctl.dll: 6.05.2600.5512 Korean Final Retail 4/14/2008 07:56:50 1421312 bytes
  vbisurf.ax: 5.03.2600.5512 English Final Retail 4/14/2008 07:57:40 30208 bytes
   msyuv.dll: 5.03.2600.5512 English Final Retail 4/14/2008 07:56:52 16896 bytes
wstdecod.dll: 5.03.2600.5512 Korean Final Retail 4/14/2008 07:57:06 50688 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,,
WMAPro over S/PDIF DMO,0x00600800,1,1,,
WMSpeech Decoder DMO,0x00600800,1,1,,
WMVideo Advanced Decoder DMO,0x00800001,1,1,,
Mpeg4s Decoder DMO,0x00800001,1,1,,
WMV Screen decoder DMO,0x00800001,1,1,,
WMVideo Decoder DMO,0x00800001,1,1,,
Mpeg43 Decoder DMO,0x00800001,1,1,,
Mpeg4 Decoder DMO,0x00800001,1,1,,
WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.5512
Gretech ASF Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
Gretech MPEG Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.5512
Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.5512
WM ASF Reader,0x00400000,0,0,qasf.dll,10.00.0000.3646
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,10.00.0000.3646
AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.5512
WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.5512
Indeo?video 5.10 Compression Filter,0x00200000,1,1,ir50_32.dll,5.2562.0015.0055
Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2600.5512
WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5512
Indeo?video 5.10 Decompression Filter,0x00640000,1,1,ir50_32.dll,5.2562.0015.0055
WMT Screen Capture filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
Microsoft Screen Video Decompressor,0x00800000,1,1,msscds32.ax,8.00.0000.4487
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.05.2600.5512
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.5512
MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.05.0000.0050
Mpeg2Dec Filter,0x00600000,1,1,Mpeg2DecFilter.ax,1.00.0000.0000
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.5512
WAV Dest,0x00200000,0,0,wavdest.ax,
MPEG Audio Decoder (MAD),0x00600000,1,1,MpaDecFilter.ax,1.00.0000.0000
ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
Gretech Video Filter,0x00200000,1,1,GVF.ax,2.00.0001.0019
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5512
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.5512
Gretech OGG Source Filter2,0x00200000,0,1,GSFU.ax,1.00.0000.0007
File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,10.00.0000.3646
Gretech FLV Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
Gretech MPEG Source Filter2,0x00200000,0,1,GSFU.ax,1.00.0000.0007
WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
Gretech Network(MP4) Filter,0x00200000,0,1,GNF.ax,1.00.0000.0002
DV Splitter,0x00600000,1,2,qdv.dll,6.05.2600.5512
Bitmap Generate,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Video Decoder,0x00800000,1,1,wmvds32.ax,8.00.0000.4487
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,
Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
DENNY's DTS/AC3Filter,0x00800001,1,1,DtsFilter.ax,0.01.0000.0000
WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Gretech AsfEx Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASX file Parser,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,10.00.0000.3646
NSC file Parser,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.5512
CoreAAC Audio Decoder,0x00800000,1,1,CoreAAC.ax,1.02.0000.0575
Windows Media source filter,0x00600000,0,2,wmpasf.dll,10.00.0000.3646
Gretech AVI Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5512
Gretech Network(OGG) Filter,0x00200000,0,1,GNF.ax,1.00.0000.0002
Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2600.5512
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.5512
Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.5512
WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.5512
Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.5512
WM ASF Writer,0x00400000,0,0,qasf.dll,10.00.0000.3646
Gretech Audio Filter,0x00200000,1,1,GAF.ax,1.00.0000.0006
WMT Sample Information Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,5.03.2600.5512
Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4487
File writer,0x00200000,1,0,qcap.dll,6.05.2600.5512
Gretech Network(FLV) Filter,0x00200000,0,1,GNF.ax,1.00.0000.0002
Gretech OGG Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
Gretech Network(AVI) Filter,0x00200000,0,1,GNF.ax,1.00.0000.0002
WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
Gretech MKV Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.5512
Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.5512
AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.5512
.RAM file Parser,0x00600000,1,0,wmpasf.dll,10.00.0000.3646
WMT DirectX Transform Wrapper,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
G.711 Codec,0x00200000,1,1,g711codc.ax,5.01.2600.0000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.5512
Indeo?audio software,0x00500000,1,1,iac25_32.ax,2.00.0005.0053
Windows Media Update Filter,0x00400000,1,0,wmpasf.dll,10.00.0000.3646
Gretech Network(SHOUTcast) Filter,0x00200000,0,1,GNF.ax,1.00.0000.0002
LAME MPEG Layer III Audio Encoder,0x00100000,2,1,lame_dshow.ax,
ASF DIB Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF ACM Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF ICM Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF URL Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
Gretech Network(GOM) Filter,0x00200000,0,1,GNF.ax,1.00.0000.0002
Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Gretech AAC Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.5512
Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.5512
WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
MPEG-2 Sections and Tables,0x005fffff,1,0,mpeg2data.ax,
WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Gretech MP3 Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2600.5512
Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.5512
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.5512
AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5512
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
GomTV Streamer Network Filter,0x00200000,0,1,GomTVStreamerNF.ax,1.00.0000.0009
Gretech MP4 Source Filter,0x00200000,0,1,GSFU.ax,1.00.0000.0007
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.5512
QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.5512
Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.5512
MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.5512
Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.5512
File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.5512
XML Playlist,0x00400000,1,0,wmpasf.dll,10.00.0000.3646
AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.5512
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.5512
File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.5512
File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.5512
WMT DV Extract,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Switch Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Volume,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.5512
QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5512
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.5512
Indeo?video 4.4 Decompression Filter,0x00640000,1,1,ir41_32.ax,4.51.0016.0003
Indeo?video 4.4 Compression Filter,0x00200000,1,1,ir41_32.ax,4.51.0016.0003

WDM Microsoft Kernel Acoustic Echo Canceller,0x00000000,0,0,,
Microsoft Kernel GS Wavetable Synthesizer,0x00200000,1,1,,5.03.2600.5512
Microsoft Kernel DLS Synthesizer,0x00200000,1,1,,5.03.2600.5512
Microsoft 0x00200000,1,1,,5.03.2600.5512

Video Compressors:
MSScreen encoder DMO,0x00600800,1,1,,
WMVideo9 Encoder DMO,0x00600800,1,1,,
WMVideo Advanced Encoder DMO,0x00600800,1,1,,
MSScreen 9 encoder DMO,0x00600800,1,1,,
DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.5512
Indeo?video 5.10 Compression Filter,0x00100000,1,1,ir50_32.dll,5.2562.0015.0055
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.05.2600.5512
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel 4:2:0 Video V2.50,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel Indeo(R) Video R3.2,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel Indeo?Video 4.5,0x00200000,1,1,qcap.dll,6.05.2600.5512
Indeo?video 5.10,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft H.261 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft H.263 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft RLE,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.05.2600.5512

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,,
WMAudio Encoder DMO,0x00600800,1,1,,
IAC2,0x00200000,1,1,quartz.dll,6.05.2600.5512
IMA ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5512
PCM,0x00200000,1,1,quartz.dll,6.05.2600.5512
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5512
ACELP.net,0x00200000,1,1,quartz.dll,6.05.2600.5512
DSP Group TrueSpeech(TM),0x00200000,1,1,quartz.dll,6.05.2600.5512
Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.05.2600.5512
Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.05.2600.5512
GSM 6.10,0x00200000,1,1,quartz.dll,6.05.2600.5512
Microsoft G.723.1,0x00200000,1,1,quartz.dll,6.05.2600.5512
CCITT A-Law,0x00200000,1,1,quartz.dll,6.05.2600.5512
CCITT u-Law,0x00200000,1,1,quartz.dll,6.05.2600.5512
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.05.2600.5512

Audio Capture Sources:
Realtek HD Audio Input,0x00200000,0,0,qcap.dll,6.05.2600.5512

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.05.2600.5512
Microsoft GS Wavetable SW Synth,0x00200000,1,0,quartz.dll,6.05.2600.5512

WDM ,0x00000000,0,0,,

WDM Realtek HD Audio output,0x00200000,1,1,,5.03.2600.5512

BDA Transport Information Renderers:
MPEG-2 Sections and Tables,0x00600000,1,0,mpeg2data.ax,

WDM Microsoft Kernel Wave Audio Mixer,0x00000000,0,0,,

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2600.5512
Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.5512
XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.5512

Audio Renderers:
Realtek HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.5512
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.5512
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.5512
DirectSound: Realtek HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.5512

WDM Realtek HD Audio Input,0x00200000,2,1,,5.03.2600.5512
Realtek HD Audio output,0x00200000,5,1,,5.03.2600.5512




I am very fond Salem. However, Salem does not run. Please help me.
Comment 1 loftar 2013-09-06 22:46:04 CEST
I do not maintain Ender's client. Please confirm that you see the same bug with the standard client.
Comment 2 Ka-shias 2013-09-07 03:05:57 CEST
(In reply to comment #1)
> I do not maintain Ender's client. Please confirm that you see the same bug
> with the standard client.

Oh, I'm so sorry. I'll run the standard client. But, nevertheless, an error is raised.

java.lang.RuntimeException: javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0xe6010e12
	at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
	at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:100)
	at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:205)
	at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
	at javax.media.opengl.Threading.invoke(Threading.java:191)
	at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483)
	at haven.HavenPanel.uglyjoglhack(HavenPanel.java:391)
	at haven.HavenPanel.run(HavenPanel.java:423)
	at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0xe6010e12
	at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:323)
	at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:654)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:560)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:517)
	at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1020)
	at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:909)
	at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1065)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$200(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

However, as this error is running.
Comment 3 loftar 2013-09-26 05:09:09 CEST
This seems to be some kind of JOGL bug, but I have not had much luck in finding out what causes it. It's one of those errors that's kind of hard to debug when I can't reproduce it myself.