O
Owenay
Guest
Let me first start off by saying how beautiful ALL of the new enhancement are. When I discovered them I was blown away. When I saw them first hand it nearly brought tears to my eyes. I applaud you all.
But (there's always a but), I don't feel that I'm experiencing the upgrades to their fullest. Perhaps you fine gentlemen would be so kind as to take a peak at my problems and offer a word of advice of potential solutions.
1. Video is pixelated and contain tons of 'artifacts'
During my attempts to figure this out for myself, the most common responses I've seen given to issues related to pixelation was the fact that most videos are in 320x224 but are being run in much higher resolutions. Makes sense. However, I'm speaking specifically of the two stunning CGI videos contained in the REMIX mod that begin the story: 'sqlogo' (640x480) and 'opening' (1280x960). Both play BEAUTIFULLY with external programs like WMP and MPC. By beautifully I mean CRYSTAL CLEAR. No pixelation at all. ZERO funky artifacts, and perhaps most telling of all is the black is actually black. Take a look at these screencaps:

Aside from the pixels and artifacts, notice how the black of the night sky is not the same deep black as the added bars used to preserve the aspect ratio. All of this black looks amazing when played externally. Furthermore, when compared to YamaTrenellOShow's youtube video (
) I think it's plainly obvious something's just not right.
2. The background envrions seem far too pixelated
Again, mostly compared to the videos at the above link. They look much better on youtube than they do on my laptop, and that NEVER happens!

