Osmos Support

Feedback and support for the PC version of Osmos
jakeythesnake
Posts: 1
Joined: Mon Jan 03, 2011 8:43 am

Re: Osmos Support

Postby jakeythesnake » Mon Jan 03, 2011 8:56 am

I have the same problem with a steam and non-steam install. Running Windows 7 64 bit on a Core i7 720QM, ATI Mobility Radeon HD 5870. Latest Graphics drivers and Catalyst Control Centre are installed.

Osmos crashes before startup, after fullscreen prompt. The log file in My Documents/Osmos ends on Initializing GLRenderDevice..., so I'd like to use D3D but as Osmos doesn't startup config.cfg is not generated. I looked in the defaults.cfg file, but there's no D3D option there. Please advise, and I'd like to get my Steam install working rather than the non if possible.

Code: Select all

Log opened on Fri Dec 31 13:39:00 2010
Commandline: C:\Program Files (x86)\Osmos\osmos.exe
Preinitializing game: vanilla version 1.6.0 1216
Localization: using language "en"
Localization: loaded Osmos-en.loc
Arch: AMD64 (4 phys, 8 log)
OS: Microsoft Windows 7 (build 7600), 64bit
using sound
showing splash
Creating window...
PC running with 1 monitors
Current res of primary display: 1600 x 900
Attempting fullscreen mode
Using fullscreen mode: 1600 x 900, 32 bpp
not using vsync
Initializing GLRenderDevice...

captfrigate
Posts: 4
Joined: Wed Dec 22, 2010 1:44 pm

Re: Osmos Support

Postby captfrigate » Thu Jan 27, 2011 8:20 pm

Meal Worms wrote:@captfrigate: Have you tried turning down the quality settings in the 'Visual Options' menu?


I tried this and the slowdown is still too much to make the game playable. I don't think this is an issue with the sheer power of the graphics card (unless Osmos takes a lot more resources than, say, Half-Life 2), and I was wondering if there was a way to get it to use D3D, of that option is no longer available or something?

User avatar
Meal Worms
Posts: 624
Joined: Wed Apr 22, 2009 12:22 pm
Location: Toronto, Ontario, Canada
Contact:

Re: Osmos Support

Postby Meal Worms » Fri Jan 28, 2011 7:19 am

Hi captfrigate,

I'm curious, what graphics card/driver version are you running?

In any case, if the My Documents\Osmos\Config.cfg file is not present because e.g. the game was terminated permaturely, you can simply create the file and add the 'usingD3D 1' line, then restart the game.

Dave

captfrigate
Posts: 4
Joined: Wed Dec 22, 2010 1:44 pm

Re: Osmos Support

Postby captfrigate » Fri Jan 28, 2011 9:47 am

Meal Worms wrote:Hi captfrigate,

I'm curious, what graphics card/driver version are you running?

In any case, if the My Documents\Osmos\Config.cfg file is not present because e.g. the game was terminated permaturely, you can simply create the file and add the 'usingD3D 1' line, then restart the game.

Dave


