Blue screen issue -- error category 102

Hello,

Some time when a run a program my computer gets restart after showing a blue screen.This is what i found in the event viewer log :
Error code 1000007f, parameter1 00000008, parameter2 80042000, parameter3
00000000, parameter4 00000000.

Category 102
EventId 1003
File Name faultrep.dll
File Version 5.1.2600.5512
Source System Error

i searched this error on Google and found debugging steps where a debug log gets created in C drive after running the debugging tools for windows.I ran this tool and created the log.The log file contains :
Opened log file 'C:\debuglog.txt'
0: kd> .sympath srv*c:\symbols*
Symbol search path is: srv*c:\symbols*
Expanded Symbol search path is: srv*c:\symbols*
0: kd> .reload;!analyze -v;r;kv;lmnt;.logclose;q
Loading Kernel Symbols
...............................................................
............................................................
Loading User Symbols
Loading unloaded module list
..............
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
Arg2: 80042000
Arg3: 00000000
Arg4: 00000000

Debugging Details:
------------------

Unable to load image igxpmp32.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for igxpmp32.sys
*** ERROR: Module load completed but symbols could not be loaded for igxpmp32.sys
Unable to load image igxpdx32.DLL, Win32 error 0n2
*** WARNING: Unable to verify timestamp for igxpdx32.DLL
*** ERROR: Module load completed but symbols could not be loaded for igxpdx32.DLL

BUGCHECK_STR: 0x7f_8

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

PROCESS_NAME: java.exe

LAST_CONTROL_TRANSFER: from 80636ac7 to 8053bbfa

STACK_TEXT:
a713a020 80636ac7 a713a0bc e3b279f8 a713a0c0 nt!_SEH_prolog+0x1a
a713a038 806379d6 e101f484 a713a0bc e3b279f8 nt!CmpQuerySecurityDescriptorInfo+0x23
a713a084 805bfe5b e1c0f948 00000001 a713a0bc nt!CmpSecurityMethod+0xce
a713a0c4 805c01c8 e1c0f948 a713a0f0 e1c0f944 nt!ObpGetObjectSecurity+0x99
a713a0f4 8062f28f e1c0f948 899dc578 00000001 nt!ObCheckObjectAccess+0x2c
a713a140 8062ff30 e1035758 004217e8 cd6e27ec nt!CmpDoOpen+0x2d5
a713a340 805bf488 004217e8 004217e8 899dc578 nt!CmpParseKey+0x5a6
a713a3b8 805bba14 00000000 a713a3f8 00000240 nt!ObpLookupObjectName+0x53c
a713a40c 80625696 00000000 8a44b4c0 00000000 nt!ObOpenObjectByName+0xea
a713a508 8054167c a713a828 82000000 a713a5ac nt!NtOpenKey+0x1c8
a713a508 80500699 a713a828 82000000 a713a5ac nt!KiFastCallEntry+0xfc
a713a58c 805e701e a713a828 82000000 a713a5ac nt!ZwOpenKey+0x11
a713a7fc 805e712a 00000002 805e70a0 00000000 nt!RtlpGetRegistryHandleAndPath+0x27a
a713a844 805e73e3 a713a864 00000014 a713abb8 nt!RtlpQueryRegistryGetBlockPolicy+0x2e
a713a86c 805e79eb 00000003 e3d437c4 00000014 nt!RtlpQueryRegistryDirect+0x4b
a713a8bc 805e7f10 e3d437c4 00000003 a713a948 nt!RtlpCallQueryRegistryRoutine+0x369
a713ab58 b8d8fca4 00000005 e2b8eb38 a713abb8 nt!RtlQueryRegistryValues+0x482
WARNING: Stack unwind information not available. Following frames may be wrong.
a713ac00 b8d54a5b 00000005 8970025c 8970035c igxpmp32+0x44ca4
a713b280 b8d50c7b 8a04b6b0 a713b2b0 00000000 igxpmp32+0x9a5b
a713b294 b8d45729 8a04b6b0 a713b2b0 00000a0c igxpmp32+0x5c7b
a713b358 804ef19f 8a04b398 89710370 0000080c VIDEOPRT!pVideoPortDispatch+0xabf
a713b368 bf864f0a a713b610 bef6ce84 00000014 nt!IopfCallDriver+0x31
a713b398 bf864f84 8a04b398 00232150 a713b3f8 win32k!GreDeviceIoControl+0x93
a713b3bc bebafc7b 8a04b398 00232150 a713b3f8 win32k!EngDeviceIoControl+0x1f
a713c624 bebf3fa9 8a04b398 bef2a28c bef2a284 igxpdx32+0x8c7b
a713c6a0 8054167c a713ca28 8a19d000 a713c744 igxpdx32+0x4cfa9
a713c6a0 00000000 a713ca28 8a19d000 a713c744 nt!KiFastCallEntry+0xfc


