A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Invalid Page Faults in Module Kernel 32 DLL at 0167:lower bff7b9f5



 
 
Thread Tools Display Modes
  #1  
Old March 1st 05, 05:49 PM
Telguy99
external usenet poster
 
Posts: n/a
Default Invalid Page Faults in Module Kernel 32 DLL at 0167:lower bff7b9f5

I am experiencing invalid page faults kernel 32 dll when using my scanner or
when working in my printing program. Doesn't happen all the time but is
starting to happen more and more. I tried uninstalling and reinstalling the
application software for these functions but I continue to receive errors. I
have also ran reg cleaner. Any help would be greatly appreciated. Thanks Bob
  #2  
Old March 1st 05, 08:48 PM
PCR
external usenet poster
 
Posts: n/a
Default

(1) You may be in for a long haul...
http://search.support.microsoft.com/...SD=GN&LN=EN-US MSKB
Search "Kernel32"; Windows 98; Title Only; Exact Phrase; produces over a
page full.

http://www.colba.net/~hlebo49/errkrn32.htm
Many are here too.

http://aumha.org/a/k32fix.htm
Eshelman's page about Kernel32 errors.

Invalid Page Faults:
http://aumha.org/kbeipf.htm
http://support.microsoft.com/support...rmsg/kbipf.asp
http://support.microsoft.com/support.../Q286/1/80.ASP

(2) Here is what mine looks like in Win98SE...

KERNEL32.DLL
Desc: Win32 Kernel core component
Loc: C:\WINDOWS\SYSTEM
Size: 471,040 bytes
Mod: Friday, April 23, 1999 10:22:00 PM
Ver: 4.10.2222

If it comes to reinstalling it, that is old enough never to have been
Windows Updated. Therefore it will be fine right out of the .cabs.

Here is how to do it in DOS...

(a) DIR /s /a C:\KERNEL32.DLL
Will say whether you have it, & where it is. Should be in
"C:\Windows\System"

C:\DIR /s /a C:\KERNEL32.DLL
Directory of C:\WINDOWS\SYSTEM
KERNEL32 DLL 471,040 04-23-99 10:22p KERNEL32.DLL
1 file(s) 471,040 bytes

(b)
"EXTRACT /a /L C:\Windows\System LOC\Base4.cab Kernel32.dll"

That is all one line between the quotes with 5 spaces, but do not enter
the quotes. It will offer to overwite, if one is already there.

LOC is the location of "Base4.cab". This may be discovered as
follows...

C:\DIR /s /a C:\base4.cab
Directory of C:\WINDOWS\OPTIONS\CABS
BASE4 CAB 168,960 04-23-99 10:22p BASE4.CAB
1 file(s) 168,960 bytes

If you have the .cabs on a CD, you will use your CD-ROM drive letter,
instead of "C:\" in that DIR command.

So, in my case, the command is...

"EXTRACT /a /L C:\Windows\System C:\WINDOWS\OPTIONS\CABS\Base4.cab
Kernel32.dll"

All one line: no quotes: there are 5 spaces in the line, including one
after "Base4.cab".


--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR

"Telguy99" wrote in message
...
| I am experiencing invalid page faults kernel 32 dll when using my
scanner or
| when working in my printing program. Doesn't happen all the time but
is
| starting to happen more and more. I tried uninstalling and
reinstalling the
| application software for these functions but I continue to receive
errors. I
| have also ran reg cleaner. Any help would be greatly appreciated.
Thanks Bob


  #3  
Old March 2nd 05, 12:05 AM
glee
external usenet poster
 
Posts: n/a
Default

What printer model, what scanner model? Does it happen in only a particular
program, or in any program?

When you get an "illegal operation" error message, click the "Details" button, and
post back with the exact details word for word, up to but not including the memory
registers. You are telling us they are invalid page faults in kernel32.dll, but not
what program is named as causing it.
--
Glen Ventura, MS MVP Shell/User, A+
http://dts-l.org/goodpost.htm


"Telguy99" wrote in message
...
I am experiencing invalid page faults kernel 32 dll when using my scanner or
when working in my printing program. Doesn't happen all the time but is
starting to happen more and more. I tried uninstalling and reinstalling the
application software for these functions but I continue to receive errors. I
have also ran reg cleaner. Any help would be greatly appreciated. Thanks Bob


  #4  
Old March 3rd 05, 04:55 PM
Telguy99
external usenet poster
 
Posts: n/a
Default

Here is a print of two of the error messages 1 is trying to print the other
is trying to scan...I also get the same type of errors when the weather
channel opens.

