|
录制完脚本,回放的时候,出现以下错误:
脚本如下:
{
lrs_create_socket("socket0", "TCP", "LocalHost=0", "RemoteHost=220.171.0.99:211", LrsLastArg);
lrs_send("socket0", "buf0", LrsLastArg);
lrs_receive("socket0", "buf1", LrsLastArg);
lrs_send("socket0", "buf2", LrsLastArg);
lr_think_time(4);
lrs_receive("socket0", "buf3", LrsLastArg);
lrs_send("socket0", "buf4", LrsLastArg);
lrs_receive("socket0", "buf5", LrsLastArg);
lrs_send("socket0", "buf6", LrsLastArg);
lrs_receive("socket0", "buf7", LrsLastArg);
lrs_send("socket0", "buf8", LrsLastArg);
lrs_close_socket("socket0");
return 0;
}
Error (pp_init): Failed to load message table [MsgId: MERR0]
警告: 扩展 wsrun32.dll 报告在调用函数 ExtPerProcessInitialize 时出现错误 -1 [MsgId: MWAR-10485]
错误: 线程上下文: 调用驱动程序的服务失败。原因 – 线程上下文未在此线程上初始化。 [MsgId: MERR-10176]
[ Last edited by rongtianai on 2005-4-22 at 11:59 ] |
|