Unhandled Exception

Post bug reports and ask for game support here.

Moderator: MOD_Slitherine

Post Reply
darrellb9
Posts: 147
Joined: Sun Mar 05, 2006 7:34 pm

Unhandled Exception

Post by darrellb9 »

After I play the game for awhile the following will happen. I will select a unit, right click on the square I want to move to, left click on the move button. At this point the button has a picture of a larger mouse pointer on it and the normal mouse pointer is moving but clicking does nothing. I have to alt-tab out of the game at which point I get a small dialog:

Title: Error
Text: x>=0 \Dev\Bbc\Util\AStar.cpp(111)

This dialog just has an OK button and clicking it brings up the next dialog:

Title: BA:BA.exe - Fatal Application Exit
Text: ***Unhandled Exception! ExpCode: 0x80000003 ExpFlags: 0 ExpAddress: 0x7C90120E

This happens pretty much every time I play for more than a couple turns but didn't seem to be an issue during the tutorials or first few smaller intro scenarios.

Really like the game btw. Well into the 2nd campaign now, just careful to save every turn :)

DxDiag results attached.

Attachments
dxdiag.zip
(63 KiB) Downloaded 13 times
User avatar
PipFromSlitherine
Posts: 1475
Joined: Wed Jun 23, 2010 7:11 pm

RE: Unhandled Exception

Post by PipFromSlitherine »

That is very odd. Obviously not a problem we have seen before. Are you running any kind of unusual monitor arrangement? I ask because it's possible (although in theory it should handle it) that it's getting odd mouse coordinates?

It's obviously not some special case, but something symptomatic of case we haven't seen before. I will see whether anything obvious jumps out around those areas of code which might be being called.

Cheers

Pip
follow me on Twitter here
darrellb9
Posts: 147
Joined: Sun Mar 05, 2006 7:34 pm

RE: Unhandled Exception

Post by darrellb9 »

No unusual monitor arrangement.

I do have a mouse that occasionally seems to throw a double click when I single click if that might somehow cause a problem.

User avatar
PipFromSlitherine
Posts: 1475
Joined: Wed Jun 23, 2010 7:11 pm

RE: Unhandled Exception

Post by PipFromSlitherine »

That shouldn't make a difference. But if it's injecting messages where it wouldn't usually be possible, who knows! I have added in some extra checking and I'll try and send you a quick update EXE once I have one that I am happy with.

Thanks for your helps.

Cheers

Pip
follow me on Twitter here
User avatar
patchogue
Posts: 140
Joined: Sun Jun 15, 2008 11:34 am

RE: Unhandled Exception

Post by patchogue »

I have received a similar message after the update ran: expCode 0x00000005 ExpFlags: 0 ExpAddress 0x64369F5B
"It takes three years to build a ship, it takes three centuries to build a tradition"
Admiral Andrew Cunningham
1941
User avatar
PipFromSlitherine
Posts: 1475
Joined: Wed Jun 23, 2010 7:11 pm

RE: Unhandled Exception

Post by PipFromSlitherine »

Can you please post the My Documents\My Games\BBCBA\error.log contents immediately after the crash occurs, as it can help us work out what is happening.

Please also post your system spec.

Thanks

Pip
follow me on Twitter here
User avatar
patchogue
Posts: 140
Joined: Sun Jun 15, 2008 11:34 am

RE: Unhandled Exception

Post by patchogue »

CPU String: GenuineIntel
Stepping ID = 10
Model = 7
Family = 6
Extended model = 1
CLFLUSH cache line size = 64
CPU Brand String: Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz
Cache Size = 3072K
UNKNOWN TAGS IN: Config\system.txt
Unknown Tag: MOVIEMODE
Unknown Tag: DYNAMICENV
Unknown Tag: LAYOUTKILLSENEMYX,
END: Config\system.txt
Found DirectX Version Number: 4.09.00.0904
######## EXCEPTION: 0xC0000005 at address: 0x64369F5B
C:\Program Files\Slitherine\Battlefield Academy;C:\Program Files\Slitherine\Battlefield Academy;C:\Windows
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
IID_ITextHost2
CreateTextServices
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
0: SymGetSymFromAddr64(): GetLastError = 487
REExtendedRegisterClass
RichEditANSIWndProc
GetWindowLongW
GetWindowLongW
ReleaseDC
WCSToMBEx
KiUserCallbackDispatcher
SendMessageA
PatchNotesDialogCallback
c:\dev\bbc\legion2\platform_windows.cpp(704) : +0 bytes (PatchNotesDialogCallback) 0
GetWindowLongW
DefDlgProcW
ActivateKeyboardLayout
DefDlgProcA
GetWindowLongW
GetWindowLongW
ReleaseDC
WCSToMBEx
KiUserCallbackDispatcher
GetCapture
SoundSentry
DialogBoxIndirectParamAorW
DialogBoxParamA
EntryPoint
c:\dev\bbc\legion2\system.cpp(484) : +40 bytes (EntryPoint) 0
WinMain
c:\dev\bbc\legion2\platform_windows.cpp(433) : +30 bytes (WinMain) 0
WinMainCRTStartup
f:\vs70builds\3077\vc\crtbld\crt\src\crtexe.c(390) : +27 bytes (WinMainCRTStartup) 0
BaseThreadInitThunk
RtlInitializeExceptionChain
RtlInitializeExceptionChain
"It takes three years to build a ship, it takes three centuries to build a tradition"
Admiral Andrew Cunningham
1941
User avatar
PipFromSlitherine
Posts: 1475
Joined: Wed Jun 23, 2010 7:11 pm

