question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I keep getting a dialog box that says

Program:...iles\cox\applications\app\CurtainsSysSvcNt.exe
File: d:\commdev\grisc\filterdllolder\g...\grintercept.cpp
Line: 896

Expression: lpIntercept->PathMTU!=0

your program can cause as assertion failure

please abort or ignore or retry

Why is this happening?? and How do I fix it???
thank you
 
An assertion is a programming language construct that indicates an
assumption on which the program is based. It takes the form of an expression
which is intended to be true. Most languages only use assertions to check
such assumptions, but others use them to document design decisions. If an
assertion proves false, it indicates a possible bug in the program. This is
called an "assertion failure."

your program CurtainsSysSvcNt.exe is an adblocker program probably one with
a bug, update or check for latest if u want to use the program. else simply
uninstall there are far better and easier ways to block ads using hosts file
that is easy and hasslefree.

Hope this helps...
Umesh Thota
www.windowsworkshop.com
 
Back
Top