STACK_COMMAND: kb

FOLLOWUP_IP:
igxpmp32+44ca4
b8d8fca4 ?? ???

SYMBOL_STACK_INDEX: 11

SYMBOL_NAME: igxpmp32+44ca4

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: igxpmp32

IMAGE_NAME: igxpmp32.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 4b846d87

FAILURE_BUCKET_ID: 0x7f_8_igxpmp32+44ca4

BUCKET_ID: 0x7f_8_igxpmp32+44ca4

Followup: MachineOwner
---------

eax=0000003c ebx=00000000 ecx=e1c0f948 edx=00000000 esi=e1174008 edi=a713a0f0
eip=8053bbfa esp=a7139fd4 ebp=a713a020 iopl=0 nv up ei ng nz ac pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010296
nt!_SEH_prolog+0x1a:
8053bbfa 53 push ebx
ChildEBP RetAddr Args to Child
a713a020 80636ac7 a713a0bc e3b279f8 a713a0c0 nt!_SEH_prolog+0x1a
a713a038 806379d6 e101f484 a713a0bc e3b279f8 nt!CmpQuerySecurityDescriptorInfo+0x23 (FPO: [5,0,0])
a713a084 805bfe5b e1c0f948 00000001 a713a0bc nt!CmpSecurityMethod+0xce (FPO: [Non-Fpo])
a713a0c4 805c01c8 e1c0f948 a713a0f0 e1c0f944 nt!ObpGetObjectSecurity+0x99 (FPO: [4,2,0])
a713a0f4 8062f28f e1c0f948 899dc578 00000001 nt!ObCheckObjectAccess+0x2c (FPO: [5,4,0])
a713a140 8062ff30 e1035758 004217e8 cd6e27ec nt!CmpDoOpen+0x2d5 (FPO: [Non-Fpo])
a713a340 805bf488 004217e8 004217e8 899dc578 nt!CmpParseKey+0x5a6 (FPO: [10,110,4])
a713a3b8 805bba14 00000000 a713a3f8 00000240 nt!ObpLookupObjectName+0x53c (FPO: [11,15,4])
a713a40c 80625696 00000000 8a44b4c0 00000000 nt!ObOpenObjectByName+0xea (FPO: [7,5,4])
a713a508 8054167c a713a828 82000000 a713a5ac nt!NtOpenKey+0x1c8 (FPO: [Non-Fpo])
a713a508 80500699 a713a828 82000000 a713a5ac nt!KiFastCallEntry+0xfc (FPO: [0,0] TrapFrame @ a713a51c)
a713a58c 805e701e a713a828 82000000 a713a5ac nt!ZwOpenKey+0x11 (FPO: [3,0,0])
a713a7fc 805e712a 00000002 805e70a0 00000000 nt!RtlpGetRegistryHandleAndPath+0x27a (FPO: [5,148,4])
a713a844 805e73e3 a713a864 00000014 a713abb8 nt!RtlpQueryRegistryGetBlockPolicy+0x2e (FPO: [1,10,4])
a713a86c 805e79eb 00000003 e3d437c4 00000014 nt!RtlpQueryRegistryDirect+0x4b (FPO: [7,4,4])
a713a8bc 805e7f10 e3d437c4 00000003 a713a948 nt!RtlpCallQueryRegistryRoutine+0x369 (FPO: [7,8,4])
a713ab58 b8d8fca4 00000005 e2b8eb38 a713abb8 nt!RtlQueryRegistryValues+0x482 (FPO: [5,155,4])
WARNING: Stack unwind information not available. Following frames may be wrong.
a713ac00 b8d54a5b 00000005 8970025c 8970035c igxpmp32+0x44ca4
a713b280 b8d50c7b 8a04b6b0 a713b2b0 00000000 igxpmp32+0x9a5b
a713b294 b8d45729 8a04b6b0 a713b2b0 00000a0c igxpmp32+0x5c7b
start end module name
804d7000 806e5000 nt ntkrpamp.exe Tue Oct 25 18:21:50 2011 (4EA6B0E6)
806e5000 80705d00 hal halmacpi.dll Mon Apr 14 00:01:27 2008 (4802517F)
a6ef4000 a6f34e00 HTTP HTTP.sys Tue Oct 20 21:50:15 2009 (4ADDE33F)
a7705000 a775c600 srv srv.sys Thu Feb 17 18:48:01 2011 (4D5D2009)
a7941000 a7944d80 vstor2_ws60 vstor2-ws60.sys Tue Aug 26 10:04:22 2008 (48B387CE)
a7a55000 a7b24b00 vmx86 vmx86.sys Fri Sep 19 08:22:31 2008 (48D313EF)
a7b4d000 a7b79180 mrxdav mrxdav.sys Mon Apr 14 00:02:42 2008 (480251CA)
a7c0a000 a7c15c80 vmci vmci.sys Fri Sep 19 06:08:10 2008 (48D2F472)
a7c92000 a7c9c000 hcmon hcmon.sys Fri Sep 19 06:38:36 2008 (48D2FB94)
a7e28000 a7e3c480 wdmaud wdmaud.sys Mon Apr 14 00:47:18 2008 (48025C3E)
a827d000 a8280900 ndisuio ndisuio.sys Mon Apr 14 00:25:57 2008 (4802573D)
a83b5000 a83cc900 dump_atapi dump_atapi.sys Mon Apr 14 00:10:29 2008 (4802539D)
a83cd000 a83eac80 usbvideo usbvideo.sys Mon Apr 14 00:16:18 2008 (480254FA)
a83eb000 a845a680 mrxsmb mrxsmb.sys Fri Jul 15 18:59:28 2011 (4E2040B8)
a8483000 a84ade80 rdbss rdbss.sys Mon Apr 14 00:58:38 2008 (48025EE6)
a84ae000 a84cfd00 afd afd.sys Wed Aug 17 19:19:53 2011 (4E4BC701)
a84d0000 a84f5500 ipnat ipnat.sys Mon Apr 14 00:27:10 2008 (48025786)
a84f6000 a851dc00 netbt netbt.sys Mon Apr 14 00:50:59 2008 (48025D1B)
a851e000 a8576480 tcpip tcpip.sys Fri Jun 20 17:21:09 2008 (485B99AD)
a8577000 a8589600 ipsec ipsec.sys Mon Apr 14 00:49:42 2008 (48025CCE)
a85aa000 a85d0800 MpFilter MpFilter.sys Wed Apr 06 23:55:55 2011 (4D9CB033)
a8619000 a861bf00 ws2ifsl ws2ifsl.sys Sat Aug 18 02:25:58 2001 (3B7D84DE)
a8625000 a8627280 rasacd rasacd.sys Sat Aug 18 02:25:39 2001 (3B7D84CB)
a8639000 a865ca80 portcls portcls.sys Mon Apr 14 00:49:40 2008 (48025CCC)
a865d000 a881b000 CHDAU32 CHDAU32.sys Wed Feb 24 06:23:11 2010 (4B847877)
a883f000 a8841900 Dxapi Dxapi.sys Sat Aug 18 02:23:19 2001 (3B7D843F)
a8873000 a887b700 wanarp wanarp.sys Mon Apr 14 00:27:20 2008 (48025790)
a8883000 a8892900 Cdfs Cdfs.SYS Mon Apr 14 00:44:21 2008 (48025B8D)
a88b3000 a88bde00 Fips Fips.SYS Mon Apr 14 00:03:27 2008 (480251F7)
a88c3000 a88cb780 netbios netbios.sys Mon Apr 14 00:26:01 2008 (48025741)
b8b8b000 b8be8f00 update update.sys Mon Apr 14 00:09:46 2008 (48025372)
b8be9000 b8c00880 SCSIPORT SCSIPORT.SYS Mon Apr 14 00:10:29 2008 (4802539D)
b8c01000 b8c1d800 mcdbus mcdbus.sys Mon Jul 28 14:49:27 2008 (488D8F1F)
b8c1e000 b8c4de80 rdpdr rdpdr.sys Mon Apr 14 00:02:50 2008 (480251D2)
b8c4e000 b8c5ee00 psched psched.sys Mon Apr 14 00:26:36 2008 (48025764)
b8c5f000 b8c75580 ndiswan ndiswan.sys Mon Apr 14 00:50:41 2008 (48025D09)
b8c76000 b8cb6580 srs_sscfilter_i386 srs_sscfilter_i386.sys Wed Dec 16 04:06:34 2009 (4B280F72)
b8cb7000 b8cd9700 ks ks.sys Mon Apr 14 00:46:34 2008 (48025C12)
b8cda000 b8ceb000 l1c51x86 l1c51x86.sys Thu Mar 04 13:00:38 2010 (4B8F619E)
b8ceb000 b8d13000 HDAudBus HDAudBus.sys Thu May 26 21:16:29 2005 (4295EF55)
b8d13000 b8d36200 USBPORT USBPORT.SYS Mon Apr 14 00:15:34 2008 (480254CE)
b8d37000 b8d4af00 VIDEOPRT VIDEOPRT.SYS Mon Apr 14 00:14:39 2008 (48025497)
b8d4b000 b8f30380 igxpmp32 igxpmp32.sys Wed Feb 24 05:36:31 2010 (4B846D87)
b8f3d000 b8f3f900 ndistapi ndistapi.sys Fri Jul 08 19:32:00 2011 (4E170DD8)
b8f41000 b8f44680 CmBatt CmBatt.sys Mon Apr 14 00:06:36 2008 (480252B4)
b95ee000 b9607c00 Mup Mup.sys Thu Apr 21 19:07:43 2011 (4DB03327)
b9608000 b9634980 NDIS NDIS.sys Mon Apr 14 00:50:35 2008 (48025D03)
b9635000 b96c1600 Ntfs Ntfs.sys Mon Apr 14 00:45:49 2008 (48025BE5)
b96c2000 b96d8b00 KSecDD KSecDD.sys Wed Jun 24 16:48:40 2009 (4A420B90)
b96d9000 b96eaf00 sr sr.sys Mon Apr 14 00:06:50 2008 (480252C2)
b96eb000 b970ab00 fltMgr fltMgr.sys Mon Apr 14 00:02:58 2008 (480251DA)
b970b000 b9722900 atapi atapi.sys Mon Apr 14 00:10:29 2008 (4802539D)
b9723000 b9748700 dmio dmio.sys Mon Apr 14 00:14:45 2008 (4802549D)
b9749000 b9767880 ftdisk ftdisk.sys Sat Aug 18 02:22:41 2001 (3B7D8419)
b9768000 b9778a80 pci pci.sys Mon Apr 14 00:06:43 2008 (480252BB)
b9779000 b97a6d80 ACPI ACPI.sys Mon Apr 14 00:06:33 2008 (480252B1)
b98a8000 b98b1180 isapnp isapnp.sys Mon Apr 14 00:06:40 2008 (480252B8)
b98b8000 b98c2580 MountMgr MountMgr.sys Mon Apr 14 00:09:45 2008 (48025371)
b98c8000 b98d4c80 VolSnap VolSnap.sys Mon Apr 14 00:11:00 2008 (480253BC)
b98d8000 b98e0e00 disk disk.sys Mon Apr 14 00:10:46 2008 (480253AE)
b98e8000 b98f4180 CLASSPNP CLASSPNP.SYS Mon Apr 14 00:46:21 2008 (48025C05)
b9918000 b9926b00 drmk drmk.sys Mon Apr 14 00:15:12 2008 (480254B8)
b99f8000 b9a06d80 sysaudio sysaudio.sys Mon Apr 14 00:45:55 2008 (48025BEB)
b9a08000 b9a10e00 intelppm intelppm.sys Mon Apr 14 00:01:31 2008 (48025183)
b9a18000 b9a24d00 i8042prt i8042prt.sys Mon Apr 14 00:47:59 2008 (48025C67)
b9a28000 b9a32480 imapi imapi.sys Mon Apr 14 00:10:57 2008 (480253B9)
b9a38000 b9a47600 cdrom cdrom.sys Mon Apr 14 00:10:45 2008 (480253AD)
b9a48000 b9a56100 redbook redbook.sys Mon Apr 14 00:10:27 2008 (4802539B)
b9a58000 b9a64880 rasl2tp rasl2tp.sys Mon Apr 14 00:49:43 2008 (48025CCF)
b9a68000 b9a72200 raspppoe raspppoe.sys Mon Apr 14 00:27:31 2008 (4802579B)
b9a78000 b9a83d00 raspptp raspptp.sys Mon Apr 14 00:49:47 2008 (48025CD3)
b9a88000 b9a90900 msgpc msgpc.sys Mon Apr 14 00:26:32 2008 (48025760)
b9a98000 b9aa1f00 termdd termdd.sys Mon Apr 14 00:08:36 2008 (4802532C)
b9aa8000 b9ab6360 wsimd wsimd.sys Tue Mar 17 11:49:42 2009 (49BF40FE)
b9ab8000 b9ac2000 NDProxy NDProxy.SYS Tue Nov 02 20:47:02 2010 (4CD02B6E)
b9ad8000 b9ae6880 usbhub usbhub.sys Mon Apr 14 00:15:36 2008 (480254D0)
b9b28000 b9b2e180 PCIIDEX PCIIDEX.SYS Mon Apr 14 00:10:29 2008 (4802539D)
b9b30000 b9b34d00 PartMgr PartMgr.sys Mon Apr 14 00:10:48 2008 (480253B0)
b9b70000 b9b76000 vmnetbridge vmnetbridge.sys Thu May 22 16:03:38 2008 (48354C02)
b9c10000 b9c14c80 vmnetuserif vmnetuserif.sys Fri Sep 19 06:50:28 2008 (48D2FE5C)
b9c18000 b9c1d200 vga vga.sys Mon Apr 14 00:14:40 2008 (48025498)
b9c20000 b9c24a80 Msfs Msfs.SYS Mon Apr 14 00:02:38 2008 (480251C6)
b9c28000 b9c2f880 Npfs Npfs.SYS Mon Apr 14 00:02:38 2008 (480251C6)
b9c30000 b9c37d80 usbccgp usbccgp.sys Mon Apr 14 00:15:38 2008 (480254D2)
b9c38000 b9c3e700 USBSTOR USBSTOR.SYS Mon Apr 14 00:15:37 2008 (480254D1)
b9c40000 b9c45e00 pgeffect pgeffect.sys Mon Jun 22 14:34:57 2009 (4A3F4939)
b9c58000 b9c5c500 watchdog watchdog.sys Mon Apr 14 00:14:59 2008 (480254AB)
b9c78000 b9c7d080 usbuhci usbuhci.sys Mon Apr 14 00:15:34 2008 (480254CE)
b9c80000 b9c87600 usbehci usbehci.sys Mon Apr 14 00:15:34 2008 (480254CE)
b9c88000 b9c8e000 kbdclass kbdclass.sys Mon Apr 14 00:09:46 2008 (48025372)
b9c90000 b9c94080 VMkbd VMkbd.sys Fri Sep 19 07:55:36 2008 (48D30DA0)
b9c98000 b9c9da00 mouclass mouclass.sys Mon Apr 14 00:09:47 2008 (48025373)
b9ca0000 b9ca4a80 TDI TDI.SYS Mon Apr 14 00:30:04 2008 (48025834)
b9ca8000 b9cac580 ptilink ptilink.sys Sat Aug 18 02:19:53 2001 (3B7D8371)
b9cb0000 b9cb4080 raspti raspti.sys Sat Aug 18 02:25:32 2001 (3B7D84C4)
b9cb8000 b9cbb000 BOOTVID BOOTVID.dll Sat Aug 18 02:19:09 2001 (3B7D8345)
b9cbc000 b9cbe800 compbatt compbatt.sys Mon Apr 14 00:06:36 2008 (480252B4)
b9cc0000 b9cc3780 BATTC BATTC.SYS Mon Apr 14 00:06:32 2008 (480252B0)
b9d5c000 b9d5fc80 mssmbios mssmbios.sys Mon Apr 14 00:06:45 2008 (480252BD)
b9d60000 b9d62680 vmnetadapter vmnetadapter.sys Thu May 22 16:03:07 2008 (48354BE3)
b9d64000 b9d66f00 VMNET VMNET.SYS Thu May 22 16:03:05 2008 (48354BE1)
b9da8000 b9da9b80 kdcom kdcom.dll Sat Aug 18 02:19:10 2001 (3B7D8346)
b9daa000 b9dab100 WMILIB WMILIB.SYS Sat Aug 18 02:37:23 2001 (3B7D878B)
b9dac000 b9dad700 dmload dmload.sys Sat Aug 18 02:28:15 2001 (3B7D8567)
b9df2000 b9df3f00 Fs_Rec Fs_Rec.SYS Sat Aug 18 02:19:37 2001 (3B7D8361)
b9df4000 b9df5080 Beep Beep.SYS Sat Aug 18 02:17:33 2001 (3B7D82E5)
b9df6000 b9df7080 mnmdd mnmdd.SYS Sat Aug 18 02:27:28 2001 (3B7D8538)
b9df8000 b9df9080 RDPCDD RDPCDD.sys Sat Aug 18 02:16:56 2001 (3B7D82C0)
b9dfc000 b9dfd100 dump_WMILIB dump_WMILIB.SYS Sat Aug 18 02:37:23 2001 (3B7D878B)
b9e08000 b9e09700 FwLnk FwLnk.sys Tue Apr 03 15:26:47 2007 (461224DF)
b9e0a000 b9e0b100 swenum swenum.sys Mon Apr 14 00:09:52 2008 (48025378)
b9e0c000 b9e0d800 NBSMI NBSMI.sys Thu Oct 20 11:33:40 2005 (4357333C)
b9e32000 b9e33280 USBD USBD.SYS Sat Aug 18 02:32:58 2001 (3B7D8682)
b9e70000 b9e70d00 pciide pciide.sys Sat Aug 18 02:21:49 2001 (3B7D83E5)
b9f25000 b9f25d00 dxgthk dxgthk.sys Sat Aug 18 02:23:12 2001 (3B7D8438)
b9f7b000 b9f7bb80 Null Null.SYS Sat Aug 18 02:17:39 2001 (3B7D82EB)
b9f8a000 b9f8ac00 audstub audstub.sys Sat Aug 18 02:29:40 2001 (3B7D85BC)
be800000 be811600 dxg dxg.sys Mon Apr 14 00:08:27 2008 (48025323)
be812000 be824000 igxprd32 igxprd32.dll Wed Feb 24 05:36:30 2010 (4B846D86)
be824000 be856000 igxpgd32 igxpgd32.dll Wed Feb 24 05:36:30 2010 (4B846D86)
be856000 beba6e80 igxpdv32 igxpdv32.DLL Wed Feb 24 05:36:33 2010 (4B846D89)
beba7000 befa0000 igxpdx32 igxpdx32.DLL Wed Feb 24 05:36:38 2010 (4B846D8E)
befa0000 befe6e80 ATMFD ATMFD.DLL Tue Feb 15 18:26:39 2011 (4D5A7807)
bf800000 bf9c6180 win32k win32k.sys Thu Jan 12 22:23:13 2012 (4F0F0FF9)

Unloaded modules:
a6ea1000 a6ecc000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a6f32000 a6f5d000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a7db2000 a7ddd000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
b9f4e000 b9f4f000 drmkaud.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a7f85000 a7f92000 DMusic.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a7e05000 a7e28000 aec.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a7f95000 a7fa3000 swmidi.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
b9e36000 b9e38000 splitter.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a7e4d000 a7e5d000 Serial.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
a7b39000 a7b4d000 Parport.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
b9c10000 b9c15000 Cdaudio.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
b9d90000 b9d93000 Sfloppy.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
b9bd0000 b9bd5000 Flpydisk.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
b9bc8000 b9bcf000 Fdc.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
Closing open log file C:\debuglog.txt
 
What are your complete computer specs? igxpmp32.sys is and Intel video driver and Java is noted. Try removing any Java notations in the device manager and installing the latest Java version fresh. Try updating that video driver
 
Back