Error message when working on printing

Explorer caused an invalid page fault in module KERNEL.32 DLL at .0167:lower
bff7b9f5


Registers

EAX=7fc39e61 CS=0167 EIP=bff7b9f5 EFLGS=00010202
EBX=0080ffbc SS=016f ESP=007d0000 EBP=007d0024
ECX=007d1df8 DS=016f ESI=00000001 FS=264f
EDX=00000001 ES=016f EDI=816150ac GS=0000

Bytes at CS:EIP:

56 57 89 65 e8 75 04 33 c0 eb 54 85 c0 74 4b c7

Stack dump:
seven 0'sbefore the 1
0080ffbc 7fc39e61 1 0080fbc 01ebceb4 007didf8 bffc05b4 bff79250
fffffff 007d1e08 bff7ce23 7cf39e61 1 01ebcf5e 7fc39e61 007d1e30
seven 0's before the 1


Error message after trying to scan

Explorer caused an invalid page fault in module KERNEL.32 DLL at
..0000:832be420


Registers

EAX=832be420 CS=0167 EIP=832be420 EFLGS=00010282
EBX=000007d0 SS=016f ESP=0086fbf8 EBP=0086fc34
ECX=00000249 DS=016f ESI=00000000 FS=2787
EDX=00000008 ES=016f EDI=00000001 GS=0000

Bytes at CS:EIP:



Stack dump:

bfbd04cf 970 87 4008 238
bfbd51d 970 87 4008 0
bfbd0555 970 0086fc68 00530d94 0
0086fc90
All of these cells should have 8 digits fill with 0's



"glee" wrote:

What printer model, what scanner model? Does it happen in only a particular
program, or in any program?

When you get an "illegal operation" error message, click the "Details" button, and
post back with the exact details word for word, up to but not including the memory
registers. You are telling us they are invalid page faults in kernel32.dll, but not
what program is named as causing it.
--
Glen Ventura, MS MVP Shell/User, A+
http://dts-l.org/goodpost.htm


"Telguy99" wrote in message
...
I am experiencing invalid page faults kernel 32 dll when using my scanner or
when working in my printing program. Doesn't happen all the time but is
starting to happen more and more. I tried uninstalling and reinstalling the
application software for these functions but I continue to receive errors. I
have also ran reg cleaner. Any help would be greatly appreciated. Thanks Bob



  #5  
Old March 3rd 05, 08:48 PM
PCR
external usenet poster
 
Posts: n/a
Default

http://search.support.microsoft.com/...SD=GN&LN=EN-US MSKB
Search "Explorer caused"; Windows 98; Full Text; Exact Phrase; comes up
with many, inc. these that mention Kernel32.dll...

http://support.microsoft.com/default...97&Product=w98
Indications of Virus Infection from the W32/KRIZ Viruses
(282997) - You may receive an error message related to the Krized.tt6
file. The error message may look similar to any of the following error
messages: waol caused an invalid page fault in module kernel32.dll -or-
vsmon caused an invalid page fault in module...

http://support.microsoft.com/default...53&Product=w98
Invalid Page Fault Opening Control Panel
(171753) - When you attempt to open Control Panel, an invalid page fault
may occur in Kernel32.dll. You may receive one of the following error
message: Explorer caused an invalid page fault in module KERNEL32.dll at
<xxxx:xxxxxxxx> -or- Explorer caused an...

http://support.microsoft.com/default...76&Product=w98
Err Msg: An Unknown Error Has Occurred During Installation
(193576) - When you try to download a component from the Windows Update
page, you may receive one of the following error messages: An unknown
error has occurred during installation. Explorer caused an Invalid Page
Fault in module Kernel32.dll IE5WZD caused an...

http://support.microsoft.com/default...57&Product=w98
Error Message Upgrading IBM ThinkPad 701c to Windows 95/98
(192157) - When you try to install Windows 95 or Windows 98 on your IBM
ThinkPad 701c computer, you may receive the following error message:
GRPCONV has performed an illegal Operation Explorer caused an Invalid
Page Fault in Module KERNEL32.DLL at 015F:BFF72825...

http://support.microsoft.com/default...91&Product=w98
Error Message: TASKMON Caused an Invalid Page Fault in Module...
(197791) - When you attempt to start or shut down Windows 98 or Windows
Millennium Edition (Me), or to start Windows Explorer, you may receive
one of the following error messages: TASKMON caused an invalid page
fault in module KERNEL32.DLL EXPLORER caused an...