I have an ATI Mobility Radeon HD 2300 (Microsoft Corporation WDDM 1.1 if that matters, I'm not sure what it means). I don't think the game was terminated prematurely, because I always exit through the menu. If I were to create the file myself, would I have to add anything other than the one D3D line?

User avatar
Meal Worms
Posts: 624
Joined: Wed Apr 22, 2009 12:22 pm
Location: Toronto, Ontario, Canada
Contact:

Re: Osmos Support

Postby Meal Worms » Fri Jan 28, 2011 10:48 am

Hi captfrigate,

ATI drivers have notorious issues with performance transparency on OpenGL, so that's probably your issue. Can you verify you're running the latest drivers for the card?

Reagrding the config file, adding that line is all you need. Thing is, if you're exiting the game normally (i.e. via the menus) the config file should be created on shutdown. Do you see an Osmos directory in your Documents folder at all? Note that different versions of Windows put their Documents/MyDocuments folders in different places.

Dave

captfrigate
Posts: 4
Joined: Wed Dec 22, 2010 1:44 pm

Re: Osmos Support

Postby captfrigate » Sat Jan 29, 2011 12:12 pm

Ah, got it. I was looking for the config file in the program files folder, not the documents folder. I found it there, changed the line, and now it's working fine. Thanks!

Also, I am running the most recent drivers for my video card. I was wondering if you knew of any workarounds to help out with OpenGL issues, because this has come up before.

guine
Posts: 1
Joined: Tue Feb 15, 2011 6:42 pm

Re: Osmos Support

Postby guine » Tue Feb 15, 2011 6:49 pm

So I just tried to install osmos on my ubuntu box and when I ran it loads to a blue screen with some circular designs on it and it says its loading music. After a minute or so this stops and nothing else happens. I tried reinstalling the game and all this did was make it load to the blue screen a little bit faster. I saw this about changing the font but it hasn't had any effect.

Code: Select all

mv /opt/Osmos/Fonts/FortuneCity.ttf /opt/Osmos/Fonts/FortuneCity.ttf.bakcup
cp /usr/share/fonts/<fontyoulike.ttf> /opt/Osmos/Fonts/FortuneCity.ttf

When I run it in terminal this is what I get

Code: Select all

Log opened on Mon Feb 14 22:23:55 2011
Commandline: ./Osmos.bin32
Preinitializing game: HEMI version 1.6.0 1314
Localization: using language "en"
Localization: loaded Osmos-en.loc
Arch: Intel(R) Pentium(R) 4 CPU 2.26GHz
OS: Linux 2.6.31-22-generic (#70-Ubuntu SMP Wed Dec 1 23:51:13 UTC 2010)
Using sound
Showing splash
Using fullscreen mode: 1024 x 768
Not using vsync
Initializing GLRenderDevice...
OpenGL version: 1.5.8 NVIDIA 96.43.13
Initializing game
Initializing GLRenderer...
Loading textures
Loading fonts
Backed up stats to Stats/Backup/Osmos_0003.sta
Initializing SoundSystem...
Initializing OpenAL
Getting OpenAL device list
Found 5 devices:
  Device 0: ALSA Software (3: OPENAL DEFAULT)
  Device 1: OSS Software (2: OSMOS DEFAULT)
  Device 2: PortAudio Software
  Device 3: PulseAudio Software
  Device 4: Wave File Writer
Pass 1: no valid device was specified (-1)
Pass 2: attempting device 1: "OSS Software"...
Creating OpenAL context
Opened device "OSS Software"
Device supports maximum 256 sources
Streaming music
Loading pre-splash sounds
Loading post-splash sounds
Killed


Anyone have any ideas how to fix this?

User avatar
Meal Worms
Posts: 624
Joined: Wed Apr 22, 2009 12:22 pm
Location: Toronto, Ontario, Canada
Contact:

Re: Osmos Support

Postby Meal Worms » Wed Feb 16, 2011 5:09 am

Hi guine,

Looks like an OpenAL issue. I'd recommend that you try selecting a different audio device; please see this entry in the Osmos FAQ for details.

Dave

User avatar
eddybox
Site Admin
Posts: 644
Joined: Sat Dec 13, 2008 11:22 am
Location: Nelson, BC, Canada
Contact:

Re: Osmos Support

Postby eddybox » Sat Mar 19, 2011 12:52 pm

@fanlynne: Sounds like you may be experiencing the following problem, for which there's a workaround: http://www.hemispheregames.com/faq-pcos ... ch_overlay
Hope that helps! :)

schenker
Posts: 2
Joined: Thu Mar 31, 2011 12:08 pm

Re: Osmos Support

Postby schenker » Thu Mar 31, 2011 12:18 pm

Hello,

I just built a new computer with the following:

Code: Select all

------------------
System Information
------------------
Time of this report: 3/31/2011, 16:11:02
       Machine name: STEVE-PC
   Operating System: Windows 7 Professional 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_rtm.101119-1850)
           Language: English (Regional Setting: English)
System Manufacturer: To Be Filled By O.E.M.
       System Model: To Be Filled By O.E.M.
               BIOS: Default System BIOS
          Processor: AMD Phenom(tm) II X4 955 Processor (4 CPUs), ~3.8GHz
             Memory: 4096MB RAM
Available OS Memory: 4096MB RAM
          Page File: 1998MB used, 6189MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
   User DPI Setting: Using System DPI
 System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
     DxDiag Version: 6.01.7601.17514 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: No problems found.
        Sound Tab 2: No problems found.
          Input Tab: No problems found.