RE: Unhandled Exception

Post by PipFromSlitherine »

What version of windows are you running on? It looks like it is dying inside the Richedit window, which is a standard windows component.

Cheers

Pip
follow me on Twitter here
User avatar
patchogue
Posts: 140
Joined: Sun Jun 15, 2008 11:34 am

RE: Unhandled Exception

Post by patchogue »

Vista Home - but it's working this morning! Don't know if the shut down and turning on has solved the problem.
"It takes three years to build a ship, it takes three centuries to build a tradition"
Admiral Andrew Cunningham
1941
User avatar
IainMcNeil
Posts: 2784
Joined: Tue Oct 26, 2004 10:01 am
Location: London
Contact:

RE: Unhandled Exception

Post by IainMcNeil »

On PC - if in doubt reboot!
Iain McNeil
Director
Matrix Games
treadhead46
Posts: 13
Joined: Mon Jun 23, 2003 4:07 am
Location: Michigan

RE: Unhandled Exception

Post by treadhead46 »

I am having the same problem. I am running WXP. what is the solution to this?????
User avatar
IainMcNeil
Posts: 2784
Joined: Tue Oct 26, 2004 10:01 am
Location: London
Contact:

RE: Unhandled Exception

Post by IainMcNeil »

When exactly does it happen and what are your system specs? Unhandled exceptions just mean its broken in some way and there is probably no relation to the previous users post, who just had some corrupt memory that was fixed on rebooting.
Iain McNeil
Director
Matrix Games
treadhead46
Posts: 13
Joined: Mon Jun 23, 2003 4:07 am
Location: Michigan

RE: Unhandled Exception...hope this helps

Post by treadhead46 »

------------------
System Information
------------------
Time of this report: 1/27/2011, 18:13:16
Machine name: WINDOWS-9454B37
Operating System: Windows XP Home Edition (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.100427-1636)
Language: English (Regional Setting: English)
System Manufacturer: Dell Computer Corporation
System Model: Dimension 2350
BIOS: Phoenix - AwardBIOS v6.00PG
Processor: Intel(R) Pentium(R) 4 CPU 2.20GHz
Memory: 1022MB RAM
Page File: 425MB used, 882MB 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: No problems found.
Display Tab 1: No problems found. 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 (n/a)
DirectMusic: 0/5 (n/a)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)

---------------
Display Devices
---------------
Card name: Intel(R) 82845G/GL/GE/PE/GV Graphics Controller
Manufacturer: Intel Corporation
Chip type: Intel(R) 82845G Graphics Controller
DAC type: Internal
Device Key: Enum\PCI\VEN_8086&DEV_2562&SUBSYS_01471028&REV_03
Display Memory: 64.0 MB
Current Mode: 800 x 600 (32 bit) (60Hz)
Monitor: Default Monitor
Monitor Max Res:
Driver Name: ialmrnt5.dll
Driver Version: 6.14.0010.4342 (English)
DDI Version: 9 (or higher)
Driver Attributes: Final Retail
Driver Date/Size: 6/22/2005 00:04:48, 38016 bytes
WHQL Logo'd: Yes
WHQL Date Stamp: n/a
VDD: n/a
Mini VDD: ialmnt5.sys
Mini VDD Date: 6/22/2005 00:12:34, 807998 bytes
Device Identifier: {D7B78E66-6622-11CF-6E63-4D21A2C2CB35}
Vendor ID: 0x8086
Device ID: 0x2562
SubSys ID: 0x01471028
Revision ID: 0x0003
Revision ID: 0x0003
Video Accel:
Deinterlace Caps: n/a
Registry: OK
DDraw Status: Enabled
D3D Status: Enabled
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: SoundMAX Digital Audio
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: PCI\VEN_8086&DEV_24C5&SUBSYS_01471028&REV_02
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: smwdm.sys
Driver Version: 5.12.0001.3538 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 12/19/2002 17:48:48, 539008 bytes
Other Files:
Driver Provider: Analog Devices
HW Accel Level: Full
Cap Flags: 0xB5B
Min/Max Sample Rate: 8000, 48000
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
Registry: OK
Sound Test Result: Not run

