Assertion failed, doesn't happen in XP Pro

  • Thread starter Thread starter bik
  • Start date Start date
B

bik

Hi to all, i've got a problem executing Eyeball Chat in XP embedded, but the
application works good with XP Pro.
When I try to start a video chat session, i get next error message:

Assertion failed.
Expression: m_bInitCounterInfo && "Failed to locate counter definition."
Version: 2, 20, 1009, 1
File: C:\EReleases\LIBS\QualityAdaptation2\Sources\MeasureCPUUsage2.cpp

Nevertheless, this never happens with XP Pro. I've checked all dependencies,
and don't know what can be the cause, may someone help me?
 
bik said:
Hi to all, i've got a problem executing Eyeball Chat in XP embedded,
but the application works good with XP Pro.
When I try to start a video chat session, i get next error message:

Assertion failed.
Expression: m_bInitCounterInfo && "Failed to locate counter
definition." Version: 2, 20, 1009, 1
File:
C:\EReleases\LIBS\QualityAdaptation2\Sources\MeasureCPUUsage2.cpp
Nevertheless, this never happens with XP Pro. I've checked all
dependencies, and don't know what can be the cause, may someone help
me?

I've never used that program, but just a wild guess from the CPP filename
would be performance counters. Have you included performance counters in
your build?
 
yes, i've included all components related to performance counters, and also
all WMI components
 
You could always use RegMon to trace the registry API calls to see what it
tried to find. I'm assuming of course that it's a problem finding the
correct perf counter. It could be something different...
 
I already have made a trace with RegMon and FileMon, and everything seems to
be correct, there aren't missed dependencies, so I think that the problem
could be on the Eyeball Chat application. But the strange thing is that this
error never happens in XP Pro. May be they don't use the same dlls, or they
are a bit different?
 
Back
Top