Failure in Start Stress?

  • Thread starter Thread starter Sam Hsieh
  • Start date Start date
S

Sam Hsieh

When I was doing the 2c_ReceivePackets.wsf test with my wireless lan
driver in Windows XP SP1, it showed that "Failure in Start Stress"
(see below). Could anyone give me advice that if my configuration is
not properly set or something wrong else? Before it was ok, but it
went wrong after I did "windows update" via website. Even I removed
the new added Hotfix patches, it remains problems.

-- log

Variation #19 Running stress
StartStress
- OpenId = 0x02010001
- StressServer OpenId = 0x01010001
- PacketSize = 1514
- StressOptions :
: CYCLICAL
: RAND
: ACK
: WINDOWING_ON
- Iterations = 5
WARNED: FAILURE: unable to start stress server
StartStress failed: Unable to start any stress servers
FAILED: [0] Failure in Start Stress
FAILED: [21403] Unable to start stress test
 
The miniport was returning 0 for OID_GEN_LINK_SPEED. NDISTest does not start
the stress tests if the link speed is zero. The miniport must return a
default link speed even if it hasnt determined it yet. Combination of link
speed and media connect status is used to determine if the link is actually
present.

Mitesh
 
Back
Top