---------------------
Sound Capture Devices
---------------------
Description: SoundMAX Digital Audio
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: smwdm.sys
Driver Version: 5.12.0001.3538 (English)
Driver Attributes: Final Retail
Date and Size: 12/19/2002 17:48:48, 539008 bytes
Cap Flags: 0x41
Format Flags: 0xCCC

-----------
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
SoundMAX Digital Audio, Software (Kernel Mode), Output, DLS, Internal
Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
Registry: OK
Test Result: Not run

-------------------
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: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC31C
FF Driver: n/a

Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC31C
FF Driver: n/a

Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC31C
FF Driver: n/a

Poll w/ Interrupt: No
Registry: OK

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x24C2
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 4/14/2008 00:15:38, 59520 bytes
| Driver: usbd.sys, 8/4/2004 05:00:00, 4736 bytes

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

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x046D, 0xC31C
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 4/14/2008 00:09:50, 14592 bytes
| Driver: kbdclass.sys, 4/14/2008 00:09:48, 24576 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: termdd.sys, 4/14/2008 05:43:22, 40840 bytes
| Driver: kbdclass.sys, 4/14/2008 00:09:48, 24576 bytes
|
+ PS/2 Compatible Mouse
| Matching Device ID: *pnp0f13
| Service: i8042prt
| Driver: i8042prt.sys, 4/14/2008 00:48:02, 52480 bytes
| Driver: mouclass.sys, 4/14/2008 00:09:48, 23040 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 4/14/2008 05:43:22, 40840 bytes
| Driver: mouclass.sys, 4/14/2008 00:09:48, 23040 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: Not run, Half Duplex: Not run, Mic: Not run
DirectPlay Test Result: Not run
Registry: OK

-------------------
DirectPlay Adapters
-------------------
DirectPlay8 Modem Service Provider: BCM V.92 56K Modem
DirectPlay8 Serial Service Provider: COM1
DirectPlay8 Serial Service Provider: COM3
DirectPlay8 TCP/IP Service Provider: Wireless Network Connection - IPv4 -

-----------------------
DirectPlay Voice Codecs
-----------------------
Voxware VR12 1.4kbit/s
Voxware SC06 6.4kbit/s
Voxware SC03 3.2kbit/s
MS-PCM 64 kbit/s
MS-ADPCM 32.8 kbit/s
Microsoft GSM 6.10 13 kbit/s
TrueSpeech(TM) 8.6 kbit/s

-------------------------
DirectPlay Lobbyable Apps
-------------------------

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 28.9 GB
Total Space: 38.2 GB
File System: NTFS
Model: WDC WD400EB-75CPF0

Drive: D:
Model: SAMSUNG CD-ROM SC-148C
Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/14/2008 00:10:48, 62976 bytes

Drive: E:
Model: HL-DT-ST RW/DVD GCC-4480B
Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/14/2008 00:10:48, 62976 bytes