Don't get me wrong, I can live with it, everything else is awesome and it's been years since I've played my favorite game so I'll be doing it regardless. I just want to try to make sure everything's s good as it's gonna get before I really start a game.
Now on to the fun stuff...
Code: [Select]
Code: [Select]
Code: [Select]
Code: [Select]
Code: [Select]
Again, thanks in advance for ANY help, hints, or tips anyone might be able to offer.
But (there's always a but), I don't feel that I'm experiencing the upgrades to their fullest. Perhaps you fine gentlemen would be so kind as to take a peak at my problems and offer a word of advice of potential solutions.
1. Video is pixelated and contain tons of 'artifacts'
During my attempts to figure this out for myself, the most common responses I've seen given to issues related to pixelation was the fact that most videos are in 320x224 but are being run in much higher resolutions. Makes sense. However, I'm speaking specifically of the two stunning CGI videos contained in the REMIX mod that begin the story: 'sqlogo' (640x480) and 'opening' (1280x960). Both play BEAUTIFULLY with external programs like WMP and MPC. By beautifully I mean CRYSTAL CLEAR. No pixelation at all. ZERO funky artifacts, and perhaps most telling of all is the black is actually black. Take a look at these screencaps:

Aside from the pixels and artifacts, notice how the black of the night sky is not the same deep black as the added bars used to preserve the aspect ratio. All of this black looks amazing when played externally. Furthermore, when compared to YamaTrenellOShow's youtube video (
2. The background envrions seem far too pixelated
Again, mostly compared to the videos at the above link. They look much better on youtube than they do on my laptop, and that NEVER happens!

Don't get me wrong, I can live with it, everything else is awesome and it's been years since I've played my favorite game so I'll be doing it regardless. I just want to try to make sure everything's s good as it's gonna get before I really start a game.
Now on to the fun stuff...
Code: [Select]
Code:
----Installation Order and notes----0_PC version from personal hard copy run off of mounted ISOs (PowerIso) andinstalled to C:\Square Soft, Inc\Final Fantasy VII\1_ff7102zx2_ff7_opengl-0.7.8b3_FF7-PRP_Installer (12.0.0.58849)4_Avalanche High Res5_YAMP_-_Yet_Another_Multi-Patcher (9999, CSith, LuckyTifa, NoDialogBoxes)6_Higher_quality_Cloud_mod7_New_Spell_Patch8_Ficedula 1.5.1.19_titeguy3's AI-Kernel modAudio and video extracted from titeguy3's remix mod and have been moved to the followings paths:Audio (ficedula): C:\Square Soft, Inc\Final Fantasy VII\music\Video (regedit): C:\Square Soft, Inc\Final Fantasy VII\video\
Code:
OpenGL Settings# ff7_opengl-0.7.8b config file# mod directory# subdirectroy of mods/ where textures will be loaded from# does not affect the old external textures feature, those should still go in textures/mod_path = none# use shaders, if available and supported# turn shaders off to use the OpenGL 1.1 backenduse_shaders = yes# plugins# a movie plugin is required, the music plugin is optional, but required to make FF7Music workmovie_plugin = plugins/ffmpeg_movies.fgpmusic_plugin = plugins/ff7music.fgp# vertex and fragment shadersvert_source = shaders/main.vertfrag_source = shaders/main.frag# YUV fast path shaderyuv_source = shaders/yuv.frag# post-processing shader, used to apply fullscreen effectspost_source = shaders/bloom2.postenable_postprocessing = no# display frames per second counter in upper right cornershow_fps = no# display some real-time debug informationshow_stats = no# set the window size (and fullscreen resolution) of FF7# 0 means use original resolution (whatever ff7.exe provides)# preserve_aspect adds black borders as needed to preserve a 4:3 aspect ratiowindow_size_x = 1280window_size_y = 800preserve_aspect = yesfullscreen = no# prevent glitches due to rounding errors by rendering in the nearest (larger, if supported)# multiple of the original resolution and up/down-scalingprevent_rounding_errors = yes# check your driver settings if this option doesn't seem to workenable_vsync = yes# limit snowboard, coaster and highway minigames to refresh rate / 2, i.e. 30fps for a 60hz display mode# vsync must be enabled and working for this to have any effectminigame_framelimiter = on# same thing, but for the battle swirlbattleswirl_framelimiter = off# replace FF7's default framelimiter timer sourceuse_new_timer = yes# use a more stable (but less accurate) timer to control FF7's framelimiter# this option has no effect unless the use_new_timer option is onuse_stable_timer = no# allow FF7 to use linear filtering for its textures# some things look slightly better with this option on, but alot of textures just lose their detaillinear_filter = off# make all dialog boxes transparent, same effect as the transparent dialog boxes YAMP patchtransparent_dialogs = off# allow max hp/mp to go over 9999, same effect as the YAMP patch by dziugobreak_9999limit = no# include armor in magic defense calculationmdef_fix = yes# expand battle viewport to cover entire screen and make the battle menu transparentnew_battle_interface = yes# enable alpha blending for textures without an existing blending effectfancy_transparency = on# store external textures in a compressed cache for increased performance# compression is not lossless, some artifacts may appear when this option is in use# texture cache does NOT update automatically if the source image changes, however, deleting anything from the cache# will cause that file to be recreated from the sourcecompress_textures = yes# read files directly instead of using LGP archives# for example; if FF7 is looking for aaab.rsd in char.lgp, this option will make it open direct/char/aaab.rsd first,# if this file doesn't exist it will look for the original in the LGP archive# this option should be used for testing only, performance will take a hitdirect_mode = off# show every failed attempt at loading a .png texture# this option is for modders only, it's useful to find out which texture to replace and which palettes it needsshow_missing_textures = no
Code:
NVIDIA Settings---3D SETTINGS---*Use Advanced 3D image settingsAmbient Occlusion...........................offAnisotropic filtering.......................application controlledAntialiasing - Gamma correction.............offAntialiasing - Mode.........................application controlledAntialiasing - Setting......................application controlledAntialiasing - Transparency.................supersamplingConformant texture clamp....................use hardwareError reporting.............................offExtension limit.............................offForce mipmaps...............................noneMaximum pre-rendered frames.................3Multi-display/mixed-GPU acceleration........multiple display performance modeTexture filtering - Anisotropic sample......offTexture filtering - Negative LOD bias.......allowTexture filtering - Quality.................High qualityTexture filtering - Trilinear optimization..offThreaded optimization.......................autoTriple buffering............................offVertical sync...............................use the 3D application settingPhysX GPU acceleration is...................enabledDisplay resolution..........................1440 by 900Color quality...............................highest (32-bit color)When using resolution lower than the native display....Use NVIDIA scalingColor....................other applications control color settingsBrightness...............50%Contrast.................50%Gamma....................1.00Enhancements.............Digital vibrance...0%How do you make color adjustments?.........with the video player settingsEdge Enhancement...........................use the video player settingNoise reduction............................use the NVIDIA setting (100%)
Code:
------------------System Information------------------Time of this report: 6/28/2010, 14:24:27 Machine name: OWENAY-PC Operating System: Windows Vista™ Home Premium (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.100218-0019) Language: English (Regional Setting: English)System Manufacturer: Dell Inc. System Model: XPS M1530 BIOS: Phoenix ROM BIOS PLUS Version 1.10 A09 Processor: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz (2 CPUs), ~2.4GHz Memory: 3582MB RAM Page File: 1407MB used, 5960MB available Windows Dir: C:\Windows DirectX Version: DirectX 11DX Setup Parameters: Not found DxDiag Version: 7.00.6002.18107 32bit 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: NVIDIA GeForce 8600M GT Manufacturer: NVIDIA Chip type: GeForce 8600M GT DAC type: Integrated RAMDAC Device Key: Enum\PCI\VEN_10DE&DEV_0407&SUBSYS_022E1028&REV_A1 Display Memory: 1778 MB Dedicated Memory: 243 MB Shared Memory: 1535 MB Current Mode: 1440 x 900 (32 bit) (60Hz) Monitor: Generic PnP Monitor Driver Name: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll Driver Version: 8.15.0011.8621 (English) DDI Version: 10 BGRA Supported: YesDriver Attributes: Final Retail Driver Date/Size: 6/16/2009 14:59:00, 7617024 bytes WHQL Logo'd: Yes WHQL Date Stamp: Device Identifier: {D7B71E3E-4747-11CF-3552-252201C2C535} Vendor ID: 0x10DE Device ID: 0x0407 SubSys ID: 0x022E1028 Revision ID: 0x00A1 Revision ID: 0x00A1 Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY {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 {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY {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 {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) 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=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY {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 {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,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= {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,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= {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,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= {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,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= {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,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= {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps= DDraw Status: Enabled D3D Status: Enabled AGP Status: Enabled-------------Sound Devices------------- Description: Speakers / Headphones (SigmaTel High Definition Audio CODEC) Default Sound Playback: Yes Default Voice Playback: Yes Hardware ID: HDAUDIO\FUNC_01&VEN_8384&DEV_7616&SUBSYS_1028022E&REV_1004 Manufacturer ID: 1 Product ID: 100 Type: WDM Driver Name: stwrt.sys Driver Version: 6.10.5614.0000 (English) Driver Attributes: Final Retail WHQL Logo'd: Yes Date and Size: 12/3/2007 00:28:08, 330240 bytes Other Files: Driver Provider: SigmaTel HW Accel Level: Basic Cap Flags: 0xF1F Min/Max Sample Rate: 100, 200000Static/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, NoSensaura(tm) ZoomFX(tm): No Description: HDMI (SigmaTel High Definition Audio CODEC) Default Sound Playback: No Default Voice Playback: No Hardware ID: HDAUDIO\FUNC_01&VEN_8384&DEV_7616&SUBSYS_1028022E&REV_1004 Manufacturer ID: 1 Product ID: 100 Type: WDM Driver Name: stwrt.sys Driver Version: 6.10.5614.0000 (English) Driver Attributes: Final Retail WHQL Logo'd: Yes Date and Size: 12/3/2007 00:28:08, 330240 bytes Other Files: Driver Provider: SigmaTel HW Accel Level: Basic Cap Flags: 0xF1F Min/Max Sample Rate: 100, 200000Static/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, NoSensaura(tm) ZoomFX(tm): No---------------------Sound Capture Devices--------------------- Description: Microphone Array (SigmaTel High Definition Audio CODEC) Default Sound Capture: Yes Default Voice Capture: Yes Driver Name: stwrt.sys Driver Version: 6.10.5614.0000 (English) Driver Attributes: Final Retail Date and Size: 12/3/2007 00:28:08, 330240 bytes Cap Flags: 0x1 Format Flags: 0xFFFFF-------------------DirectInput Devices------------------- Device Name: Mouse Attached: 1 Controller ID: n/aVendor/Product ID: n/a FF Driver: n/a Device Name: Keyboard Attached: 1 Controller ID: n/aVendor/Product ID: n/a FF Driver: n/a Device Name: USB Receiver Attached: 1 Controller ID: 0x0Vendor/Product ID: 0x046D, 0xC51B FF Driver: n/a Device Name: Bluetooth Remote Control HID Device Attached: 1 Controller ID: 0x0Vendor/Product ID: 0xFFFE, 0xFFFE FF Driver: n/aPoll w/ Interrupt: No-----------USB Devices-----------+ USB Root Hub| Vendor/Product ID: 0x8086, 0x2835| Matching Device ID: usb\root_hub| Upper Filters: libusb0| Service: usbhub| Driver: usbhub.sys, 4/11/2009 00:43:16, 196096 bytes| Driver: usbd.sys, 1/20/2008 22:23:03, 5888 bytes----------------Gameport Devices----------------------------PS/2 Devices------------+ Standard PS/2 Keyboard| Matching Device ID: *pnp0303| Service: i8042prt| Driver: i8042prt.sys, 1/20/2008 22:23:20, 54784 bytes| Driver: kbdclass.sys, 1/20/2008 22:23:23, 35384 bytes| + HID Keyboard Device| Vendor/Product ID: 0x0A5C, 0x4502| Matching Device ID: hid_device_system_keyboard| Service: kbdhid| Driver: kbdhid.sys, 4/11/2009 00:38:40, 17408 bytes| Driver: kbdclass.sys, 1/20/2008 22:23:23, 35384 bytes| + Terminal Server Keyboard Driver| Matching Device ID: root\rdp_kbd| Upper Filters: kbdclass| Service: TermDD| Driver: i8042prt.sys, 1/20/2008 22:23:20, 54784 bytes| Driver: kbdclass.sys, 1/20/2008 22:23:23, 35384 bytes| + Dell Touchpad| Matching Device ID: *pnp0f13| Upper Filters: ApfiltrService| Service: i8042prt| Driver: Apfiltr.sys, 9/7/2007 04:50:54, 155136 bytes| Driver: Vxdif.dll, 9/7/2007 04:51:02, 100418 bytes| Driver: Apoint.exe, 9/7/2007 04:50:56, 159744 bytes| Driver: ApntEx.exe, 9/7/2007 04:50:56, 49152 bytes| Driver: Apoint.dll, 9/7/2007 04:50:56, 1499136 bytes| Driver: Elprop.dll, 9/7/2007 04:50:58, 102400 bytes| Driver: EzAuto.dll, 9/7/2007 04:51:00, 69632 bytes| Driver: Uninstap.exe, 9/7/2007 04:51:02, 217088 bytes| Driver: ApInst.dll, 9/7/2007 04:50:54, 45056 bytes| Driver: hidfind.exe, 9/7/2007 04:51:00, 40960 bytes| Driver: ApMsgFwd.exe, 9/7/2007 04:50:54, 50736 bytes| Driver: ApMouCpl.dll, 9/7/2007 04:50:54, 696320 bytes| Driver: DellTPad.exe, 9/7/2007 04:50:56, 5099520 bytes| Driver: WdfCoInstaller01005.dll, 9/7/2007 04:51:02, 1419232 bytes| Driver: i8042prt.sys, 1/20/2008 22:23:20, 54784 bytes| Driver: mouclass.sys, 1/20/2008 22:23:20, 34360 bytes| + HID-compliant mouse| Vendor/Product ID: 0x046D, 0xC51B| Matching Device ID: hid_device_system_mouse| Service: mouhid| Driver: mouhid.sys, 1/20/2008 22:23:20, 15872 bytes| Driver: mouclass.sys, 1/20/2008 22:23:20, 34360 bytes| + HID-compliant mouse| Vendor/Product ID: 0x0A5C, 0x4503| Matching Device ID: hid_device_system_mouse| Service: mouhid| Driver: mouhid.sys, 1/20/2008 22:23:20, 15872 bytes| Driver: mouclass.sys, 1/20/2008 22:23:20, 34360 bytes| + Terminal Server Mouse Driver| Matching Device ID: root\rdp_mou| Upper Filters: mouclass| Service: TermDD| Driver: termdd.sys, 4/11/2009 02:32:52, 53224 bytes| Driver: sermouse.sys, 1/20/2008 22:23:20, 19968 bytes| Driver: mouclass.sys, 1/20/2008 22:23:20, 34360 bytes------------------------Disk & DVD/CD-ROM Drives------------------------ Drive: C: Free Space: 62.9 GBTotal Space: 287.3 GBFile System: NTFS Model: FUJITSU MJA2320BH G2 Drive: D: Free Space: 7.4 GBTotal Space: 15.4 GBFile System: NTFS Model: FUJITSU MJA2320BH G2 Drive: G: Model: ASUS SDRW-08D1S-U USB Device Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (English), 4/11/2009 00:39:17, 67072 bytes Drive: E: Model: Optiarc DVD+-RW AD-7640A ATA Device Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (English), 4/11/2009 00:39:17, 67072 bytes--------------System Devices-------------- Name: Mobile Intel(R) PM965/GM965/GL960 Express PCI Express Root Port - 2A01Device ID: PCI\VEN_8086&DEV_2A01&SUBSYS_022E1028&REV_0C\3&2ACF1E9&0&08 Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:55, 149480 bytes Name: Mobile Intel(R) PM965/GM965/GL960 Express Processor to DRAM Controller - 2A00 Device ID: PCI\VEN_8086&DEV_2A00&SUBSYS_022E1028&REV_0C\3&2ACF1E9&0&00 Driver: n/a Name: Intel(R) ICH8M Ultra ATA Storage Controllers - 2850Device ID: PCI\VEN_8086&DEV_2850&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&F9 Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:49, 14312 bytes Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:52, 43496 bytes Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:26, 19944 bytes Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:42, 109032 bytes Name: High Definition Audio ControllerDevice ID: PCI\VEN_8086&DEV_284B&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&D8 Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:42, 561152 bytes Name: Intel(R) ICH8 Family PCI Express Root Port 5 - 2847Device ID: PCI\VEN_8086&DEV_2847&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&E4 Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:55, 149480 bytes Name: Intel(R) ICH8 Family PCI Express Root Port 2 - 2841Device ID: PCI\VEN_8086&DEV_2841&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&E1 Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:55, 149480 bytes Name: Intel(R) ICH8 Family PCI Express Root Port 1 - 283FDevice ID: PCI\VEN_8086&DEV_283F&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&E0 Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:55, 149480 bytes Name: Intel(R) ICH8 Family SMBus Controller - 283EDevice ID: PCI\VEN_8086&DEV_283E&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&FB Driver: n/a Name: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283ADevice ID: PCI\VEN_8086&DEV_283A&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&D7 Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:52, 39936 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 1/20/2008 22:23:03, 8704 bytes Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 15872 bytes Name: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836Device ID: PCI\VEN_8086&DEV_2836&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&EF Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:52, 39936 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 1/20/2008 22:23:03, 8704 bytes Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 15872 bytes Name: Intel(R) ICH8 Family USB Universal Host Controller - 2835Device ID: PCI\VEN_8086&DEV_2835&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&D1 Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 23552 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Name: Intel(R) ICH8 Family USB Universal Host Controller - 2834Device ID: PCI\VEN_8086&DEV_2834&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&D0 Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 23552 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Name: Intel(R) ICH8 Family USB Universal Host Controller - 2832Device ID: PCI\VEN_8086&DEV_2832&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&EA Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 23552 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Name: Intel(R) ICH8 Family USB Universal Host Controller - 2831Device ID: PCI\VEN_8086&DEV_2831&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&E9 Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 23552 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Name: Intel(R) ICH8 Family USB Universal Host Controller - 2830Device ID: PCI\VEN_8086&DEV_2830&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&E8 Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:03, 23552 bytes Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 00:42:57, 226304 bytes Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:16, 196096 bytes Name: Intel(R) 82801HEM/HBM SATA AHCI ControllerDevice ID: PCI\VEN_8086&DEV_2829&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&FA Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 7.05.0000.1017 (English), 9/7/2007 05:22:34, 304920 bytes Name: Intel(R) ICH8M LPC Interface Controller - 2815Device ID: PCI\VEN_8086&DEV_2815&SUBSYS_022E1028&REV_02\3&2ACF1E9&0&F8 Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:01, 16440 bytes Name: Intel(R) 82801 PCI Bridge - 2448Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_022E1028&REV_F2\3&2ACF1E9&0&F0 Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 02:32:55, 149480 bytes Name: Dell Wireless 1395 WLAN Mini-CardDevice ID: PCI\VEN_14E4&DEV_4315&SUBSYS_000B1028&REV_01\4&29080D&0&00E1 Driver: C:\Windows\system32\DRIVERS\BCMWL6.SYS, 5.10.0038.0026 (English), 12/18/2008 05:57:10, 1331192 bytes Driver: C:\Windows\system32\bcmihvsrv.dll, 5.10.0038.0026 (English), 12/18/2008 05:56:42, 4157440 bytes Driver: C:\Windows\system32\bcmihvui.dll, 5.10.0038.0026 (English), 12/18/2008 05:56:56, 3850240 bytes Driver: C:\Windows\system32\bcmwlcoi.dll, 5.10.0038.0026 (English), 12/18/2008 05:57:14, 87280 bytes Name: Marvell Yukon 88E8040 PCI-E Fast Ethernet ControllerDevice ID: PCI\VEN_11AB&DEV_4354&SUBSYS_022E1028&REV_12\4&B7EF869&0&00E0 Driver: n/a Name: Ricoh xD-Picture Card ControllerDevice ID: PCI\VEN_1180&DEV_0852&SUBSYS_022E1028&REV_12\4&18162EF2&0&4CF0 Driver: C:\Windows\system32\DRIVERS\rixdptsk.sys, 6.00.0001.0013 (Japanese), 10/23/2008 01:45:58, 38400 bytes Driver: C:\Windows\system32\rixdicon.dll, 1.00.0001.0001 (Japanese), 10/23/2008 01:45:58, 172032 bytes Name: Ricoh SD/MMC Host ControllerDevice ID: PCI\VEN_1180&DEV_0843&SUBSYS_022E1028&REV_12\4&18162EF2&0&4AF0 Driver: C:\Windows\system32\DRIVERS\rimmptsk.sys, 6.00.0003.0005 (Japanese), 10/23/2008 01:45:56, 46592 bytes Name: RICOH OHCI Compliant IEEE 1394 Host ControllerDevice ID: PCI\VEN_1180&DEV_0832&SUBSYS_022E1028&REV_05\4&18162EF2&0&48F0 Driver: C:\Windows\system32\DRIVERS\ohci1394.sys, 6.00.6002.18005 (English), 4/11/2009 00:43:04, 62208 bytes Driver: C:\Windows\system32\DRIVERS\1394bus.sys, 6.00.6001.18000 (English), 1/20/2008 22:23:21, 53376 bytes Name: SDA Standard Compliant SD Host ControllerDevice ID: PCI\VEN_1180&DEV_0822&SUBSYS_022E1028&REV_22\4&18162EF2&0&49F0 Driver: C:\Windows\system32\DRIVERS\sdbus.sys, 6.00.6002.18005 (English), 4/11/2009 00:19:14, 89088 bytes Name: Ricoh Memory Stick ControllerDevice ID: PCI\VEN_1180&DEV_0592&SUBSYS_022E1028&REV_12\4&18162EF2&0&4BF0 Driver: C:\Windows\system32\snymsico.dll, 1.00.0000.9120 (English), 10/23/2008 01:45:54, 90112 bytes Driver: C:\Windows\system32\DRIVERS\rimsptsk.sys, 6.00.0001.0011 (Japanese), 10/23/2008 01:45:54, 43008 bytes Name: NVIDIA GeForce 8600M GT Device ID: PCI\VEN_10DE&DEV_0407&SUBSYS_022E1028&REV_A1\4&267A50E4&0&0008 Driver: C:\Windows\System32\DriverStore\FileRepository\nvdm.inf_5a57d406\NvCplSetupInt.exe, 14.00.0000.0162 (English), 6/16/2009 14:59:00, 38206093 bytes Driver: C:\Windows\system32\DRIVERS\nvBridge.kmd, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 4224 bytes Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 9768640 bytes Driver: C:\Windows\system32\dpinst.exe, 2.01.0000.0000 (English), 9/25/2008 09:31:12, 795104 bytes Driver: C:\Windows\system32\nvapi.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 989696 bytes Driver: C:\Windows\system32\nvcuda.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 1705984 bytes Driver: C:\Windows\system32\nvcuvenc.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 1317408 bytes Driver: C:\Windows\system32\nvcuvid.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 678432 bytes Driver: C:\Windows\system32\nvd3dum.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 7617024 bytes Driver: C:\Windows\system32\nvdisp.nvu, 6/16/2009 14:59:00, 10060 bytes Driver: C:\Windows\system32\nvoglv32.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 10379264 bytes Driver: C:\Windows\system32\nvudisp.exe, 1.03.0028.0006 (English), 6/16/2009 14:59:00, 457248 bytes Driver: C:\Windows\system32\nvwgf2um.dll, 8.15.0011.8621 (English), 6/16/2009 14:59:00, 3154432 bytes Driver: C:\Windows\system32\nvcod.dll, 1.05.0005.0050 (English), 6/16/2009 14:59:00, 151552 bytes Driver: C:\Windows\system32\nvcod155.dll, 1.05.0005.0050 (English), 6/16/2009 14:59:00, 151552 bytes------------------DirectShow Filters------------------DirectShow Filters:QuickTime Audio Decoder Filter,0x00600800,1,1,,WMAudio Decoder DMO,0x00800800,1,1,,WMAPro over S/PDIF DMO,0x00600800,1,1,,WMSpeech Decoder DMO,0x00600800,1,1,,MP3 Decoder DMO,0x00600800,1,1,,Mpeg4s Decoder DMO,0x00800001,1,1,,WMV Screen decoder DMO,0x00600800,1,1,,WMVideo Decoder DMO,0x00800001,1,1,,QuickTime Video Decoder Filter,0x00600800,1,1,,Mpeg43 Decoder DMO,0x00800001,1,1,,Mpeg4 Decoder DMO,0x00800001,1,1,,ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.00.0007.3135Full Screen Renderer,0x00200000,1,0,,6.06.6002.18158ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.00.0007.3135ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.00.0007.3135Multiple File Output,0x00200000,2,2,WMM2FILT.dll,WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.00.0007.3135WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,DV Muxer,0x00400000,0,0,,6.06.6001.18000MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.03.1976.0000Color Space Converter,0x00400001,1,1,,6.06.6002.18158WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,WM ASF Reader,0x00400000,0,0,,11.00.6001.7000DivX AAC Decoder,0x00800000,1,1,daac.ax,7.01.0000.0010Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000AVI Splitter,0x00600000,1,1,,6.06.6002.18158VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6002.18158Microsoft MPEG-2 Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,11.00.6001.7110MainConcept (Adobe2) MPEG Splitter,0x005fffff,1,2,ad2mcspmpeg.ax,1.00.0001.0008MainConcept (Adobe2) MPEG Audio Decoder,0x005fffff,1,1,ad2mcdsmpeg.ax,1.00.0000.0075MainConcept (Adobe2) MPEG Video Decoder,0x005fffff,1,1,ad2mcdsmpeg.ax,1.00.0000.0075AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6002.18005WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,9x8Resize,0x00200000,1,1,WMM2FILT.dll,StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6001.18000WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,Microsoft TV Caption Decoder,0x00200001,1,0,MSTVCapn.dll,6.00.6001.18000MJPEG Decompressor,0x00600000,1,1,,6.06.6002.18158CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.00.6002.18242MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6002.18158SAMI (CC) Parser,0x00400000,1,1,,6.06.6002.18158VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6002.18005WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,MPC - MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.03.1976.0000Microsoft MPEG-2 Video Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000Stretch Video,0x00200000,1,1,WMM2FILT.dll,DivX MKV Demux (unrestricted),0x00200000,0,1,DMFSource.ax,1.00.0002.0006CyberLink MPEG-1 Splitter,0x00805000,1,2,CLM1Splter.ax,2.02.0000.3710CyberLink Audio Decoder (MD3),0x00200000,1,1,CLAud.ax,6.01.0000.4211CyberLink AudioCD Filter (MD3),0x00600000,0,1,CLAudioCD.AX,5.00.0000.3620CyberLink Video Effect (MD3),0x00200000,1,1,CLVidFx.ax,1.00.0000.1523CyberLink Video/SP Decoder (MD3),0x00600000,2,3,CLVSD.ax,6.00.0000.3827CyberLink Line21 Decoder Filter (MD3),0x00200000,0,2,CLLine21.ax,4.00.0000.7602CyberLink Audio Effect (MD3),0x00200000,1,1,claudfx.ax,6.00.0000.2524Cyberlink SubTitle Importor (MD3),0x00200000,1,1,CLSubTitle.ax,1.00.0000.1604Cyberlink Tzan Filter,0x00200000,1,1,CLTzan.ax,1.00.0000.0919CyberLink TimeStretch Filter (MD3),0x00200000,1,1,clauts.ax,1.00.0000.3711CyberLink DVD Navigator (MD3),0x00600000,0,3,CLNavX.ax,6.00.0000.4601CyberLink Demultiplexer (MD3),0x00200000,1,0,CLDemuxer.ax,1.00.0000.3726MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.03.1976.0000CyberLink MPEG-2 Splitter,0x00805000,1,2,CLM2Splter.ax,2.02.0000.3710Internal Script Command Renderer,0x00800001,1,0,,6.06.6002.18158CyberLink MP3 Wrapper-PCM,0x00600000,1,1,CLMP3Wrap.ax,1.00.0000.0000MPEG Audio Decoder,0x03680001,1,1,,6.06.6002.18158_ VSO Preview Filter,0x00200000,0,1,VsoVprev.ax,3.00.0000.0036WavPack Audio Decoder,0x00600000,1,1,WavPackDSDecoder.ax,1.01.0000.0484TrueMotion Decompressor,0x00600001,1,1,tm20dec.ax,2.00.0006.0009DV Splitter,0x00600000,1,2,,6.06.6001.18000Video Mixing Renderer 9,0x00200000,1,0,,6.06.6002.18158Haali Media Splitter,0x00800001,0,1,splitter.ax,1.10.0175.0000Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.10.0175.0000Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,11.00.6001.7000Frame Eater,0x00200000,1,1,WMM2FILT.dll,MPC - MP4 Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1976.0000Allocator Fix,0x00200000,1,1,WMM2FILT.dll,Track2Filter,0x00200000,0,0,Track2Filter.dll,ACM Wrapper,0x00600000,1,1,,6.06.6002.18158madFlac Decoder,0x00600000,1,1,madFlac.ax,1.08.0000.0000Video Renderer,0x00800001,1,0,,6.06.6002.18158MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6001.18000Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,Line 21 Decoder,0x00600000,1,1,,6.06.6002.18005Video Port Manager,0x00600000,2,1,,6.06.6002.18158DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,9.00.0001.0021Video Renderer,0x00400000,1,0,,6.06.6002.18158Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,Proxy Sink,0x00200000,1,0,WMM2FILT.dll,Haali Video Renderer,0x00200000,1,0,dxr.dll,DivX Decoder Filter,0x00800000,1,1,DivXDec.ax,7.01.0001.0014Proxy Source,0x00200000,0,1,WMM2FILT.dll,WM ASF Writer,0x00400000,0,0,,11.00.6001.7000VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6001.18000WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,File writer,0x00200000,1,0,,6.06.6001.18000Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.10.0175.0000DirectVobSub,0x00200000,2,1,vsfilter.dll,2.39.0005.0003DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,2.39.0005.0003DVD Navigator,0x00200000,0,3,,6.06.6002.18005WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,Overlay Mixer2,0x00200000,1,1,,6.06.6002.18005Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.10.0175.0000DivX MKV Demux,0x00600000,0,1,DMFSource.ax,1.00.0002.0006AVI Draw,0x00600064,9,1,,6.06.6002.18158Microsoft MPEG-2 Audio Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6002.18005Record Queue,0x00200000,1,1,WMM2FILT.dll,DV Video Decoder,0x00800000,1,1,,6.06.6001.18000Creative Video Effect,0x00200000,1,1,CTEffect.ax,2.00.0001.0000ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.00.0007.3135SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6002.18005Null Renderer,0x00200000,1,0,qedit.dll,6.06.6002.18005WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,madFlac Source,0x00600000,0,1,madFlac.ax,1.08.0000.0000MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6001.18000Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,11.00.6001.7000WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.03.1976.0000StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6001.18000Smart Tee,0x00200000,1,2,,6.06.6001.18000Overlay Mixer,0x00200000,0,0,,6.06.6002.18005AVI Decompressor,0x00600000,1,1,,6.06.6002.18158WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,NetBridge,0x00200000,2,0,netbridge.dll,6.01.6001.18000AVI/WAV File Source,0x00400000,0,2,,6.06.6002.18158MPC - MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1976.0000WMT Volume,0x00200000,1,1,WMM2FILT.dll,Dump,0x00000000,0,0,,Wave Parser,0x00400000,1,1,,6.06.6002.18158MIDI Parser,0x00400000,1,1,,6.06.6002.18158Multi-file Parser,0x00400000,1,1,,6.06.6002.18158File stream renderer,0x00400000,1,1,,6.06.6002.18158Track1Filter,0x00200000,0,0,Track1Filter.dll,WavPack Audio Splitter,0x00600000,1,1,WavPackDSSplitter.ax,1.01.0000.0323ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.00.0007.3135MPC - Mpeg Splitter (Gabest),0x00400001,1,1,MpegSplitter.ax,1.03.1976.0000WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,CyberLink Video/SP Decoder (ShEX),0x005ffc18,2,3,CLImageVSD.ax,6.00.0000.1625Microsoft MPEG-1/DD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,11.00.6001.7000AVI Mux,0x00200000,1,0,,6.06.6001.18000MPC - MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.03.1976.0000Line 21 Decoder 2,0x00600002,1,1,,6.06.6002.18158File Source (Async.),0x00400000,0,1,,6.06.6002.18158File Source (URL),0x00400000,0,1,,6.06.6002.18158Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.6002.18005AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6001.18000AudioRecorder Wave Form,0x00200000,0,0,,6.00.6001.18000SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6001.18000WebM VP8 Decoder Filter,0x00600000,1,1,vp8decoder.dll,0.09.0007.0000Haali Video Sink,0x00200000,1,0,splitter.ax,1.10.0175.0000Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,CyberLink Audio Wizard,0x00800000,1,1,CLAudWizard.ax,1.00.0000.1215Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6002.18005Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6002.18005MPEG Video Decoder,0x40000001,1,1,,6.06.6002.18158WDM Streaming Tee/Splitter Devices:Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000Video Compressors:WMVideo8 Encoder DMO,0x00600800,1,1,,WMVideo9 Encoder DMO,0x00600800,1,1,,MSScreen 9 encoder DMO,0x00600800,1,1,,DV Video Encoder,0x00200000,0,0,,6.06.6001.18000ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.00.0007.3135MJPEG Compressor,0x00200000,0,0,,6.06.6002.18158Cinepak Codec by Radius,0x00200000,1,1,,6.06.6001.18000DivX 6.9.2 Codec (2 Logical CPUs),0x00200000,1,1,,6.06.6001.18000ffdshow Video Codec,0x00200000,1,1,,6.06.6001.18000Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000Microsoft RLE,0x00200000,1,1,,6.06.6001.18000Microsoft Video 1,0x00200000,1,1,,6.06.6001.18000DivX 6.9.2 YV12 Decoder,0x00200000,1,1,,6.06.6001.18000Audio Compressors:WM Speech Encoder DMO,0x00600800,1,1,,WMAudio Encoder DMO,0x00600800,1,1,,IMA ADPCM,0x00200000,1,1,,6.06.6002.18158PCM,0x00200000,1,1,,6.06.6002.18158Microsoft ADPCM,0x00200000,1,1,,6.06.6002.18158GSM 6.10,0x00200000,1,1,,6.06.6002.18158CCITT A-Law,0x00200000,1,1,,6.06.6002.18158CCITT u-Law,0x00200000,1,1,,6.06.6002.18158MPEG Layer-3,0x00200000,1,1,,6.06.6002.18158Audio Capture Sources:Microphone Array (SigmaTel High,0x00200000,0,0,,6.06.6001.18000Midi Renderers:Default MidiOut Device,0x00800000,1,0,,6.06.6002.18158Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6002.18158WDM Streaming Capture Devices:,0x00000000,0,0,,MicIn,0x00200000,1,1,,6.00.6001.18000,0x00000000,0,0,,Laptop Integrated Webcam,0x00200000,0,1,,6.00.6001.18000WDM Streaming Rendering Devices:HDMI Out,0x00200000,1,1,,6.00.6001.18000,0x00000000,0,0,,Speaker/HP,0x00200000,1,1,,6.00.6001.18000BDA Network Providers:Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6000.16386Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6000.16386Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6000.16386Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6000.16386Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.6002.18005Video Capture Sources:Laptop Integrated Webcam,0x00200000,0,1,,6.00.6001.18000Live! Cam Virtual,0x00200000,0,1,LiveCamVirtual.ocx,1.00.0000.0001Multi-Instance Capable VBI Codecs:VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000BDA Transport Information Renderers:BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.6002.18005MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.6001.18000BDA CP/CA Filters:Decrypt/Tag,0x00600000,1,0,EncDec.dll,6.06.6002.18005Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.6002.18005XDS Codec,0x00200000,0,0,EncDec.dll,6.06.6002.18005WDM Streaming Communication Transforms:Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000Audio Renderers:Speakers / Headphones (SigmaTel,0x00200000,1,0,,6.06.6002.18158CyberLink Audio Renderer (MD3),0x00200000,1,0,CLADR.ax,6.00.0000.2812Default DirectSound Device,0x00800000,1,0,,6.06.6002.18158Default WaveOut Device,0x00200000,1,0,,6.06.6002.18158DirectSound: HDMI (SigmaTel High Definition Audio CODEC),0x00200000,1,0,,6.06.6002.18158DirectSound: Speakers / Headphones (SigmaTel High Definition Audio CODEC),0x00200000,1,0,,6.06.6002.18158HDMI (SigmaTel High Definition ,0x00200000,1,0,,6.06.6002.18158
Code: [Select]
Code:
----APP----INFO: FF7/FF8 OpenGL driver version 0.7.8bINFO: Auto-detected version: FF7 1.02 US EnglishINFO: NVIDIA Corporation GeForce 8600M GT/PCI/SSE2 3.0.0INFO: OpenGL 2.0 support detectedINFO: Found swap_control extensionINFO: Max texture size: 8192x8192INFO: Original resolution 640x480, window size 1280x800, output resolution 1066x800, internal resolution 1280x960INFO: FBO extension detected, using fast scaling/postprocessing pathINFO: FFMpeg movie player plugin loadedINFO: FFMpeg version SVN-r21874, Copyright (c) 2000-2010 Fabrice Bellard, et al.INFO: FF7Music helper plugin loadedLOCK UNLOCK TEST MATRIX INITIALIZE INITIALIZE DD/D3D END initializing sound...creating dsound primary bufferreading audio fileloading static soundssound initializedset music volume: 127set music volume: 127Entering MAINExiting MAINSTART OF CREDITS!!!INFO: C:\Square Soft, Inc\Final Fantasy VII\movies\eidoslogo.avi; rawvideo/null 364x353, 15.000000 FPS, duration: 0.066667, frames: 1INFO: C:\Square Soft, Inc\Final Fantasy VII\movies\sqlogo.avi; mpeg4/mp3 640x480, 15.000000 FPS, duration: 247.466667, frames: 3712set music volume trans: 127->0, step=60END OF CREDITS!!!Entering MAINset music volume: 127Exiting MAINSTART OF MENU SYSTEM!!!END OF MENU SYSTEM!!!Entering MAINExiting MAINField StartINFO: C:\Square Soft, Inc\Final Fantasy VII\movies\opening.avi; mpeg4/mp3 1280x960, 15.000000 FPS, duration: 119.400000, frames: 1791Entering MAINExiting MAINSTART OF MENU SYSTEM!!!END OF MENU SYSTEM!!!Entering MAINExiting MAINField StartField QuitEntering MAINExiting MAINEntering FRAME_INITIALIZE SWIRLExitting FRAME_INITIALIZE SWIRLSwirl sound_effect1stop_soundEnd of Swirl sound_effect1Entering FRAME_QUIT SWIRLExitting FRAME_QUIT SWIRLEntering MAINExiting MAIN[BATTLE] Entering FRAME_INITIALIZE[BATTLE] Scene# 300[BATTLE] Exitting FRAME_INITIALIZE[BATTLE] Begin main battle loop[BATTLE] End of current battle[BATTLE] Begin end battle stuffstop_sound[BATTLE] Entering FRAME_QUIT[BATTLE] endof battle.[BATTLE] Exitting FRAME_QUITEntering MAINExiting MAINSTART OF MENU SYSTEM!!!END OF MENU SYSTEM!!!Entering MAINExiting MAINField Startcross play music: 0set music volume trans: 127->0, step=4set music volume: 127WM_CLOSE Field QuitUNINITIALIZE DD END UNINITIALIZE DD