--------------------
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
---------------
          Card name: AMD Radeon HD 6900 Series
       Manufacturer: ATI Technologies Inc.
          Chip type: ATI display adapter (0x6719)
           DAC type: Internal DAC(400MHz)
         Device Key: Enum\PCI\VEN_1002&DEV_6719&SUBSYS_0B001002&REV_00
     Display Memory: 3826 MB
   Dedicated Memory: 2034 MB
      Shared Memory: 1791 MB
       Current Mode: 1024 x 768 (32 bit) (60Hz)
       Monitor Name: Generic PnP Monitor
      Monitor Model: IBML150/L150p
         Monitor Id: IBMA151
        Native Mode: 1024 x 768(p) (60.004Hz)
        Output Type: HD15
        Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
Driver File Version: 8.17.0010.1070 (English)
     Driver Version: 8.831.2.0
        DDI Version: 11
       Driver Model: WDDM 1.1
  Driver Attributes: Final Retail
   Driver Date/Size: 3/9/2011 00:55:52, 795136 bytes
        WHQL Logo'd: Yes
    WHQL Date Stamp:
  Device Identifier: {D7B71EE2-2459-11CF-9C77-0A2BBEC2C535}
          Vendor ID: 0x1002
          Device ID: 0x6719
          SubSys ID: 0x0B001002
        Revision ID: 0x0000
 Driver Strong Name: oem10.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_NICayman:8.831.2.0:pci\ven_1002&dev_6719
     Rank Of Driver: 00E62001
        Video Accel: ModeMPEG2_A ModeMPEG2_C
   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
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                     {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {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
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
       D3D9 Overlay: Not Supported
            DXVA-HD: Not Supported
       DDraw Status: Enabled
         D3D Status: Enabled
         AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Speakers (Realtek High Definition Audio)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_18490892&REV_1003
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: RTKVHD64.sys
         Driver Version: 6.00.0001.6043 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 2/8/2010 06:24:56, 2267552 bytes
            Other Files:
        Driver Provider: Realtek Semiconductor Corp.
         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

            Description: Realtek Digital Output (Realtek High Definition Audio)
 Default Sound Playback: No
 Default Voice Playback: No
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_18490892&REV_1003
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: RTKVHD64.sys
         Driver Version: 6.00.0001.6043 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 2/8/2010 06:24:56, 2267552 bytes
            Other Files:
        Driver Provider: Realtek Semiconductor Corp.
         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
---------------------
-------------------
DirectInput Devices
-------------------
      Device Name: Mouse
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

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

      Device Name: HID-compliant device
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x0B38, 0x0010
        FF Driver: n/a

      Device Name: HID-compliant consumer control device
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x0B38, 0x0010
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x1002, 0x4397
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 11/20/2010 06:44:30, 343040 bytes
| Driver: usbd.sys, 7/13/2009 20:06:23, 7936 bytes

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

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x0B38, 0x0010
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 11/20/2010 06:33:25, 33280 bytes
| Driver: kbdclass.sys, 7/13/2009 21:48:04, 50768 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/13/2009 19:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/13/2009 21:48:04, 50768 bytes
|
+ HID-compliant mouse
| Vendor/Product ID: 0x04B4, 0x0033
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouhid.sys, 7/13/2009 20:00:20, 31232 bytes
| Driver: mouclass.sys, 7/13/2009 21:48:27, 49216 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/20/2010 09:33:57, 63360 bytes
| Driver: sermouse.sys, 7/13/2009 20:00:20, 26624 bytes
| Driver: mouclass.sys, 7/13/2009 21:48:27, 49216 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 67.1 GB
Total Space: 100.0 GB
File System: NTFS
      Model: Hitachi HDS721010CLA332 ATA Device

      Drive: E:
 Free Space: 751.2 GB
Total Space: 753.8 GB
File System: NTFS
      Model: Hitachi HDS721010CLA332 ATA Device

      Drive: D:
      Model: HL-DT-ST DVDRAM GH22NS50 ATA Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 05:19:21, 147456 bytes

--------------
System Devices
--------------
     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1202&SUBSYS_00000000&REV_00\3&267A616A&0&C2
   Driver: n/a

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1002&DEV_5957&SUBSYS_59571849&REV_00\3&267A616A&0&00
   Driver: n/a

     Name: Standard Enhanced PCI to USB Host Controller
Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_43961849&REV_00\3&267A616A&0&B2
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 51200 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1201&SUBSYS_00000000&REV_00\3&267A616A&0&C1
   Driver: n/a

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_43A0&SUBSYS_00001002&REV_00\3&267A616A&0&A8
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 09:33:48, 184704 bytes

     Name: Standard Enhanced PCI to USB Host Controller
Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_43961849&REV_00\3&267A616A&0&9A
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 51200 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1200&SUBSYS_00000000&REV_00\3&267A616A&0&C0
   Driver: n/a

     Name: PCI standard ISA bridge
Device ID: PCI\VEN_1002&DEV_439D&SUBSYS_439D1849&REV_40\3&267A616A&0&A3
   Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 21:48:27, 15424 bytes

     Name: Standard Enhanced PCI to USB Host Controller
Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_43961849&REV_00\3&267A616A&0&92
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 51200 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

     Name: VIA 1394 OHCI Compliant Host Controller
Device ID: PCI\VEN_1106&DEV_3403&SUBSYS_34031849&REV_01\4&28CDDF4&0&00A8
   Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:56, 229888 bytes

     Name: High Definition Audio Controller
Device ID: PCI\VEN_1002&DEV_AA80&SUBSYS_AA801002&REV_00\4&1C1F7BC1&0&0110
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 06:43:43, 122368 bytes

     Name: Standard Dual Channel PCI IDE Controller
Device ID: PCI\VEN_1002&DEV_439C&SUBSYS_439C1849&REV_40\3&267A616A&0&A1
   Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 21:45:45, 12352 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 21:45:46, 48720 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 21:52:21, 24128 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 09:32:46, 155520 bytes

     Name: Standard Dual Channel PCI IDE Controller
Device ID: PCI\VEN_1002&DEV_4390&SUBSYS_43901849&REV_40\3&267A616A&0&88
   Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 21:45:45, 12352 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 21:45:46, 48720 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 21:52:21, 24128 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 09:32:46, 155520 bytes

     Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_81681849&REV_06\4&E057C7F&0&0050
   Driver: n/a

     Name: AMD Radeon HD 6900 Series
Device ID: PCI\VEN_1002&DEV_6719&SUBSYS_0B001002&REV_00\4&1C1F7BC1&0&0010
   Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1134 (English), 3/9/2011 05:22:42, 9258496 bytes
   Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0019 (English), 3/9/2011 00:16:14, 53248 bytes
   Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6195 (English), 3/9/2011 00:17:42, 300544 bytes
   Driver: C:\Windows\system32\atiumd64.dll, 7.14.0010.0817 (English), 3/9/2011 00:24:48, 5438976 bytes
   Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0299 (English), 3/8/2011 23:41:52, 3239936 bytes
   Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0023 (English), 3/9/2011 00:52:04, 120320 bytes
   Driver: C:\Windows\system32\atiicdxx.dat, 2/1/2011 18:01:14, 227586 bytes
   Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 3/8/2011 23:18:58, 53760 bytes
   Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 3/8/2011 23:18:58, 53760 bytes
   Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1054 (English), 3/9/2011 00:18:16, 360448 bytes
   Driver: C:\Windows\system32\atiumd6a.cap, 3/8/2011 23:39:30, 790592 bytes
   Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 3/9/2011 00:51:28, 16384 bytes
   Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 3/9/2011 00:57:04, 143360 bytes
   Driver: C:\Windows\system32\atiapfxx.blb, 3/9/2011 00:57:08, 152384 bytes
   Driver: C:\Windows\system32\atiumd6v.dll, 7.14.0010.0184 (English), 3/8/2011 23:42:40, 1208320 bytes
   Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1088 (English), 3/9/2011 00:53:04, 203776 bytes
   Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1088 (English), 3/9/2011 00:53:34, 480256 bytes
   Driver: C:\Windows\system32\atipdl64.dll, 6.14.0010.2563 (English), 3/9/2011 00:51:48, 423424 bytes
   Driver: C:\Windows\system32\atiedu64.dll, 6.14.0010.2514 (English), 3/9/2011 00:51:26, 59392 bytes
   Driver: C:\Windows\system32\ATIDEMGX.dll, 2.00.4084.43012 (English), 3/9/2011 00:53:44, 462848 bytes
   Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.10600 (English), 3/9/2011 01:41:52, 22518272 bytes
   Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.1332 (English), 3/9/2011 00:34:12, 7025152 bytes
   Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.1332 (English), 3/9/2011 00:34:36, 51200 bytes
   Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.1332 (English), 3/9/2011 00:34:24, 44544 bytes
   Driver: C:\Windows\system32\atipblag.dat, 1/12/2011 23:03:18, 3155 bytes
   Driver: C:\Windows\system32\atiu9p64.dll, 8.14.0001.6195 (English), 3/9/2011 00:16:54, 38400 bytes
   Driver: C:\Windows\system32\atiuxp64.dll, 8.14.0001.6195 (English), 3/9/2011 00:17:04, 39936 bytes
   Driver: C:\Windows\system32\atig6pxx.dll, 8.14.0001.6195 (English), 3/9/2011 00:18:00, 14848 bytes
   Driver: C:\Windows\system32\atig6txx.dll, 8.14.0001.6195 (English), 3/9/2011 00:17:54, 39936 bytes
   Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 5/11/2009 22:35:30, 118784 bytes
   Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0342 (English), 3/9/2011 00:40:22, 5044224 bytes
   Driver: C:\Windows\SysWOW64\atiumdag.dll, 7.14.0010.0817 (English), 3/9/2011 00:30:30, 4294656 bytes
   Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0299 (English), 3/8/2011 23:34:12, 3471872 bytes
   Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 3/8/2011 23:18:52, 52736 bytes
   Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 3/8/2011 23:18:52, 52736 bytes
   Driver: C:\Windows\SysWOW64\atiadlxy.dll, 6.14.0010.1054 (English), 3/9/2011 00:18:10, 258048 bytes
   Driver: C:\Windows\SysWOW64\atiumdva.cap, 3/8/2011 23:33:44, 790592 bytes
   Driver: C:\Windows\SysWOW64\atiumdmv.dll, 7.14.0010.0184 (English), 3/8/2011 23:42:06, 1912832 bytes
   Driver: C:\Windows\SysWOW64\atipdlxx.dll, 6.14.0010.2563 (English), 3/9/2011 00:51:42, 356352 bytes
   Driver: C:\Windows\SysWOW64\Oemdspif.dll, 6.15.0006.0006 (English), 3/9/2011 00:51:34, 278528 bytes
   Driver: C:\Windows\SysWOW64\ati2edxx.dll, 6.14.0010.2514 (English), 3/9/2011 00:51:22, 43520 bytes
   Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.10600 (English), 3/9/2011 01:19:22, 17397248 bytes
   Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0342 (English), 3/9/2011 00:48:46, 4277760 bytes
   Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.1332 (English), 3/9/2011 00:32:32, 5618688 bytes
   Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.1332 (English), 3/9/2011 00:34:34, 46080 bytes
   Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.1332 (English), 3/9/2011 00:34:22, 44032 bytes
   Driver: C:\Windows\SysWOW64\atipblag.dat, 1/12/2011 23:03:18, 3155 bytes
   Driver: C:\Windows\SysWOW64\atiu9pag.dll, 8.14.0001.6195 (English), 3/9/2011 00:16:48, 28672 bytes
   Driver: C:\Windows\SysWOW64\atiuxpag.dll, 8.14.0001.6195 (English), 3/9/2011 00:17:00, 31232 bytes
   Driver: C:\Windows\SysWOW64\atigktxx.dll, 8.14.0001.6195 (English), 3/9/2011 00:17:48, 32768 bytes
   Driver: C:\Windows\SysWOW64\atiglpxx.dll, 8.14.0001.6195 (English), 3/9/2011 00:17:56, 12800 bytes
   Driver: C:\Windows\atiogl.xml, 1/14/2011 13:00:54, 30831 bytes
   Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 6/22/2009 16:34:36, 51200 bytes
   Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 8/27/2010 19:33:08, 332800 bytes
   Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6195 (English), 3/9/2011 00:17:56, 12800 bytes
   Driver: C:\Windows\system32\aticfx64.dll, 8.17.0010.1070 (English), 3/9/2011 00:55:52, 795136 bytes
   Driver: C:\Windows\SysWOW64\aticfx32.dll, 8.17.0010.1070 (English), 3/9/2011 00:56:54, 679424 bytes
   Driver: C:\Windows\system32\coinst.dll, 1.00.0003.0005 (English), 3/9/2011 00:11:06, 58880 bytes

     Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_1002&DEV_4399&SUBSYS_43991849&REV_00\3&267A616A&0&A5
   Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 25600 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

     Name: ATI I/O Communications Processor SMBus Controller
Device ID: PCI\VEN_1002&DEV_4385&SUBSYS_00000000&REV_42\3&267A616A&0&A0
   Driver: n/a

     Name: NEC Electronics USB 3.0 Host Controller
Device ID: PCI\VEN_1033&DEV_0194&SUBSYS_01941849&REV_03\4&4E58618&0&0048
   Driver: C:\Windows\system32\DRIVERS\nusb3xhc.sys, 1.00.0019.0000 (English), 1/22/2010 12:22:22, 180224 bytes

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_597F&SUBSYS_59571849&REV_00\3&267A616A&0&50
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 09:33:48, 184704 bytes

     Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_43971849&REV_00\3&267A616A&0&B0
   Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 25600 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

     Name: ATI I/O Communications Processor PCI Bus Controller
Device ID: PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_40\3&267A616A&0&A4
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 09:33:48, 184704 bytes

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1204&SUBSYS_00000000&REV_00\3&267A616A&0&C4
   Driver: n/a

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_597E&SUBSYS_59571849&REV_00\3&267A616A&0&48
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 09:33:48, 184704 bytes

     Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_43971849&REV_00\3&267A616A&0&98
   Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 25600 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

     Name: High Definition Audio Controller
Device ID: PCI\VEN_1002&DEV_4383&SUBSYS_08921849&REV_40\3&267A616A&0&A2
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 06:43:43, 122368 bytes

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1203&SUBSYS_00000000&REV_00\3&267A616A&0&C3
   Driver: n/a

     Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1002&DEV_5978&SUBSYS_59571849&REV_00\3&267A616A&0&10
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 09:33:48, 184704 bytes

     Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_43971849&REV_00\3&267A616A&0&90
   Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:30, 25600 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 20:06:31, 324608 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17514 (English), 11/20/2010 06:44:30, 343040 bytes

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

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17514
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17514
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17514
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17514
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17514
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
ATI MPEG File Writer,0x00200000,1,0,atimpenc64.dll,11.06.0000.51125
ATI MPEG Video Decoder,0x005fffff,1,2,atimpenc64.dll,11.06.0000.51125
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17514
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17514
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,11.06.0000.51125
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17514
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17514
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17514
ATI MPEG Video Encoder,0x00200000,1,1,atimpenc64.dll,11.06.0000.51125
ATI MPEG Multiplexer,0x00200000,2,1,atimpenc64.dll,11.06.0000.51125
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
ATI Video Scaler Filter,0x00200000,1,1,atimpenc64.dll,11.06.0000.51125
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17514
Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17514
Overlay Mixer2,0x00200000,1,1,,
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17514
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17514
ATI Video Rotation Filter,0x00200000,1,1,atimpenc64.dll,11.06.0000.51125
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17514
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17514
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17514
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17514
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17514

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17514

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,11.06.0000.51125
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17514
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17514

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528

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

WDM Streaming Capture Devices:
Realtek HD Audio Front Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17514
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17528
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17528
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17528
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17528

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17514
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17514
Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17514

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
  Quality Flags: 2576
    Enabled:
    Force throttling
    Allow half deinterlace
    Allow scaling
    Decode Power Usage: 100
  Balanced Flags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 50
  PowerFlags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 0


I have been running the game on Steam, and it will play for a while, and then occasionally hang the system. The sound stops, the video freezes, and the system needs to be reset. Video drivers are brand new, as is the chipset (since I just built the machine and just updated all drivers). The last time this happened was on Ambient Impasse 2. Any thoughts on what's causing this?

P.S. Here's the last entry from osmos.log, from when the game crashed:

Code: Select all

----------------------------------------------------------------------------------------------------
Log opened on Thu Mar 31 14:16:42 2011
Commandline: e:\program files\steam\steamapps\common\osmos\Osmos.exe
Preinitializing game: STEAM version 1.6.0 1201
Localization: using language "en"
Localization: loaded Osmos-en.loc
Arch: AMD64 (4 phys, 4 log)
OS: Microsoft Windows 7 Service Pack 1 (build 7601), 64bit
using sound
showing splash
not using cloud
Creating window...
PC running with 1 monitors
Current res of primary display: 1024 x 768
Attempting fullscreen mode
Using fullscreen mode: 1024 x 768, 32 bpp
not using vsync
Initializing GLRenderDevice...
OpenGL version: 4.1.10600 Compatibility Profile Context
Initializing game
Initializing GLRenderer...
Loading textures
Loading fonts
Backed up stats to Stats\Backup\Osmos_Mar_31_2011_0000.sta
Initializing SoundSystem...
Initializing OpenAL
Getting OpenAL device list
analyzing device Generic Software
Found 1 devices:
  Device 1: Generic Software (DEFAULT)
Using and opening 0: "Generic Software"...
Creating OpenAL context
ALFWInitOpenAL opened device "Generic Software"
Device supports maximum 256 sources
streaming music
Loading pre-splash sounds
Loading post-splash sounds
Received stats and achievements from Steam


Return to “Osmos PC (Win/Mac/Linux)”

Who is online

Users browsing this forum: No registered users and 27 guests