--------------
System Devices
--------------
Name: Intel(R) 82845G/GL/GE/PE/GV Graphics Controller
Device ID: PCI\VEN_8086&DEV_2562&SUBSYS_01471028&REV_03\3&13C0B0C5&0&10
Driver: C:\WINDOWS\system32\DRIVERS\ialmnt5.sys, 6.14.0010.4342 (English), 6/22/2005 00:12:34, 807998 bytes
Driver: C:\WINDOWS\system32\ialmrnt5.dll, 6.14.0010.4342 (English), 6/22/2005 00:04:48, 38016 bytes
Driver: C:\WINDOWS\system32\ialmdnt5.dll, 6.14.0010.4342 (English), 6/22/2005 00:04:42, 108157 bytes
Driver: C:\WINDOWS\system32\ialmdev5.dll, 6.14.0010.4342 (English), 6/22/2005 00:04:32, 178844 bytes
Driver: C:\WINDOWS\system32\ialmdd5.dll, 6.14.0010.4342 (English), 6/22/2005 00:11:50, 879228 bytes
Driver: C:\WINDOWS\system32\hccutils.dll, 3.00.0000.4342 (English), 6/21/2005 23:43:38, 118784 bytes
Driver: C:\WINDOWS\system32\igfxsrvc.dll, 3.00.0000.4342 (English), 6/21/2005 23:44:12, 348160 bytes
Driver: C:\WINDOWS\system32\igfxpph.dll, 3.00.0000.4342 (English), 6/21/2005 23:47:56, 225280 bytes
Driver: C:\WINDOWS\system32\igfxeud.dll, 3.00.0000.4342 (English), 6/21/2005 23:47:28, 225280 bytes
Driver: C:\WINDOWS\system32\igfxcpl.cpl, 3.00.0000.4342 (English), 6/21/2005 23:46:18, 94208 bytes
Driver: C:\WINDOWS\system32\igfxcfg.exe, 3.00.0000.4342 (English), 6/21/2005 23:46:08, 503808 bytes
Driver: C:\WINDOWS\system32\igfxdiag.exe, 3.00.0000.4342 (English), 6/21/2005 23:46:46, 151552 bytes
Driver: C:\WINDOWS\system32\igfxdgps.dll, 3.00.0000.4342 (English), 6/21/2005 23:46:50, 45056 bytes
Driver: C:\WINDOWS\system32\igfxdev.dll, 3.00.0000.4342 (English), 6/21/2005 23:43:32, 139264 bytes
Driver: C:\WINDOWS\system32\igfxdo.dll, 3.00.0000.4342 (English), 6/21/2005 23:43:16, 86016 bytes
Driver: C:\WINDOWS\system32\igfxrenu.lrc, 3.00.0000.4342 (English), 6/21/2005 23:43:44, 163840 bytes
Driver: C:\WINDOWS\system32\igfxhenu.lhp, 6/21/2005 23:49:16, 57801 bytes
Driver: C:\WINDOWS\system32\igfxtray.exe, 3.00.0000.4342 (English), 6/21/2005 23:48:18, 155648 bytes
Driver: C:\WINDOWS\system32\igfxzoom.exe, 3.00.0000.4342 (English), 6/21/2005 23:48:58, 114688 bytes
Driver: C:\WINDOWS\system32\igfxhk.dll, 3.00.0000.4342 (English), 6/21/2005 23:44:22, 126976 bytes
Driver: C:\WINDOWS\system32\hkcmd.exe, 3.00.0000.4342 (English), 6/21/2005 23:44:34, 126976 bytes
Driver: C:\WINDOWS\system32\igfxress.dll, 3.00.0000.4342 (English), 6/21/2005 23:43:52, 1245184 bytes
Driver: C:\WINDOWS\system32\igfxhchs.lhp, 6/21/2005 23:49:08, 58430 bytes
Driver: C:\WINDOWS\system32\igfxhcht.lhp, 6/21/2005 23:49:10, 59354 bytes
Driver: C:\WINDOWS\system32\igfxhdeu.lhp, 6/21/2005 23:49:12, 62339 bytes
Driver: C:\WINDOWS\system32\igfxhesp.lhp, 6/21/2005 23:49:16, 60786 bytes
Driver: C:\WINDOWS\system32\igfxhfra.lhp, 6/21/2005 23:49:18, 62454 bytes
Driver: C:\WINDOWS\system32\igfxhita.lhp, 6/21/2005 23:49:22, 59687 bytes
Driver: C:\WINDOWS\system32\igfxhjpn.lhp, 6/21/2005 23:49:24, 62578 bytes
Driver: C:\WINDOWS\system32\igfxhkor.lhp, 6/21/2005 23:49:26, 66013 bytes
Driver: C:\WINDOWS\system32\igfxhptb.lhp, 6/21/2005 23:49:30, 61839 bytes
Driver: C:\WINDOWS\system32\igfxhtha.lhp, 6/21/2005 23:49:34, 62836 bytes
Driver: C:\WINDOWS\system32\igfxrchs.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:08, 143360 bytes
Driver: C:\WINDOWS\system32\igfxrcht.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:08, 143360 bytes
Driver: C:\WINDOWS\system32\igfxrdeu.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:12, 167936 bytes
Driver: C:\WINDOWS\system32\igfxresp.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:16, 172032 bytes
Driver: C:\WINDOWS\system32\igfxrfra.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:18, 167936 bytes
Driver: C:\WINDOWS\system32\igfxrita.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:22, 167936 bytes
Driver: C:\WINDOWS\system32\igfxrjpn.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:24, 151552 bytes
Driver: C:\WINDOWS\system32\igfxrkor.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:24, 147456 bytes
Driver: C:\WINDOWS\system32\igfxrptb.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:30, 167936 bytes
Driver: C:\WINDOWS\system32\igfxrtha.lrc, 3.00.0000.4342 (English), 6/21/2005 23:49:34, 163840 bytes
Driver: C:\WINDOWS\system32\igfxext.exe, 3.00.0000.4342 (English), 6/21/2005 23:48:26, 106496 bytes
Driver: C:\WINDOWS\system32\igfxexps.dll, 3.00.0000.4342 (English), 6/21/2005 23:48:28, 36864 bytes
Driver: C:\WINDOWS\system32\ialmrem.dll, 6.14.0010.4342 (English), 6/22/2005 00:04:44, 49152 bytes
Driver: C:\WINDOWS\system32\ialmgicd.dll, 6.14.0010.4342 (English), 6/21/2005 23:55:24, 2289664 bytes
Driver: C:\WINDOWS\system32\ialmgdev.dll, 6.14.0010.4342 (English), 6/21/2005 23:57:12, 516096 bytes
Driver: C:\WINDOWS\system32\iAlmCoIn_v4342.dll, 1.00.1000.0001 (English), 6/22/2005 00:04:44, 61440 bytes

