Printing error

  • Thread starter Thread starter Bill Morrison
  • Start date Start date
B

Bill Morrison

I receive the following message when trying to print a web
page:
IEXPLORE caused a general protection fault
in module ATI2DRAB.DRV at 000a:000002e9.
Registers:
EAX=00000000 CS=0377 EIP=000002e9 EFLGS=00010246
EBX=0003fbbe SS=2f67 ESP=d2899130 EBP=00009618
ECX=20069884 DS=4fc7 ESI=00009836 FS=0677
EDX=000003ef ES=03ef EDI=00000000 GS=0000
Bytes at CS:EIP:
67 f7 45 2c 02 00 00 00 74 0a 26 c6 05 2c 41 00
Stack dump:
70e425e0 01bcbdd0 03de91ac 70c895c8 00000980 00000980
01c7f530 00000002 00000043 00000000 00000aaa 00007dbc
00008166 0200200d 00000155 00000000
 
Bill Morrison said:
I receive the following message when trying to print a web
page:
IEXPLORE caused a general protection fault
in module ATI2DRAB.DRV at 000a:000002e9.
Registers:
EAX=00000000 CS=0377 EIP=000002e9 EFLGS=00010246
EBX=0003fbbe SS=2f67 ESP=d2899130 EBP=00009618
ECX=20069884 DS=4fc7 ESI=00009836 FS=0677
EDX=000003ef ES=03ef EDI=00000000 GS=0000
Bytes at CS:EIP:
67 f7 45 2c 02 00 00 00 74 0a 26 c6 05 2c 41 00
Stack dump:
70e425e0 01bcbdd0 03de91ac 70c895c8 00000980 00000980
01c7f530 00000002 00000043 00000000 00000aaa 00007dbc
00008166 0200200d 00000155 00000000

You probably need new video drivers. Check the site for your video board
manufacturer. Meanwhile you can do the following:
1. Use the default mouse pointers.
2. Turn down your color depth. (Right click the desktop and choose
Properties | Appearance | Settings) Some people find that increasing color
depth helps.
3. Turn down your graphics hardware acceleration. (For Win 98, Start |
Settings | Control Panel | System | Performance | Graphics button) You will
see little, if any, performance degradation.
4. Turn off your desktop wallpaper.

If these make the problem go away you need new video drivers.

If you have an ATI video board, try adding these lines to System.ini

[display]
DevBMP=0 <--- That's a zero
 
Back
Top