http://support.microsoft.com/default...24&Product=w98
HyperTerminal Caused an Invalid Page Fault in Module Msvcrt.dll
(238424) - When you attempt to create a new connection in HyperTerminal,
you may receive one of the following error messages: Hypertrm caused an
invalid page fault in module MSVCRT.DLL. Hypertrm caused an invalid page
fault in module KERNEL32.DLL. Explorer...


--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR

"Telguy99" wrote in message
...
| Here is a print of two of the error messages 1 is trying to print the
other
| is trying to scan...I also get the same type of errors when the
weather
| channel opens.
|
| Error message when working on printing
|
| Explorer caused an invalid page fault in module KERNEL.32 DLL at
..0167:lower
| bff7b9f5
|
|
| Registers
|
| EAX=7fc39e61 CS=0167 EIP=bff7b9f5 EFLGS=00010202
| EBX=0080ffbc SS=016f ESP=007d0000 EBP=007d0024
| ECX=007d1df8 DS=016f ESI=00000001 FS=264f
| EDX=00000001 ES=016f EDI=816150ac GS=0000
|
| Bytes at CS:EIP:
|
| 56 57 89 65 e8 75 04 33 c0 eb 54 85 c0 74 4b c7
|
| Stack dump:
| seven 0'sbefore the 1
| 0080ffbc 7fc39e61 1 0080fbc 01ebceb4 007didf8 bffc05b4 bff79250
| fffffff 007d1e08 bff7ce23 7cf39e61 1 01ebcf5e 7fc39e61 007d1e30
| seven 0's before the 1
|
|
| Error message after trying to scan
|
| Explorer caused an invalid page fault in module KERNEL.32 DLL at
| .0000:832be420
|
|
| Registers
|
| EAX=832be420 CS=0167 EIP=832be420 EFLGS=00010282
| EBX=000007d0 SS=016f ESP=0086fbf8 EBP=0086fc34
| ECX=00000249 DS=016f ESI=00000000 FS=2787
| EDX=00000008 ES=016f EDI=00000001 GS=0000
|
| Bytes at CS:EIP:
|
|
|
| Stack dump:
|
| bfbd04cf 970 87 4008 238
| bfbd51d 970 87 4008 0
| bfbd0555 970 0086fc68 00530d94 0
| 0086fc90
| All of these cells should have 8 digits fill with 0's
|
|
|
| "glee" wrote:
|
| What printer model, what scanner model? Does it happen in only a
particular
| program, or in any program?
|
| When you get an "illegal operation" error message, click the
"Details" button, and
| post back with the exact details word for word, up to but not
including the memory
| registers. You are telling us they are invalid page faults in
kernel32.dll, but not
| what program is named as causing it.
| --
| Glen Ventura, MS MVP Shell/User, A+
|
http://dts-l.org/goodpost.htm
|
|
| "Telguy99" wrote in message
| ...
| I am experiencing invalid page faults kernel 32 dll when using my
scanner or
| when working in my printing program. Doesn't happen all the time
but is
| starting to happen more and more. I tried uninstalling and
reinstalling the
| application software for these functions but I continue to receive
errors. I
| have also ran reg cleaner. Any help would be greatly appreciated.
Thanks Bob
|
|


  #6  
Old March 4th 05, 03:11 AM
glee
external usenet poster
 
Posts: n/a
Default

The first thing I would do is to update the video card drivers.

If you are getting the same errors when the Weather Channel opens, that widens the
scope beyond your original mention of printing and scanning. Are you getting any
other errors when online?
--
Glen Ventura, MS MVP Shell/User, A+
http://dts-l.org/goodpost.htm


"Telguy99" wrote in message
...
Here is a print of two of the error messages 1 is trying to print the other
is trying to scan...I also get the same type of errors when the weather
channel opens.

Error message when working on printing

Explorer caused an invalid page fault in module KERNEL.32 DLL at .0167:lower
bff7b9f5


Registers

EAX=7fc39e61 CS=0167 EIP=bff7b9f5 EFLGS=00010202
EBX=0080ffbc SS=016f ESP=007d0000 EBP=007d0024
ECX=007d1df8 DS=016f ESI=00000001 FS=264f
EDX=00000001 ES=016f EDI=816150ac GS=0000

Bytes at CS:EIP:

56 57 89 65 e8 75 04 33 c0 eb 54 85 c0 74 4b c7

Stack dump:
seven 0'sbefore the 1
0080ffbc 7fc39e61 1 0080fbc 01ebceb4 007didf8 bffc05b4 bff79250
fffffff 007d1e08 bff7ce23 7cf39e61 1 01ebcf5e 7fc39e61 007d1e30
seven 0's before the 1