Name: Intel(R) 82845G/GL/GE/PE/GV/E Processor to I/O Controller - 2560
Device ID: PCI\VEN_8086&DEV_2560&SUBSYS_00000000&REV_03\3&13C0B0C5&0&00
Driver: n/a

Name: Intel(R) 82801DB/DBM USB 2.0 Enhanced Host Controller - 24CD
Device ID: PCI\VEN_8086&DEV_24CD&SUBSYS_01471028&REV_02\3&13C0B0C5&0&EF
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 (English), 4/14/2008 05:42:10, 74240 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 05:41:56, 7168 bytes

Name: Intel(R) 82801DB Ultra ATA Storage Controller - 24CB
Device ID: PCI\VEN_8086&DEV_24CB&SUBSYS_01471028&REV_02\3&13C0B0C5&0&F9
Driver: C:\WINDOWS\system32\DRIVERS\intelide.sys, 5.01.2600.5512 (English), 4/14/2008 00:10:30, 5504 bytes
Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (English), 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

Name: Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7
Device ID: PCI\VEN_8086&DEV_24C7&SUBSYS_01471028&REV_02\3&13C0B0C5&0&EA
Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 20608 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 (English), 4/14/2008 05:42:10, 74240 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

Name: SoundMAX Integrated Digital Audio
Device ID: PCI\VEN_8086&DEV_24C5&SUBSYS_01471028&REV_02\3&13C0B0C5&0&FD
Driver: n/a

Name: Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4
Device ID: PCI\VEN_8086&DEV_24C4&SUBSYS_01471028&REV_02\3&13C0B0C5&0&E9
Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 20608 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 (English), 4/14/2008 05:42:10, 74240 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

Name: Intel(R) 82801DB/DBM SMBus Controller - 24C3
Device ID: PCI\VEN_8086&DEV_24C3&SUBSYS_01471028&REV_02\3&13C0B0C5&0&FB
Driver: n/a

Name: Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2
Device ID: PCI\VEN_8086&DEV_24C2&SUBSYS_01471028&REV_02\3&13C0B0C5&0&E8
Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:36, 20608 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 (English), 4/14/2008 05:42:10, 74240 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 00:15:38, 59520 bytes

Name: Intel(R) 82801DB LPC Interface Controller - 24C0
Device ID: PCI\VEN_8086&DEV_24C0&SUBSYS_00000000&REV_02\3&13C0B0C5&0&F8
Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.5512 (English), 4/14/2008 00:06:42, 37248 bytes

Name: Intel(R) 82801 PCI Bridge - 244E
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_82\3&13C0B0C5&0&F0
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 00:06:46, 68224 bytes

Name: D-Link AirPlus G DWL-G510 Wireless PCI Adapter(rev.B)
Device ID: PCI\VEN_168C&DEV_001A&SUBSYS_3A161186&REV_01\4&1A671D0C&0&20F0
Driver: C:\WINDOWS\system32\DRIVERS\A3AB.sys, 5.03.0000.0046 (English), 5/23/2007 04:15:00, 547744 bytes
Driver: C:\WINDOWS\system32\DWLInst.dll, 1.00.0002.50503 (English), 5/28/2007 11:32:00, 24576 bytes

