我用 Ajax TruClient 协议创建了一个脚本,调试它直到它在 VUgen 中完美运行。
之后,我将脚本包含到 ContinuousIntegration 过程的 .XML 列表中。它可以成功运行几天。有一天它开始失败,它的 mdrv<...>。
日志看起来像:
t=00600869ms: Error -205177: Internal Error - Failed to create _sBrowserLoader [MsgId: MERR-205177] [MsgId: MERR-205177]
Warning: Extension LrWeb2Replay reports error -1 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]
现在我已经有几个这样的失败脚本,我不明白出了什么问题。
由于日志文件包含“无法创建 _sBrowserLoader”,所以也许我应该在启动下一个 Ajax TruClient 脚本之前终止 FF 进程?可能是什么原因?如何解决这个问题?