Error message after trying to scan

Explorer caused an invalid page fault in module KERNEL.32 DLL at
.0000:832be420


Registers

EAX=832be420 CS=0167 EIP=832be420 EFLGS=00010282
EBX=000007d0 SS=016f ESP=0086fbf8 EBP=0086fc34
ECX=00000249 DS=016f ESI=00000000 FS=2787
EDX=00000008 ES=016f EDI=00000001 GS=0000

Bytes at CS:EIP:



Stack dump:

bfbd04cf 970 87 4008 238
bfbd51d 970 87 4008 0
bfbd0555 970 0086fc68 00530d94 0
0086fc90
All of these cells should have 8 digits fill with 0's



"glee" wrote:

What printer model, what scanner model? Does it happen in only a particular
program, or in any program?

When you get an "illegal operation" error message, click the "Details" button,

and
post back with the exact details word for word, up to but not including the

memory
registers. You are telling us they are invalid page faults in kernel32.dll, but

not
what program is named as causing it.
--
Glen Ventura, MS MVP Shell/User, A+
http://dts-l.org/goodpost.htm


"Telguy99" wrote in message
...
I am experiencing invalid page faults kernel 32 dll when using my scanner or
when working in my printing program. Doesn't happen all the time but is
starting to happen more and more. I tried uninstalling and reinstalling the
application software for these functions but I continue to receive errors. I
have also ran reg cleaner. Any help would be greatly appreciated. Thanks Bob




  #7  
Old March 14th 05, 03:17 PM
Telguy99
external usenet poster
 
Posts: n/a
Default

Thank you all for your posts. I have fixed my problem by replacing the
kernel32.dll file with the cabs copy...I no longer receive these errors and
everything appears to be running OK.

"glee" wrote:

The first thing I would do is to update the video card drivers.

If you are getting the same errors when the Weather Channel opens, that widens the
scope beyond your original mention of printing and scanning. Are you getting any
other errors when online?
--
Glen Ventura, MS MVP Shell/User, A+
http://dts-l.org/goodpost.htm


"Telguy99" wrote in message
...
Here is a print of two of the error messages 1 is trying to print the other
is trying to scan...I also get the same type of errors when the weather
channel opens.

Error message when working on printing

Explorer caused an invalid page fault in module KERNEL.32 DLL at .0167:lower
bff7b9f5


Registers

EAX=7fc39e61 CS=0167 EIP=bff7b9f5 EFLGS=00010202
EBX=0080ffbc SS=016f ESP=007d0000 EBP=007d0024
ECX=007d1df8 DS=016f ESI=00000001 FS=264f
EDX=00000001 ES=016f EDI=816150ac GS=0000

Bytes at CS:EIP:

56 57 89 65 e8 75 04 33 c0 eb 54 85 c0 74 4b c7

Stack dump:
seven 0'sbefore the 1
0080ffbc 7fc39e61 1 0080fbc 01ebceb4 007didf8 bffc05b4 bff79250
fffffff 007d1e08 bff7ce23 7cf39e61 1 01ebcf5e 7fc39e61 007d1e30
seven 0's before the 1


Error message after trying to scan

Explorer caused an invalid page fault in module KERNEL.32 DLL at
.0000:832be420


Registers

EAX=832be420 CS=0167 EIP=832be420 EFLGS=00010282
EBX=000007d0 SS=016f ESP=0086fbf8 EBP=0086fc34
ECX=00000249 DS=016f ESI=00000000 FS=2787
EDX=00000008 ES=016f EDI=00000001 GS=0000

Bytes at CS:EIP:



Stack dump:

bfbd04cf 970 87 4008 238
bfbd51d 970 87 4008 0
bfbd0555 970 0086fc68 00530d94 0
0086fc90
All of these cells should have 8 digits fill with 0's



"glee" wrote:

What printer model, what scanner model? Does it happen in only a particular
program, or in any program?

When you get an "illegal operation" error message, click the "Details" button,

and
post back with the exact details word for word, up to but not including the

memory
registers. You are telling us they are invalid page faults in kernel32.dll, but

not
what program is named as causing it.
--
Glen Ventura, MS MVP Shell/User, A+
http://dts-l.org/goodpost.htm


"Telguy99" wrote in message
...
I am experiencing invalid page faults kernel 32 dll when using my scanner or
when working in my printing program. Doesn't happen all the time but is
starting to happen more and more. I tried uninstalling and reinstalling the
application software for these functions but I continue to receive errors. I
have also ran reg cleaner. Any help would be greatly appreciated. Thanks Bob




  #8  