Name: Broadcom 440x 10/100 Integrated Controller
Device ID: PCI\VEN_14E4&DEV_4401&SUBSYS_81271028&REV_01\4&1A671D0C&0&48F0
Driver: C:\WINDOWS\system32\DRIVERS\bcm4sbxp.sys, 3.63.0000.0000 (English), 6/30/2003 18:11:52, 43136 bytes

Name: BCM V.92 56K Modem
Device ID: PCI\VEN_14E4&DEV_4212&SUBSYS_00011028&REV_02\4&1A671D0C&0&30F0
Driver: n/a

------------------
DirectX Components
------------------
ddraw.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:52 279552 bytes
ddrawex.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:52 27136 bytes
dxapi.sys: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 10496 bytes
d3d8.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:52 1179648 bytes
d3d8thk.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:52 8192 bytes
d3d9.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:52 1689088 bytes
d3dim.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 436224 bytes
d3dim700.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:52 824320 bytes
d3dramp.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 590336 bytes
d3drm.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 350208 bytes
d3dxof.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 47616 bytes
d3dpmesh.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 34816 bytes
dplay.dll: 5.00.2134.0001 English Final Retail 8/4/2004 05:00:00 33040 bytes
dplayx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 229888 bytes
dpmodemx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 23552 bytes
dpwsock.dll: 5.00.2134.0001 English Final Retail 8/4/2004 05:00:00 42768 bytes
dpwsockx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 57344 bytes
dplaysvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:18 29696 bytes
dpnsvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:18 17920 bytes
dpnet.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 375296 bytes
dpnlobby.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:39:22 3072 bytes
dpnaddr.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:39:20 3072 bytes
dpvoice.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 212480 bytes
dpvsetup.exe: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:20 83456 bytes
dpvvox.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 116736 bytes
dpvacm.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 21504 bytes
dpnhpast.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 35328 bytes
dpnhupnp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 60928 bytes
dpserial.dll: 5.00.2134.0001 English Final Retail 8/4/2004 05:00:00 53520 bytes
dinput.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 158720 bytes
dinput8.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 181760 bytes
dimap.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 44032 bytes
diactfrm.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 394240 bytes
joy.cpl: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:42 68608 bytes
gcdef.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 76800 bytes
pid.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:04 35328 bytes
dsound.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 367616 bytes
dsound3d.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 1293824 bytes
dswave.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 19456 bytes
dsdmo.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 181248 bytes
dsdmoprp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 71680 bytes
dmusic.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 104448 bytes
dmband.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 28672 bytes
dmcompos.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 61440 bytes
dmime.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 181248 bytes
dmloader.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 35840 bytes
dmstyle.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 105984 bytes
dmsynth.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 103424 bytes
dmscript.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 82432 bytes
dx7vb.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 619008 bytes
dx8vb.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 1227264 bytes
dxdiagn.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 2113536 bytes
mfc40.dll: 4.01.0000.6151 English Beta Retail 9/18/2010 01:53:25 954368 bytes
mfc42.dll: 6.02.8073.0000 English Final Retail 9/18/2010 01:53:25 974848 bytes
wsock32.dll: 5.01.2600.5512 English Final Retail 4/14/2008 05:42:12 22528 bytes
amstream.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:41:50 70656 bytes
devenum.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:41:52 59904 bytes
dxmasf.dll: 6.04.0009.1133 English Final Retail 4/14/2008 05:41:54 498742 bytes
mciqtz32.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:41:58 35328 bytes
mpg2splt.ax: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:44 148992 bytes
msdmo.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:00 14336 bytes
encapi.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:54 20480 bytes
qasf.dll: 9.00.0000.4503 English Final Retail 4/14/2008 05:42:04 237568 bytes
qcap.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:04 192512 bytes
qdv.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:04 279040 bytes
qdvd.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:04 386048 bytes
qedit.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:04 562176 bytes
qedwipes.dll: 6.05.2600.5512 English Final Retail 4/13/2008 22:51:34 733696 bytes
quartz.dll: 6.05.2600.5933 English Final Retail 2/5/2010 13:27:45 1291776 bytes
strmdll.dll: 4.01.0000.3938 English Final Retail 8/26/2009 03:00:21 247326 bytes
iac25_32.ax: 2.00.0005.0053 English Final Retail 4/14/2008 05:42:44 199680 bytes
ir41_32.ax: 4.51.0016.0003 English Final Retail 4/14/2008 05:42:44 848384 bytes
ir41_qc.dll: 4.30.0062.0002 English Final Retail 4/14/2008 05:41:56 120320 bytes
ir41_qcx.dll: 4.30.0064.0001 English Final Retail 4/14/2008 05:41:56 338432 bytes
ir50_32.dll: 5.2562.0015.0055 English Final Retail 4/14/2008 05:41:56 755200 bytes
ir50_qc.dll: 5.00.0063.0048 English Final Retail 4/14/2008 05:41:56 200192 bytes
ir50_qcx.dll: 5.00.0064.0048 English Final Retail 4/14/2008 05:41:56 183808 bytes
ivfsrc.ax: 5.10.0002.0051 English Final Retail 4/14/2008 05:42:44 154624 bytes
mswebdvd.dll: 6.05.2600.5857 English Final Retail 8/5/2009 04:01:48 204800 bytes
ks.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:46:38 141056 bytes
ksproxy.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 129536 bytes
ksuser.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:58 4096 bytes
stream.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:15:16 49408 bytes
mspclock.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:09:52 5376 bytes
mspqm.sys: 5.01.2600.5512 English Final Retail 4/14/2008 00:09:52 4992 bytes
mskssrv.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:09:54 7552 bytes
swenum.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:09:54 4352 bytes
mpeg2data.ax: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:44 118272 bytes
msvidctl.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:42:02 1428992 bytes
vbisurf.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 30208 bytes
msyuv.dll: 5.03.2600.5908 English Final Retail 11/27/2009 12:11:44 17920 bytes
wstdecod.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:12 50688 bytes

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

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,,
WMSpeech Decoder DMO,0x00600800,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.5933
DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.5512
Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.5933
WM ASF Reader,0x00400000,0,0,qasf.dll,9.00.0000.4503
AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.5933
WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.5933
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.5933
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.5933
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.06.0000.0052
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.5512
ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5933
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.5933
File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,9.00.0000.4503
WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
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
WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASX file Parser,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,9.00.0000.4503
NSC file Parser,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.5933
Windows Media source filter,0x00600000,0,2,wmpasf.dll,9.00.0000.4503
Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5933
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.5933
WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.5512
Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.5933
WM ASF Writer,0x00400000,0,0,qasf.dll,9.00.0000.4503
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.4504
File writer,0x00200000,1,0,qcap.dll,6.05.2600.5512
WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
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.5933
.RAM file Parser,0x00600000,1,0,wmpasf.dll,9.00.0000.4503
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,9.00.0000.4503
ASF DIB Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASF ACM Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASF ICM Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASF URL Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.4503
9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
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
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.5933
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.5933
QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.5933
Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.5933
XML Playlist,0x00400000,1,0,wmpasf.dll,9.00.0000.4503
AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.5512
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.5933
File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.5933
File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.5933
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.5933
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.5933
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 Streaming Data Transforms:
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 Kernel DRM Audio Descrambler,0x00200000,1,1,,5.03.2600.5512

