Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
21068 Discussions

Does igxpdx32.dll have some problem ?

南昭弥
Beginner
1,316 Views

I use QM57 + Intel HD Graphic on Windows XP .

BSoD sometimes occurs.

DEBUG_FLR_IMAGE_TIMESTAMP: 4d6a7a1d

FAULTING_THREAD: 875987c8

DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT

CUSTOMER_CRASH_COUNT: 1

BUGCHECK_STR: 0xEA

LAST_CONTROL_TRANSFER: from bf801954 to 806e9a18

STACK_TEXT:

 

WARNING: Stack unwind information not available. Following frames may be wrong.

 

a6249210 bf801954 bf83ab77 a6249234 bf83abe1 hal+0x2a18

 

a624921c bf83abe1 e58ee3b0 00000000 00000000 win32k+0x1954

 

a6249234 bec11db5 00000000 000000c4 43544e49 win32k+0x3abe1

 

00000000 00000000 00000000 00000000 00000000 igxpdx32+0x8db5

mov eax,[esp+04h]

 

push eax

 

call [WIN32K.SYS!EngFreeMem] ,<- eax =0<p>  retn

The reason of BSoD Look like cause of EngFreeMem is called with first parameter 0.

I fixed the code following. .

mov eax,[esp+04h]

 

test eax,eax

 

jz $1

 

push eax

 

call [WIN32K.SYS!EngFreeMem]

 

$1: retn
0 Kudos
1 Reply
DArce
Valued Contributor III
392 Views

Hello,

We have tested the latest generic driver for this video controller and we have not seen any similar issues.

Keep in mind that Intel makes available generic versions of the Intel® graphics drivers. However, Intel always recommends that you check with your computer manufacturer and use the latest Intel graphics driver provided by your computer manufacturer. Your computer manufacturer may have altered the features, incorporated customizations, or made other changes in the drivers they provide for your computer. To avoid any potential installation incompatibilities on your computer, Intel recommends that you first check with your computer manufacturer and use the driver provided by your computer manufacturer.

If you have already tried the latest driver from your computer manufacturer and would like to try instead the generic Intel graphics driver, you may download the latest generic driver from the Intel Download Center:

http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&ProductFamily=Graphics&ProductLine=Processor+graphics&ProductProduct=2nd+Generation+Intel%C2%AE+Core%E2%84%A2+Processors+with+Intel%C2%AE+HD+Graphics+3000/2000&ProdId=3319&LineId=3310&FamilyId=39 http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&ProductFamily=Graphics&ProductLine=Processor+graphics&ProductProduct=2nd+Generation+Intel%C2%AE+Core%E2%84%A2+Processors+with+Intel%C2%AE+HD+Graphics+3000/2000&ProdId=3319&LineId=3310&FamilyId=39

If during the installation of the Intel generic drivers you get this message: "driver not validated on this computer", go here for further instructions:

http://support.intel.com/support/graphics/sb/CS-022355.htm http://support.intel.com/support/graphics/sb/CS-022355.htm

You can also try using some of the previous versions posted there in case you have a compatibility issue when using the latest generic one there.

0 Kudos
Reply