Old March 14th 05, 07:46 PM
PCR
external usenet poster
 
Posts: n/a
Default

You are welcome. Glad to hear it. Here is mine, in Win98SE...

KERNEL32.DLL
Desc: Win32 Kernel core component
Loc: C:\WINDOWS\SYSTEM
Size: 471,040 bytes
Mod: Friday, April 23, 1999 10:22:00 PM
Ver: 4.10.2222

That is old enough never to have been Windows Updated. Therefore, it
should be fine right out of the .cabs.


--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR

"Telguy99" wrote in message
...
| Thank you all for your posts. I have fixed my problem by replacing
the
| kernel32.dll file with the cabs copy...I no longer receive these
errors and
| everything appears to be running OK.
|
| "glee" wrote:
|
| The first thing I would do is to update the video card drivers.
|
| If you are getting the same errors when the Weather Channel opens,
that widens the
| scope beyond your original mention of printing and scanning. Are
you getting any
| other errors when online?
| --
| Glen Ventura, MS MVP Shell/User, A+
|
http://dts-l.org/goodpost.htm
|
|
| "Telguy99" wrote in message
| ...
| Here is a print of two of the error messages 1 is trying to print
the other
| is trying to scan...I also get the same type of errors when the
weather
| channel opens.
|
| Error message when working on printing
|
| Explorer caused an invalid page fault in module KERNEL.32 DLL at
..0167:lower
| bff7b9f5
|
|
| Registers
|
| EAX=7fc39e61 CS=0167 EIP=bff7b9f5 EFLGS=00010202
| EBX=0080ffbc SS=016f ESP=007d0000 EBP=007d0024
| ECX=007d1df8 DS=016f ESI=00000001 FS=264f
| EDX=00000001 ES=016f EDI=816150ac GS=0000
|
| Bytes at CS:EIP:
|
| 56 57 89 65 e8 75 04 33 c0 eb 54 85 c0 74 4b c7
|
| Stack dump:
| seven 0'sbefore the 1
| 0080ffbc 7fc39e61 1 0080fbc 01ebceb4 007didf8 bffc05b4 bff79250
| fffffff 007d1e08 bff7ce23 7cf39e61 1 01ebcf5e 7fc39e61 007d1e30
| seven 0's before the 1
|
|
| Error message after trying to scan
|
| Explorer caused an invalid page fault in module KERNEL.32 DLL at
| .0000:832be420
|
|
| Registers
|
| EAX=832be420 CS=0167 EIP=832be420 EFLGS=00010282
| EBX=000007d0 SS=016f ESP=0086fbf8 EBP=0086fc34
| ECX=00000249 DS=016f ESI=00000000 FS=2787
| EDX=00000008 ES=016f EDI=00000001 GS=0000
|
| Bytes at CS:EIP:
|
|
|
| Stack dump:
|
| bfbd04cf 970 87 4008 238
| bfbd51d 970 87 4008 0
| bfbd0555 970 0086fc68 00530d94 0
| 0086fc90
| All of these cells should have 8 digits fill with 0's
|
|
|
| "glee" wrote:
|
| What printer model, what scanner model? Does it happen in only
a particular
| program, or in any program?
|
| When you get an "illegal operation" error message, click the
"Details" button,
| and
| post back with the exact details word for word, up to but not
including the
| memory
| registers. You are telling us they are invalid page faults in
kernel32.dll, but
| not
| what program is named as causing it.
| --
| Glen Ventura, MS MVP Shell/User, A+
| http://dts-l.org/goodpost.htm
|
|
| "Telguy99" wrote in message
| ...
| I am experiencing invalid page faults kernel 32 dll when using
my scanner or
| when working in my printing program. Doesn't happen all the
time but is
| starting to happen more and more. I tried uninstalling and
reinstalling the
| application software for these functions but I continue to
receive errors. I
| have also ran reg cleaner. Any help would be greatly
appreciated. Thanks Bob
|
|
|
|


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
explorer invalid page fault module kernel32.dll andy General 4 October 6th 04 10:43 PM
invalid page fault in module MFC42.DLL Scott General 1 August 2nd 04 07:22 PM
Invalid page faults in module KERNEL32.dll while downloading from internet david Internet 1 July 28th 04 01:29 PM
unknown? genX Software & Applications 4 July 11th 04 01:36 PM
Please: Internet connection severed by "invalid page fault in module MSJAVA. DL martha Improving Performance 3 May 24th 04 02:34 AM


All times are GMT +1. The time now is 09:50 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.