Video Compressors:
MSScreen encoder DMO,0x00600800,1,1,,
WMVideo9 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.5933
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.5933
IMA ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5933
PCM,0x00200000,1,1,quartz.dll,6.05.2600.5933
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5933
ACELP.net,0x00200000,1,1,quartz.dll,6.05.2600.5933
DSP Group TrueSpeech(TM),0x00200000,1,1,quartz.dll,6.05.2600.5933
Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.05.2600.5933
Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.05.2600.5933
GSM 6.10,0x00200000,1,1,quartz.dll,6.05.2600.5933
Microsoft G.723.1,0x00200000,1,1,quartz.dll,6.05.2600.5933
CCITT A-Law,0x00200000,1,1,quartz.dll,6.05.2600.5933
CCITT u-Law,0x00200000,1,1,quartz.dll,6.05.2600.5933
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.05.2600.5933

Audio Capture Sources:
SoundMAX Digital Audio,0x00200000,0,0,qcap.dll,6.05.2600.5512

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

WDM Streaming Capture Devices:
SoundMAX Digital Audio,0x00200000,2,2,,5.03.2600.5512

WDM Streaming Rendering Devices:
SoundMAX Digital Audio,0x00200000,2,2,,5.03.2600.5512

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

WDM Streaming Mixer Devices:
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:
SoundMAX Digital Audio,0x00200000,1,0,quartz.dll,6.05.2600.5933
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.5933
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.5933
DirectSound: SoundMAX Digital Audio,0x00200000,1,0,quartz.dll,6.05.2600.5933

WDM Streaming System Devices:
SoundMAX Digital Audio,0x00200000,9,2,,5.03.2600.5512
User avatar
PipFromSlitherine
Posts: 1475
Joined: Wed Jun 23, 2010 7:11 pm

RE: Unhandled Exception...hope this helps

Post by PipFromSlitherine »

