Invalid page fault in module MSVBVM60.DLL 
Author Message
 Invalid page fault in module MSVBVM60.DLL

My program (templink) crashes regularly at some sites
with the following message:

TEMPLINK caused an invalid page fault in
module MSVBVM60.DLL at 0157:66106315.

This usually happens when closing the program, but also elsewhere.

I have never had this on my development system.

Any ideas what to look for?

Thanks
David



Sun, 19 Sep 2004 02:28:05 GMT  
 Invalid page fault in module MSVBVM60.DLL
I should have added that I already have VB6 with SP5
MS Q257786 says the problem was fixed in the latest
SP, so I this should not happen!



Quote:
> My program (templink) crashes regularly at some sites
> with the following message:

> TEMPLINK caused an invalid page fault in
> module MSVBVM60.DLL at 0157:66106315.

> This usually happens when closing the program, but also elsewhere.

> I have never had this on my development system.

> Any ideas what to look for?

> Thanks
> David



Sun, 19 Sep 2004 02:44:40 GMT  
 Invalid page fault in module MSVBVM60.DLL


Quote:
> My program (templink) crashes regularly at some sites
> with the following message:

> TEMPLINK caused an invalid page fault in
> module MSVBVM60.DLL at 0157:66106315.

> This usually happens when closing the program, but also elsewhere.

> I have never had this on my development system.

> Any ideas what to look for?

Are you subclassing and/or creating any hooks?  It's common for a VB app to
crash if you haven't unsubclassed or unhooked properly.  Also, sometimes
when doing so, the End statement will cause the app to crash even if you've
unsubclassed/unhooked.  Most likely, it's caused by something that's not
being properly "cleaned up"....either something you've done in your app or
possibly even within a component you're using.

It's also not at all uncommon for your app to behave fine within the IDE and
the problem is only exposed when the compiled program is run.  IOW, just
because the problem has never occured within VB, it doesn't mean you've
properly cleaned up.

Mike



Sun, 19 Sep 2004 05:28:53 GMT  
 Invalid page fault in module MSVBVM60.DLL
Hi David,

If they are running Norton Anti-virus, this fixed our problem:

http://service4.symantec.com/SUPPORT/nav.nsf/aab56492973adccd88256945...
5/557393801803e57985256a160074944b?OpenDocument

David L. Beckwith


Quote:
> My program (templink) crashes regularly at some sites
> with the following message:

> TEMPLINK caused an invalid page fault in
> module MSVBVM60.DLL at 0157:66106315.



Mon, 20 Sep 2004 03:12:02 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. invalid page fault in module MSVBVM60.DLL

2. IEXPLORE caused an invalid page fault in module MSVBVM60.DLL

3. VB6 caused an invalid page fault in module MSVBVM60.DLL at 014f:6604b3ce

4. Invalid Page Fault in MSVBVM60.DLL

5. MSACCESS caused an invalid page fault in module VBA332.DLL

6. Invalid Page Fault in module RICHED20.DLL????

7. ACCESS Invalid Page Fault in Module VBA332.DLL

8. MSACCESS caused an invalid page fault in module vba332.dll

9. Invalid Page Fault in Module VBA332.DLL

10. Winword caused an invalid page fault in module VBE6.DLL

11. VB5 caused an invalid page fault in module KERNEL32.DLL

12. VB6 caused invalid page fault in module MSXBSE35.DLL

 

 
Powered by phpBB® Forum Software