| Author |
Message |
bik
Guest
|
Posted:
Tue Nov 08, 2005 3:34 pm Post subject:
Assertion failed, doesn't happen in XP Pro |
|
|
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? |
|
| Back to top |
|
 |
Gordon Smith (eMVP)
Guest
|
Posted:
Tue Nov 08, 2005 5:27 pm Post subject:
Re: Assertion failed, doesn't happen in XP Pro |
|
|
bik wrote:
| Quote: | 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?
--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions |
|
| Back to top |
|
 |
bik
Guest
|
Posted:
Tue Nov 08, 2005 5:27 pm Post subject:
Re: Assertion failed, doesn't happen in XP Pro |
|
|
yes, i've included all components related to performance counters, and also
all WMI components
"Gordon Smith (eMVP)" <Gordon.Smith@nospam.avnet.com> escribió en el mensaje
news:OvGk78H5FHA.3400@tk2msftngp13.phx.gbl...
| Quote: | bik wrote:
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?
--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions
|
|
|
| Back to top |
|
 |
Gordon Smith (eMVP)
Guest
|
Posted:
Tue Nov 08, 2005 5:27 pm Post subject:
Re: Assertion failed, doesn't happen in XP Pro |
|
|
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...
bik wrote:
| Quote: | yes, i've included all components related to performance counters,
and also all WMI components
"Gordon Smith (eMVP)" <Gordon.Smith@nospam.avnet.com> escribió en el
mensaje news:OvGk78H5FHA.3400@tk2msftngp13.phx.gbl...
bik wrote:
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?
--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions
|
--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions |
|
| Back to top |
|
 |
bik
Guest
|
Posted:
Wed Nov 09, 2005 9:29 am Post subject:
Re: Assertion failed, doesn't happen in XP Pro |
|
|
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?
"Gordon Smith (eMVP)" <Gordon.Smith@nospam.avnet.com> escribió en el mensaje
news:%23%23OtzPI5FHA.2816@tk2msftngp13.phx.gbl...
| Quote: | 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...
bik wrote:
yes, i've included all components related to performance counters,
and also all WMI components
"Gordon Smith (eMVP)" <Gordon.Smith@nospam.avnet.com> escribió en el
mensaje news:OvGk78H5FHA.3400@tk2msftngp13.phx.gbl...
bik wrote:
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?
--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions
--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions
|
|
|
| Back to top |
|
 |
|
|
|
|