51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3303|回复: 2
打印 上一主题 下一主题

[资料] LR脚本无法运行

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2011-6-28 10:00:07 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
vuser_init()
{
   return 0;
}

Action()
{     
      

        lr_start_transaction("open_player(1)");

     lreal_open_player(1);   //新建realplayer实例

        lr_end_transaction("open_player(1)", LR_AUTO);
   
     lreal_open_url(1,"rtsp://192.168.1.50/movie/pianist1.rmvb";);  //打开url
     lr_think_time(8);
     lreal_play(1,110);       //播放realplayer一个片段

        lr_start_transaction("stop_real(1)");
     lreal_stop(1);
        lr_end_transaction("stop_real(1)", LR_AUTO);
     
     lreal_close_player(1);
    return 0;
}


vuser_end()
{
    return 0;
}

刚刚学LR,编写的写个脚本为啥无法运行,请各位指教一下。无限感激
以下是出错信息
Error:Failed to load the pnen3260.dll library.        [MsgId: MERR-62852]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.        [MsgId: MERR-10176]
Warning: Extension lreal32.dll reports error -2147467259 on call to function ExtPerProcessInitialize        [MsgId: MWAR-10485]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.        [MsgId: MERR-10176]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2013-4-25 16:54:58 | 只看该作者
我也遇见了,不知道楼主解决没有,怎么解决的啊!
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-10-5 22:21 , Processed in 0.089111 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表