Please post the contents of the error.log file (found in My Documents/My Games/BBCBA) immediatey after a crash occurs.

Thanks

Pip
follow me on Twitter here
treadhead46
Posts: 13
Joined: Mon Jun 23, 2003 4:07 am
Location: Michigan

RE: Unhandled Exception...hope this helps

Post by treadhead46 »

CPU String: GenuineIntel
Stepping ID = 7
Model = 2
Family = 15
Brand Index = 9
CLFLUSH cache line size = 64
CPU Brand String: Intel(R) Pentium(R) 4 CPU 2.20GHz
UNKNOWN TAGS IN: Config\system.txt
Unknown Tag: MOVIEMODE
Unknown Tag: DYNAMICENV
Unknown Tag: LAYOUTKILLSENEMYX,
END: Config\system.txt
Found DirectX Version Number: 4.09.00.0904
Creating Device.....
MonkeyInitStart
MIS: Found DD
MIS: IsHW
MIS: SetCoop
MIS: Setting Disp Mode
Failed HW VP - trying SW
MIS: Done Init 3D Device
MIS: SDRS
MIS: Tex Enum
MIS: Init Decal Render
INITIAL LOAD 2047
Playing as: 0
SIDE 0
######## EXCEPTION: 0xC0000005 at address: 0x4FE5799B
C:\Program Files\Slitherine\Battlefield Academy;C:\Program Files\Slitherine\Battlefield Academy;C:\WINDOWS
Direct3DShaderValidatorCreate9
Direct3DShaderValidatorCreate9
Direct3DShaderValidatorCreate9
CArenaWater::SetStates
c:\dev\bbc\legion2\water.cpp(227) : +0 bytes (CArenaWater::SetStates) 0
CBattleDisplay::CloseTiles
c:\dev\bbc\legion2\battledisplay_windows.cpp(50) : +0 bytes (CBattleDisplay::CloseTiles) 0
CBattleDisplay::DrawTile
c:\dev\bbc\legion2\battledisplay.cpp(5792) : +0 bytes (CBattleDisplay::DrawTile) 0
CBattleDisplay::DrawTiles
c:\dev\bbc\legion2\battledisplay.cpp(6174) : +30 bytes (CBattleDisplay::DrawTiles) 0
CBattleDisplay::Render
c:\dev\bbc\legion2\battledisplay.cpp(868) : +7 bytes (CBattleDisplay::Render) 0
CUIObject::DoRender
c:\dev\bbc\legion2\uicomponents.cpp(970) : +0 bytes (CUIObject::DoRender) 0
CUIManager::RenderObjects
c:\dev\bbc\legion2\uimanager.cpp(1055) : +0 bytes (CUIManager::RenderObjects) 0
CUIManager::RenderObjects
c:\dev\bbc\legion2\uimanager.cpp(1404) : +0 bytes (CUIManager::RenderObjects) 0
UIManagerRenderFunction
c:\dev\bbc\legion2\uimanager.cpp(1370) : +0 bytes (UIManagerRenderFunction) 0
CMViewport::Render
c:\dev\monkey10\viewportmonkey.cpp(223) : +3 bytes (CMViewport::Render) 0
CUIManager::Render
c:\dev\bbc\legion2\uimanager.cpp(1602) : +0 bytes (CUIManager::Render) 0
CGame::Update
c:\dev\bbc\legion2\game.cpp(375) : +0 bytes (CGame::Update) 0
EntryPoint
c:\dev\bbc\legion2\system.cpp(1448) : +12 bytes (EntryPoint) 0
WinMain
c:\dev\bbc\legion2\platform_windows.cpp(476) : +30 bytes (WinMain) 0
WinMainCRTStartup
f:\vs70builds\3077\vc\crtbld\crt\src\crtexe.c(390) : +27 bytes (WinMainCRTStartup) 0
RegisterWaitForInputIdle
User avatar
PipFromSlitherine
Posts: 1475
Joined: Wed Jun 23, 2010 7:11 pm

RE: Unhandled Exception...hope this helps

Post by PipFromSlitherine »

Is this the same bug as I am handling on the Slitherine forum? It looks like it - both machines are the same below min-spec, but I will implement a workaround for the next update which will allow them to work correctly.

Cheers

Pip
follow me on Twitter here
treadhead46
Posts: 13
Joined: Mon Jun 23, 2003 4:07 am
Location: Michigan

RE: Unhandled Exception...hope this helps

Post by treadhead46 »


YES...
I DIDNT REALIZE TOU WERE THE SAME GUY
Post Reply

Return to “Tech Support”