大家好,我是陈锐。

今天分享内容来源E-prime官方网络整理,内容仅供参考学习分享。翻译内容存在错误,仅供参考,以英文为准。

本公众号E-prime相关内容可参考以下链接:

本文适用于:
E-Prime 3.0
E-Prime 2.0
E-Prime 1.x
Error # 错误编号Displayed Message 报错信息Error Description 错误描述Solution 解决方法
-999Unable to buffer movie - Too many retires 无法缓冲电影-退出太多While most of the movie formats supported by E-Prime should be relatively stable, it is possible for issues to occur with certain formats depending on your machine's configuration. 虽然E-Prime支持的大多数电影格式应该相对稳定,但某些格式可能会出现问题,具体取决于您的机器配置。Upgrade to the most recent version of E-Prime 3.0 / 2.0.  Install the K-Lite set of codecs and DivX. See [EXPERIMENT DESIGN: Codec Config 22687] for more details.  Convert your movie to a different format. If you need an application to do this, we recommend SUPER - which is free. See http://www.erightsoft.net/SUPER.html for downloading instructions. 升级到最新版本的E-Prime 3.0 / 2.0。 安装K-Lite编解码器集和DivX。 将电影转换为其它格式。
-999Factor error - [name]is not a procedure object 因子错误- [名称]不是程序对象This error will occur if a List object calls a Procedure that does not exist. Typically, a yellow question mark (?) will appear beneath the List object callin the invalid Procedure.  如果List对象调用不存在的Procedure,则会发生此错误。通常,黄色问号(?)将出现在调用无效过程的列表对象下面。Check your List objects and ensure that the names under the Procedure column reference an existing Procedure. 检查列表对象,确保Procedure列下的名称引用现有Procedure。
6Overflow 溢流The Overflow error occurs when a variable is assigned a value it cannot contain. This typically relates to Integer variables, which can only hold values up to 32767. If a value such as 40000 is assigned to an Integer, an Overflow error will occur.  当为变量分配了它无法包含的值时,会发生溢出错误。这通常与整型变量有关,整型变量最多只能保存32767个值。如果将值(如40000)赋给整数,则会发生溢出错误。Change your Integer variables to Long variables. Longs can hold up to 2 billion, which should account for any situation. 将整型变量更改为长整型变量。Longs可以容纳多达20亿
9Subscript out of range 下标超出范围This error will occur when trying to access a "slot" in an array that does not exist. For example:   Dim arrStim(10) As String arrStim(20) = "jop"   This script creates an array (arrStim) of 10 slots, and then immediately attempts to assign a value to the 20th slot, which does not exist. 尝试访问不存在的阵列中的“插槽”时会发生此错误。例如: 定义 arrStim(10)为字符串arrStim(20)=“jop” 此脚本创建一个包含10个插槽的数组(arrStim),然后立即尝试为不存在的第20个插槽赋值。Ensure that the "slot" in the array exists.  确保阵列中的“插槽”存在。
1004Method Paste of object worksheet failed 对象工作表的粘贴方法失败The macro security setting may be too high.  Verify that the correct macros were installed on your system when you installed E-Prime. Go to ...<ProgramFiles>/PST/EPrime/Program. In that folder, there should be a Macro called EDataAidAnalysis.Macros. 宏安全设置可能太高。 验证在安装E-Prime时系统上安装了正确的宏。去... <ProgramFiles>/PST/EPrime/程序。在该文件夹中,应该有一个名为EDataAidAnalysis. Macros的宏。Verify the macros security settings on your computer. From Excel, go to Tools - Macro - Security. If the setting is on High or Very High, please lower it to Medium or Low and try again. 验证计算机上的宏安全设置。从Excel中,转到工具-宏-安全性。如果设置为高或非常高,请将其降低到中或低,然后重试。
10000The allowable response was unrecognized: <response><response> = string value that was not recognized 无法识别允许的响应:=<response><response>无法识别的字符串值E-Basic: The Allowable parameter in the InputDevice.CreateInputMask is not recognized by the input mask.  E-Studio: The value entered in the Allowable field in the Response Options (Duration/Input Property Page) is not recognized by the input mask. E-Basic:输入掩码无法识别InputDevice.CreateInputMask中的Allowable参数。 E-Studio:输入掩码无法识别在响应选项(持续时间/输入属性页)的允许字段中输入的值。Enter device specific values for allowable response. 为允许的响应输入设备特定值。
10001The allowable response cannot be empty 允许响应不能为空E:Basic: The Allowable parameter for InputDevice.CreateInputMask must contain a value that is recognized by the input mask.  E-Studio: The Allowable field in Response Options (Duration/Input Property Page) must contain a value when input is enabled. E:基本:InputDevice的Allowable参数。CreateInputMask必须包含输入掩码可以识别的值。 E-Studio:启用输入时,响应选项(持续时间/输入属性页)中的允许字段必须包含值。Enter device specific values for allowable response. 为允许的响应输入设备特定值。
10002Cannot have duplicate response 不能有重复的响应E-Basic: The Allowable parameter in InputDevice.CreateInputMask includes duplicate response entries.  E-Studio: A single value has been entered more than once. Since the Allowable field in the Response Options (Duration/Input Property Page) represents a mask of values, entering duplicate values would be redundant. E-Basic:InputDevice.CreateInputMask中的允许参数包含重复的响应条目。 E-Studio:已多次输入单个值。由于“响应选项”(“持续时间/输入”属性页)中的“允许”字段表示值掩码,因此输入重复值是多余的。Verify that unique entries are entered only once. 验证唯一条目是否仅输入一次。
10004Experiment terminated by user 用户终止实验The CTRL+ALT+SHIFT keypress combination was detected, signaling the E- Run runtime engine to terminate. 检测到CTRL+ALT+SHIFT组合键,向E- Run运行时引擎发出终止信号。None. The experiment is aborted. 实验中止。
10005Experiment abnormally terminated 实验异常终止An error occurred in the runtime that caused the experiment to terminate abnormally. 运行时中发生错误,导致实验异常终止。Contact technical support if this error can be replicated on a regular basis. 如果此错误可以定期重现,请与技术支持部门联系。
10006Assertion Failed 断点失败An error was thrown due to a Debug.Assert statement evaluating to False. It is a good programming practice to place numerous Debug.Assert statements throughout an experiment to ensure it is operating to design specifications. 由于Debug.Assert语句的计算结果为False而引发错误。在整个实验过程中放置大量Debug.Assert语句是一种很好的编程实践,可以确保实验按照设计规范运行。Evaluate experiment specification to determine cause for the Debug.Assert statement evaluating to False. 评估实验规范以确定Debug.Assert语句评估为False的原因。
10007Cannot call .Run when DeviceManger is suspended 无法调用。请在DeviceManger挂起时运行A call to RteRunnableObject.Run is not permitted while the DeviceManager is suspended. For more information, refer to the DeviceManager.Suspend command in the E-Basic Online Help. DeviceManager挂起时不允许调用RteRunnableObject.Run。有关详细信息,请参阅E-Basic联机帮助中的DeviceManager.Suspend命令。Call DeviceManager.Resume to permit E-Basic runtime operations to be permitted. 调用DeviceManager.Resume以允许E-Basic运行时操作。
10008Port value out of range 端口值超出范围The value for RteRunnableInputObject.OnsetSignalPort  or RteRunnableInputObject.OffsetSignalPort is invalid. 值无效。Enter valid port address values for this property. 为此属性输入有效的端口地址值。
10010Invalid Context 无效上下文The Context parameter passed to Procedure.Run is not valid. 传递给Procedure.Run的Context参数无效。Specify a valid parameter of Context data type to the function. 请为函数指定Context数据类型的有效参数。
10011Cannot call Suspend when already Suspended 已挂起时无法调用SuspendCannot call DeviceManager.Suspend when the DeviceManager is already suspended. 无法调用DeviceManager。请在DeviceManager已挂起时挂起。Call DeviceManager.Resume to resume the DeviceManager before suspending a subsequent time. 调用DeviceManager.Resume,在下次挂起之前恢复DeviceManager。
10012Cannot call Resume without first calling Suspend 没有首先调用Suspend,无法调用ResumeCannot call DeviceManager.Resume without a call to DeviceManager.Suspend to suspend the DeviceManager. 无法调用DeviceManager。请在不调用DeviceManager的情况下继续。Suspend可挂起DeviceManager。Call DeviceManager.Suspend first, before resuming the DeviceManager with a call to DeviceManager.Resume. 调用DeviceManager。先挂起,然后通过调用DeviceManager.Resume恢复DeviceManager。
10013CreateInputMask not allowed when device is emulating 设备正在模拟时不允许CreateInputMaskWhen a device is opened to emulate its input responses into another device, it does not process input for itself. Therefore, a call to InputDevice.CreateInputMask is not permitted. 当一个设备被打开以模拟它对另一个设备的输入响应时,它不为自己处理输入。因此,不允许调用InputDevice.CreateInputMask。Either stop the device from emulating its input responses to another device, or create the input mask on the device into which it is emulating. 要么停止设备模拟其对另一个设备的输入响应,要么在它要模拟的设备上创建输入掩码。
10014MaxCount specified is too large 指定的MaxCount太大The value specified for the maximum number of entries for the collection exceeds the largest value the collection can hold. 为集合的最大项数指定的值超过了集合可以容纳的最大值。Specify a value less than or equal to 4096, the largest value a collection can hold. 指定一个小于或等于4096的值,4096是集合可以容纳的最大值。
10015Invalid EchoClients Parameter 无效的EchoClients参数The value specified for the EchoClients parameter for InputDevice.CreateInputMask is not valid. The EchoClients parameter must be a variable of RteObject data type and hold a collection of EchoClient objects. 为InputDevice. CreateInputMask的EchoClients参数指定的值无效。EchoClients参数必须是RteObject数据类型的变量,并包含EchoClient对象的集合。Specify a value for the EchoClient parameter that represents a collection of valid EchoClient objects. 为EchoClient参数指定一个值,该值表示有效EchoClient对象的集合。
10016Invalid EndResponseAction 结束响应操作无效The value specified for the EndResponseAction parameter for InputDevice.CreateInputMask is invalid. 为InputDevice.CreateInputMask的EndResponseAction参数指定的值无效。Specify a value that is valid for the EndResponseAction parameter. The constants, ebEndResponseActionNone, ebEndResponseActionTerminate,and ebEndResponseActionJump can be used for these values. 指定对EndResponseAction参数有效的值。 常量ebEndResponseActionNone、ebEndResponseActionTerminate和ebEndResponseActionJump可用于这些值。
10017Invalid Termination Response 终止响应无效E-Basic: The value specified for the TerminationResponse paramater for InputDevice.CreateInputMask is not valid or recognized by the input mask.  E-Studio: The value entered in the Termination Response field in the Advanced Response Options (Duration/Input Property Page) is not recognized by the input mask. E-Basic:为InputDevice. CreateInputMask的TerminationResponse参数指定的值无效或无法被输入掩码识别。 E-Studio:输入掩码无法识别在“高级响应选项”(“持续时间/输入”属性页)的“终止响应”字段中输入的值。Enter device specific values for the termination response. 为终止响应输入特定于设备的值。
10018Correct Response is not part of Allowable 正确回答不是允许的一部分E-Basic: The value entered in the Correct parameter for the InputDevice.CreateInputMask is not included as part of the Allowable Response parameter.  E-Studio: The value entered in the Correct Response field in the Response Options (Duration/Input Property Page) is not included as part of the Allowable Response Options. E-Basic:在InputDevice.CreateInputMask的Correct参数中输入的值不作为允许响应参数的一部分。 E-Studio:在“响应选项”(“持续时间/输入”属性页)的“正确响应”字段中输入的值不作为“允许的响应选项”的一部分。Specify a value that is included as part of the allowable response. 指定作为允许响应的一部分包含的值。
10019Termination Response is not part of Allowable 终止响应不是允许的一部分E-Basic: The value entered in the TerminationResponse parameter for the InputDevice.CreateInputMask is not included as part of the Allowable response parameter.  E-Studio: The value entered in the Terminiation Response field in the Advanced Response Options (Duration/Input Property Page) is not included as part of the Allowable response Options. E-Basic:在InputDevice.CreateInputMask的TerminationResponse参数中输入的值不作为允许响应参数的一部分包括在内。 E-Studio:在高级响应选项(持续时间/输入属性页)的终止响应字段中输入的值不包含在允许的响应选项中。Specify a value that is included as part of the allowable response. 指定作为允许响应的一部分包含的值。
10020Unknown Custom Option: '<options>'   <options> = string representation of the custom options not recognized by the input mask 未知的自定义选项:"<options>" <options>=输入掩码无法识别的自定义选项的字符串表示形式The value entered in the CustomOptions parameter for the InputDevice.CreateInputMask is not recognized by the input mask. 输入掩码无法识别在CustomOptions参数中为InputDevice.CreateInputMask输入的值。Specify device specific custom options for this parameter. 为此参数指定设备特定的自定义选项。
10022Cannot terminate a mask that is not armed. 无法终止未配备的掩码。An error was thrown as a result of a call to InputMask.Terminate at a point where the input mask was not armed to accept input responses. An input mask is automatically armed when the RteRunnableInputObject it belongs to .Run is called. An input mask can become unarmed when it times out, accepts max count responses, termination response occurs, or is terminated in response to another mask being terminated. 调用InputMask时引发错误。请在输入掩码未准备接受输入响应的点终止。当调用输入掩码所属的RteRunnableInputObject.Run时,将自动配备输入掩码。当输入掩码超时、接受最大计数响应、发生终止响应或响应于另一个掩码被终止而被终止时,输入掩码可以变为解除武装。Call InputMask.Terminate only when the InputMask is armed to accept input responses. 调用InputMask。仅在InputMask准备好接受输入响应时终止。
10023Invalid Echo Client Found 找到无效的Echo客户端An error was thrown due to the EchoClients parameter for InputDevice.CreateInputMask containing an object that is not of the EchoClient data type. 由于InputDevice. CreateInputMask的EchoClients参数包含非EchoClient数据类型的对象,因此引发错误。Call InputDevice.CreateInputMask with a EchoClients parameter that represents a collection of objects that are of data type EchoClient. 使用表示数据类型为EchoClient的对象集合的EchoClients参数调用InputDevice.CreateInputMask。
10024Mask does not support reserved object 掩码不支持保留对象An error was thrown due to the ReservedObject parameter for InputDevice.CreateInputMask being specified for a mask that does not recognize, support, or require an extended object to be specified. 由于为不识别、不支持或不要求指定扩展对象的掩码指定了InputDevice.CreateInputMask的ReservedObject参数,导致引发错误。Call InputDevice.CreateInputMask with a ReservedObject parameter only for input masks that require a reserved object. 仅对需要保留对象的输入掩码使用ReservedObject参数调用InputDevice.CreateInputMask。
10025Unavailable Owner 所有者不可用An error was thrown due to an object of type InputMask not being part of a RteRunnableInputObject input mask collection.  (e.g., after a trial completes and the running object no longer requires the input mask.) 由于InputMask类型的对象不是RteRunnableInputObject输入掩码集合的一部分,因此引发错误。 (e.g.,在试验完成并且运行的对象不再需要输入掩码之后)。Obtain a reference to an input mask prior to an object's run and only use until the end of the trial. 在对象运行之前获取对输入掩码的引用,并且仅在试验结束之前使用。
10026Cannot specify both before and after index 不能同时指定索引前和索引后An attempt to add an object will fail with a runtime error when both the Before and After parameters are specified for the RteCollection.Item call. The Before and After parameters are mutually exclusive and only one should be specified. 如果同时为RteCollection.Item调用指定了Before和After参数,则添加对象的尝试将失败,并出现运行时错误。Before和After参数是互斥的,只能指定其中一个。Call RteCollectionAdd with Before or After specified, but not both. 调用RteCollectionAdd时指定Before或After,但不能同时指定两者。
10027Invalid after index 索引后无效The After parameter for RteCollection.Add must represent a valid integer index or string key into the collection. An error will be thrown when the After parameter represents any other data type. RteCollection.Add的After参数必须表示集合中的有效整数索引或字符串键。当After参数表示任何其他数据类型时,将引发错误。Call RteCollection.Add with a value for After as an integer index or string key into the collection. 调用RteCollection。将After的值作为整数索引或字符串键添加到集合中。
10028Invalid before index 索引前无效The Before parameter for RteCollection.Add must represent a valid integer index or string key into the collection.  An error will be thrown when the Before parameter represents any other data type. RteCollection.Add的Before参数必须表示集合中的有效整数索引或字符串键。 当Before参数表示任何其他数据类型时,将引发错误。Call RteCollection.Add with a value for Before as an integer index or string key into the collection. 调用RteCollection。将Before的值作为整数索引或字符串键添加到集合中。
10029Cannot add null to a collection 无法向集合添加空值The RteCollection data type holds objects that are of RteObject or derived data type. An error will be thrown if the value for the Item parameter for RteCollection.Add represents any other data type. RteCollection数据类型保存RteObject或派生数据类型的对象。如果RteCollection.Add的Item参数值表示任何其他数据类型,则将引发错误。Call RteCollection.Add with a value for the Item parameter that represents a valid object of type RteObject. 调用RteCollection。与表示RteObject类型的有效对象的Item参数值相加。
10030Add functionality for this collection is not supported. 不支持为此集合添加功能。The specific collection does not permit items to be added to it as a result of a call to RteCollection.Add. 特定集合不允许将项作为对RteCollection.add的调用的结果添加到其中。n/a
10031Remove functionality for this collection is not supported. 不支持此集合的删除功能。The specific collection does not permit items to be removed from it as a result of a call to RteCollection.Remove. 特定集合不允许由于调用RteCollection.Remove而从中移除项。n/a
10032RemoveAll functionality for this collection is not supported 不支持此集合的RemoveAll功能The specific collection does not permit all items to removed from it as result to a call to RteCollection.RemoveAll 特定集合不允许由于调用RteCollection.RemoveAll而从中移除所有项n/a
10033This key is already associated with an element of this collection 此键已与此集合的某个元素关联The Key parameter uniquely identifies a mechanism to recall an object from a collection. An error will occur if an attempt is made to add an item with a Key parameter matching that of an exisiting item in the collection. The string key will remain until the object is removed from the collection. Key参数唯一标识从集合中回调对象的机制。 如果试图添加Key参数与集合中现有项的Key参数匹配的项,则会发生错误。 字符串键将一直保留,直到从集合中移除该对象。Call RteCollection.Add with a unique string key. 调用RteCollection.Add,使用唯一的字符串键。
10034Invalid before and after index 前后索引无效An invalid value was specified for the Before and After parameters for RteCollection.Add. The Before or After parameter for RteCollection.Add must represent a valid integer index or string key into the collection. 为RteCollection.Add的Before和After参数指定的值无效。RteCollection.Add的Before或After参数必须表示集合中的有效整数索引或字符串键。Call RteCollection.Add with a value for Before or After as an integer index or string key into the collection. 调用RteCollection。将Before或After的值作为整数索引或字符串键添加到集合中。
10035Unable to add item to collection 无法将项目添加到集合The call to RteCollection.Add failed due to the specific collection not supporting the data type attempting to be added. 由于特定集合不支持试图添加的数据类型,对RteCollection.Add的调用失败。Call RteCollection.Add with an Item parameter containing a valid value for the collection. 使用包含集合有效值的Item参数调用RteCollection.Add。
10036Unable to remove item from collection 无法从集合中移除项目The call to RteCollection.Remove failed due to the Index parameter not being valid. 由于Index参数无效,对RteCollection.Remove的调用失败。Call RteCollection.Remove with an Index parameter representing a valid value for the collection. 调用RteCollection.Remove,并使用表示集合有效值的Index参数。
10037Internal Error: Cannot find before key 内部错误:找不到之前的键The call to RteCollection.Add failed due to the Before parameter specifying an integer index or string key that is not valid for the collection. The numeric index starts at 1 and must be less than or equal to RteCollection.Count. 由于Before参数指定的整数索引或字符串键对集合无效,对RteCollection.Add的调用失败。 数字索引从1开始,并且必须小于或等于RteCollection.Count。Call RteCollection.Add with a Before parameter that is valid for the collection. 调用RteCollection.Add,并使用对集合有效的Before参数。
10038Internal Error: Cannot find after key 内部错误:无法在键后找到The call to RteCollection.Add failed due to the After parameter specifying an integer index or string key that is not valid for the collection. The numeric index starts at 1 and must be less than or equal to RteCollection.Count. 由于After参数指定的整数索引或字符串键对集合无效,对RteCollection.Add的调用失败。 数字索引从1开始,并且必须小于或等于RteCollection.Count。Call RteCollection.Add with a After parameter that is valid for the collection. 调用RteCollection.Add,并使用对集合有效的After参数。
10039The value for the KEY parameter is either invalid or cannot be found in this collection KEY参数的值无效或在此集合中找不到An operation on RteCollection failed due to the Key parameter not specifying a valid string key of an item in the collection.  This error will occur if you are attempting to access an item from a collection, but the item specified does not exist. A common situation is gaining access to a Slide sub-object that is not present. This typically occurs when the sub-object name is specified incorrectly. Check any InLine objects in your experiment and see if you are accessing any items from a collection. If so, ensure that the item name specified is valid and exists within the collection. 由于Key参数未指定集合中某个项的有效字符串键,对RteCollection的操作失败。 如果试图访问集合中的项,但指定的项不存在,则会发生此错误。常见的情况是访问不存在的“幻灯片”子对象。这通常在子对象名称指定不正确时发生。检查实验中的任何InLine对象,并查看是否正在访问集合中的任何项。如果是,请确保指定的项名称有效并且存在于集合中。Call RteCollection methods with valid string key entries of items in the collection. 使用集合中项的有效字符串键项调用RteCollection方法。
10041The value for the INDEX parameter is either invalid or is not within range for this collection INDEX参数的值无效或不在此集合的范围内An operation on RteCollection failed due to the Index parameter not specifying a valid integer index of an item in the collection. The numeric index starts at 1 and must be less than or equal to RteCollection.Count. 由于Index参数未指定集合中某个项目的有效整数索引,对RteCollection的操作失败。数字索引从1开始,并且必须小于或等于RteCollection.Count。Call RteCollection methods with a valid index to entries of items in the collection. 使用集合中项的有效索引调用RteCollection方法。
10042Name can only be set once 名称只能设置一次The RteObject.Name property may be written only once. Once the RteObject.Name property is set, it cannot be renamed. RteObject.Name属性只能写入一次。一旦设置了RteObject.Name属性,就无法重命名它。n/a
10043Name cannot be empty 名称不能为空E-Basic: The RteObject.Name property cannot be an empty string.  E-Studio: An object was named in the interface with no value.  An object name can only contain A-Z, a-z, 0-9, must begin with an alphabetic character, must not contain more than 80 characters, and must be unique within the system. E-Basic:RteObject.Name属性不能为空字符串。 E-Studio:在接口中命名的对象没有值。 对象名称只能包含A-Z、a-z、0-9,必须以字母字符开始,不能超过80个字符,并且在系统中必须唯一。E-Basic: Specify a valid string value for the RteObject.Name property.  E-Studio: Enter a valid name through the Properties window, Procedure time line, or Structure view windows. E-Basic:为RteObject.Name属性指定有效的字符串值。 E-Studio:通过“属性”窗口、“程序时间线”或“结构”视图窗口输入有效名称。
10044The name cannot be longer than 80 characters! 名称不能超过80个字符!E-Basic: The RteObject.Name property cannot have more than 80 characters.  E-Studio: An object was named in the interface with a length of more than 80 characters.  An object name can only contain A-Z, a-z, 0-9, must begin with an alphabetic character, must not contain more than 80 characters, and must be unique within the system. E-Basic:RteObject.Name属性不能超过80个字符。 E-Studio:界面中命名的对象长度超过80个字符。 对象名称只能包含A-Z、a-z、0-9,必须以字母字符开始,不能超过80个字符,并且在系统中必须唯一。E-Basic: Specify a valid string value for the RteObject.Name property that does not have more than 80 characters.  E-Studio: Enter a valid name through the Properties window, Procedure time line, or Structure view windows that does not have more than 80 characters. E-Basic:为RteObject.Name属性指定不超过80个字符的有效字符串值。 E-Studio:通过“属性”窗口、“程序时间线”或“结构”视图窗口输入不超过80个字符的有效名称。
10045Name must begin with a letter. 名称必须以字母开始。E-Basic: The RteObject.Name property must begin with an alphabetic character.  E-Studio: An object was named in the interface with a value that did not start with an alphabetic letter.  E-Object names are generated to E-Basic script, which does not permit variable names to begin with a numeric value.  An object name can only contain A-Z, a-z, 0-9, must begin with an alphabetic character, must not contain more than 80 characters, and must be unique within the system. E-Basic:RteObject.Name属性必须以字母字符开始。 E-Studio:在接口中使用不是以字母开头的值命名对象。 E-Object名称生成为E-Basic脚本,不允许变量名称以数值开始。 对象名称只能包含A-Z、a-z、0-9,必须以字母字符开始,不能超过80个字符,并且在系统中必须唯一。E-Basic: Specify a valid string value for the RteObject.Name property that starts with an alphabetic character.  E-Studio: Enter a valid name through the Properties window, Procedure timeline, or Structure view windows that does starts with an alphabetic character. E-Basic:为RteObject.Name属性指定以字母字符开头的有效字符串值。 E-Studio:通过属性窗口、程序时间轴或结构视图窗口输入以字母字符开头的有效名称。
10046Name contains an invalid character. 名称包含无效字符。E-Basic: The RteObject.Name property cannot include any invalid characters.  E-Studio: An object was named in the interface with a value that contains an invalid character.  E-Object names are generated to E-Basic script, which does not permit variable names to have invalid characters.  An object name can only contain A-Z, a-z, 0-9, must begin with an alphabetic character, must not contain more than 80 characters, and must be unique within the system. E-Basic:RteObject.Name属性不能包含任何无效字符。 E-Studio:接口中的对象命名值包含无效字符。 E-Object名称生成为E-Basic脚本,不允许变量名称包含无效字符。 对象名称只能包含A-Z、a-z、0-9,必须以字母字符开始,不能超过80个字符,并且在系统中必须唯一。E-Basic: Specify a valid string value for the RteObject.Name property that does not include any invalid characters.  E-Studio: Enter a valid name through the Properties window, Procedure time line, or Structure view windows that does not have any invalid characters. E-Basic:为RteObject.Name属性指定不包含任何无效字符的有效字符串值。 E-Studio:通过属性窗口、程序时间线或结构视图窗口输入不包含任何无效字符的有效名称。
10048A parameter passed to the method/function is invalid 传递给方法/函数的参数无效Methods and Properties require the parameters passed to them to be of a certain data type. An error will occur any time a parameter is passed to a method or property that does not represent the data type expected. 方法和属性要求传递给它们的参数属于特定的数据类型。只要将参数传递给不表示所需数据类型的方法或属性,就会发生错误。Specify parameters to methods and properties that are of the correct data type. 为具有正确数据类型的方法和属性指定参数。
10049The InputMask cannot be added to this InputMaskManager because it already has been previously added to another InputMaskManager 无法将InputMask添加到此InputMaskManager,因为它以前已添加到其他InputMaskManagerA call to InputMaskManager.Add can only accept input mask objects that are not already part of another input mask manager. 调用InputMaskManager.Add只能接受还不是另一个输入掩码管理器的一部分的输入掩码对象。Only add input mask objects to one InputMaskManager object. 仅将输入遮罩对象添加到一个InputMaskManager对象。
10050The version is read only 该版本为只读The specific values returned from the Version object are read-only and cannot be modified. 从Version对象返回的特定值是只读的,不能修改。n/a
10051An error occurred while attempting to open the device: <error><error> = hexadecimal representation of the error code returned 尝试打开设备时出错:=<error><error>返回的错误代码的十六进制表示形式The device could not be opened due to the specific error. Typically this error occurs as result of a hardware or driver issue. The device must be connected to the system and the proper driver must be installed prior to the run of the experiment. A device may not support the configuration specified for it in the structure parameter for opening that device. 由于特定错误,无法打开器械。 通常,此错误是由硬件或驱动程序问题引起的。在运行实验之前,必须将设备连接到系统,并安装适当的驱动程序。设备可能不支持在用于打开该设备的结构参数中为其指定的配置。E-Basic: Verify that the device is connected, has a proper driver, and that it supports the configuration in the structure passed to the Device.Open call.  E-Studio: Verify the device is connected, has a proper driver, and that it supports the configuration in the experiment specification. E-Basic:验证设备是否已连接,是否具有正确的驱动程序,以及是否支持传递给Device.Open调用的结构中的配置。 E-Studio:验证设备是否已连接,是否具有正确的驱动程序,以及是否支持实验规范中的配置。
10052Emulation Device is invalid or not open. The order in which the devices load may need to be changed 仿真设备无效或未打开。可能需要更改设备负载的顺序When a device is set to emulate, the device into which input is to be emulated must be opened first. 当设备被设置为模拟时,必须首先打开要模拟输入的设备。E-Basic: Organize calls to Device.Open so that the device being emulated into calls Device.Open first.  E-Studio: Position the order of the devices in the Experiment Object property pages; Devices tab with the Move Up and Move Down buttons. 组织对设备的调用。打开以便设备被模拟为调用设备。先打开。 E-Studio:在实验对象属性页中定位设备的顺序;带有上移和下移按钮的设备选项卡。
10053The device must be open prior to calling this method 在调用此方法之前,必须打开设备Methods and properties of objects of the Device data type must have a successful call to Device.Open prior to being called. Device数据类型对象的方法和属性必须成功调用Device.Open才能被调用。Ensure that Device.Open is called prior to calling methods/properties on objects of the Device data type. 确保在调用Device数据类型的对象的方法/属性之前调用了Device.Open。
10054The operation invoked is currently not supported 当前不支持调用的操作The method or property called is not supported by the version of E-Prime, operating system used, or license agreement of the installed software. E-Prime版本、所用操作系统或所安装软件的许可协议不支持调用的方法或属性。Review the documentation and license agreement to ensure that the property/method can be called in the installed versions of E-Prime and the operating system. 查看文档和许可协议,确保可以在安装的E-Prime版本和操作系统中调用属性/方法。
10055Unable to communicate with the port I/O device driver 无法与端口I/O设备驱动程序通信The port driver is needed for read/write port calls and for using the Port Device.  读/写端口调用和使用端口设备需要端口驱动程序。Run a repair on your E-Prime installation (via the Windows Control Panel).  Run the PortDriverInstaller.exe file to install the port driver. 对E-Prime安装运行修复(通过Windows控制面板)。 运行PortDriverInstaller.exe文件以安装端口驱动程序。
10057An error occurred while attempting to read from the port I/O driver 尝试从端口I/O驱动程序读取时出错This message indicates a general read error while attempting to get data from the port.  This error will only occur when a ReadPort or PortDevice is being used. In this case, it means "device is not ready". 此消息表示尝试从端口获取数据时发生一般读取错误。 此错误仅在使用ReadPort或PortDevice时发生。在本例中,它表示“设备未准备就绪”。Run a repair on your E-Prime installation (via the Windows Control Panel).  Run the PortDriverInstaller.exe file to install the port driver.  Disable any ReadPort calls and the PortDevice. Disable the Port device by unchecking the box next to the Port device on the Devices tab of the Experiment Object. ReadPort calls need to be removed manually from InLine objects and/or commented out of the script.  If the problem continues after disabling the Port device and/or ReadPort calls, 29 may be helpful. With the script routines included in this experiment, you can configure your parallel port so that the DATA port (pins 2-9) act as either input or output. It may be the case that the script in your experiment is trying to read from the DATA port, but it has not been configured to do so. 对E-Prime安装运行修复(通过Windows控制面板)。 运行PortDriverInstaller.exe文件以安装端口驱动程序。 禁用任何ReadPort调用和PortDevice。通过取消选中实验对象“设备”选项卡上端口设备旁边的复选框,禁用端口设备。ReadPort调用需要从InLine对象中手动删除和/或从脚本中注释掉。 如果禁用端口设备和/或ReadPort调用后问题仍然存在,则29可能会有所帮助。使用本实验中包含的脚本例程,您可以配置并行端口,使DATA端口(引脚2-9)充当输入或输出。可能的情况是,实验中的脚本试图从DATA端口读取数据,但尚未配置为执行此操作。
11000Cannot set source color key: <error><error> = hexadecimal representation of the error code returned 无法设置源颜色键:=<error><error>返回的错误代码的十六进制表示形式Video cards or drivers that do not support source color key operations will cause the error to be thrown during a call to set Canvas.SourceColorKey. 不支持源颜色键操作的视频卡或驱动程序将导致在调用set Canvas.SourceColorKey的过程中引发错误。Verify that the video card hardware supports source color key operations. 验证显卡硬件是否支持源颜色键操作。
11001Invalid Source Canvas 源画布无效The value for the SourceCanvas parameter for Canvas.Copy was not of data type Canvas. Canvas.Copy的SourceCanvas参数值不是Canvas数据类型。Call Canvas.Copy with a SourceCanvas parameter of data type Canvas. 调用Canvas。使用数据类型为Canvas的SourceCanvas参数进行复制。
11006Invalid Source Rect 源矩形无效The value for the SourceRect parameter for Canvas.Copy was not valid. SourceRect requires a variable of data type Rect and must have coordinates that are within the rectangle of the display device. Canvas.Copy的SourceRect参数值无效。SourceRect需要数据类型为Rect的变量,并且必须具有位于显示设备矩形内的坐标。Call Canvas.Copy with a SourceRect parameter that represents a Rect data type with coordinates within the rectangle of the display device. 调用Canvas。使用SourceRect参数进行复制,该参数表示坐标位于显示设备矩形内的Rect数据类型。
11007Invalid Destination Rect 目标矩形无效The value for the DestRect parameter for Canvas.Copy was not valid. The DestRect parameter requires a variable of data type Rect and must have coordinates that are within the rectangle of the display device. Canvas.Copy的DestRect参数值无效。DestRect参数需要数据类型为Rect的变量,并且必须具有位于显示设备矩形内的坐标。Call Canvas.Copy with a DestRect parameter that represents a Rect data type with coordinates within the rectangle of the display device. 调用Canvas。使用DestRect参数进行复制,该参数表示坐标位于显示设备矩形内的Rect数据类型。
11008SaveImage Failed 保存图像失败A call to Canvas.SaveImage failed. This may be due to a bad file name, a write- protected disk, or the file already being open. 调用画布。SaveImage失败。 这可能是由于文件名不正确、磁盘有写保护或文件已打开。Determine that the filename exists, the file is closed, and that the disk is not write-protected. 确定文件名是否存在、文件是否已关闭以及磁盘是否未写保护。
11009Drawing Error 绘图错误The error may indicate that the DirectX drivers on your machine do not match those required by the current version of the run application.  该错误可能表示计算机上的DirectX驱动程序与当前运行的应用程序版本所需的驱动程序不匹配。Update the drivers. Open the E-Prime CD on your computer and run:  \Runtime\DirectX\DXSetup.exe  The DirectX drivers can be updated, and E-Run should no longer crash. A dialog will appear when you open the DXSetup.exe file. Please choose "Reinstall DirectX". Another dialog will appear indicating that DX is installing and then you will be prompted to reboot. Once you have run this utility and rebooted your machine, please try to run your experiment again. 更新驱动程序。打开计算机上的E-Prime CD并运行:\Runtime\DirectX\DXSetup.exe DirectX驱动程序可以更新,E-Run应该不会再崩溃。打开DXSetup.exe文件时,将出现一个对话框。请选择“重新安装DirectX”。将出现另一个对话框,指示DX正在安装,然后系统将提示您重新启动。运行此实用程序并重新启动计算机后,请尝试再次运行实验。
11011Drawing Error 绘图错误This error will typically occur when an outside process causes E-Prime to lose control of the display. Common examples are when the Windows key or ALT+Tab is pressed during an experiment. These are standard operating system commands that Windows will execute even when E-Prime is running. The experiment will close and return to Windows so that the Start menu or another application can be opened, thus causing E-Prime to lose control of the display.  当外部过程导致E-Prime失去对显示器的控制时,通常会发生此错误。常见的例子是在实验过程中按下Windows键或ALT+Tab。这些是标准操作系统命令,即使E-Prime正在运行,Windows也会执行这些命令。实验将关闭并返回Windows,以便打开“开始”菜单或其他应用程序,从而导致E-Prime失去对显示器的控制。See [ERROR: How to avoid accidental pressing of special keys (Windows Key, Ctrl+Escape, etc.) 17261] for more information. 请参阅错误:如何避免意外按下特殊键(Windows键、Ctrl+Escape等)[17261]了解更多信息。
11016Cannot load bitmap file  <file><error><file> = string representation of the file that could not be loaded.  <error> = string representation of further error information. 无法加载位图文件<file><error><file>=无法加载的文件的字符串表示形式。 <error>=进一步错误信息的字符串表示。A call to Canvas.LoadImage failed. This may be due to a bad file name, the file already being open, or specifying a file that is not supported by the Canvas object. Windows DIB (device independent bitmap) files with a BMP extension optionally with RLE compression are supported. 调用Canvas.LoadImage失败。 这可能是由于文件名错误、文件已打开或指定了Canvas对象不支持的文件。支持带有BMP扩展名的Windows DIB(独立于设备的位图)文件,可选地带有RLE压缩。Call Canvas.LoadImage with a Filename parameter representing a string data type that points to a valid path for a Windows device-independent bitmap image.  If you are specifying a specific path, PST recommends using the forward slash (/) instead of the back slash (). Please see [INFO: Use / for path separation for E-Objects with filename property 16554] for more information. 使用Filename参数调用Canvas.LoadImage,该参数表示字符串数据类型,该数据类型指向与Windows设备无关的位图图像的有效路径。 如果要指定特定路径,PST建议使用正斜杠(/)而不是反斜杠(\)。请参见信息:使用/分隔带有filename属性的E-对象的路径[16554]了解更多信息。
11017Invalid ActiveState 活动状态无效A call to set Slide.ActiveState failed due to the SlideState not being valid. 由于SlideState无效,调用设置Slide.ActiveState失败。Ensure the ActiveState being set is a valid string name and that the SlideState has been properly added to the SlideState collection. 确保设置的ActiveState是有效的字符串名称,并且SlideState已正确添加到SlideState集合。
11020Collection only supports SlideState objects 集合仅支持SlideState对象A call to SlideStateCollection.Add failed due to the Item parameter representing an object that was not of the SlideState data type. 对SlideStateCollection.Add的调用失败,因为Item参数表示的对象不是SlideState数据类型。Call SlideStateCollection.Add with an Item parameter that represents an object of the SlideState data type. 使用表示SlideState数据类型的对象的Item参数调用SlideStateCollection.Add。
11021Collection only supports up to ten SlideState objects 集合最多只支持十个SlideState对象A call to SlideStateCollection.Add failed due to the maximum number of SlideState objects being exceeded. 由于超出了SlideState对象的最大数目,对SlideStateCollection.Add的调用失败。Call SlideStateCollection.Add no more than the maximum number of SlideState objects the collection can hold. 调用SlideStateCollection。添加的SlideState对象数不超过集合可以容纳的最大数目。
11022Collection only supports SlideStim objects 集合仅支持SlideStim对象A call to SlideStimCollection.Add failed due to the Item parameter representing an object that was not of the SlideStim data type. 调用SlideStimCollection.Add失败,因为Item参数表示的对象不是SlideStim数据类型。Call SlideStimCollection.Add with a Item parameter that represents an object of the SlideStim data type. 调用SlideStimCollection.Add,并使用表示SlideStim数据类型对象的Item参数。
11041ImageDisplay - internal error has occured ImageDisplay -发生内部错误The specified image file could not be loaded, either because the file does not exist, or because the correct filename/path was not provided.  无法加载指定的映像文件,原因可能是该文件不存在,或者没有提供正确的文件名/路径。Make sure that all images used in the experiment are in the correct folder. If you are not specifying a specific path for your images (e.g., you are entering "image.bmp" instead of "..\path\images\image.bmp"), all of your image files must be contained in the same folder as your .es file. If you are specifying a specific path, PST recommends using the forward slash (/) instead of the back slash (). Please see [INFO: Use / for path separation for E-Objects with filename property 16554].  Ensure the image files are named correctly and the filenames are entered correctly in E-Prime (e.g., ensure "image.bmp" is specified instead of "image .bmp" with an extra space). 确保实验中使用的所有图像都在正确的文件夹中。如果您没有为图像指定特定路径(例如,您正在输入“image.bmp”而不是“..\ path\images\image.bmp”),则所有图像文件必须与.es文件包含在同一文件夹中。如果要指定特定路径,PST建议使用正斜杠(/)而不是反斜杠(\)。请参见信息:使用/分隔带有文件名属性的E对象的路径[16554]。 确保图像文件命名正确,并在E-Prime中正确输入文件名(例如:确保指定了“image.bmp”,而不是“image.bmp”,并留有额外的空格)。
11053An error occurred while attempting to load the movie 尝试加载电影时出错The most common reason would be that the proper codecs are not installed on the machine. Note that the method used by E-Prime to buffer movies is different from that of Windows Media Player, QuickTime, etc. In other words, a movie that runs fine in WMP may not run at all in E-Prime on a particular machine as the codecs used may be different.  最常见的原因是计算机上未安装正确的编解码器。请注意,E-Prime用于缓冲电影的方法与Windows Media Player、QuickTime等的方法不同。换句话说,在WMP中运行良好的电影可能根本无法在特定计算机上的E-Prime中运行,因为使用的编解码器可能不同。Install the K-Lite set of codecs and DivX;  安装K-Lite编解码器集和DivX;
11066Invalid DisplayIndex 显示索引无效The DisplayIndex set in the Display Device is not valid.  显示设备中设置的DisplayIndex无效。Ensure that the Display Index property for the DisplayDevice is unique and that DirectX recognizes the display. 确保DisplayDevice的“显示索引”属性是唯一的,并且DirectX能够识别该显示。
16000Invalid Address 无效地址E-Basic: The value for PortDevice.Port is invalid.  E-Studio: The value for Port device Port field is invalid in the Experiment object property pages; Devices tab for the Port device. E-Basic:PortDevice.端口的值无效。 E-Studio:端口设备端口字段的值在实验对象属性页中无效;端口设备的设备选项卡。Enter valid port address values for this property. 为此属性输入有效的端口地址值。
16001Invalid Size 无效大小E-Basic: The value for PortDevice.Port is invalid.  E-Studio: The value for the Port device Size field is invalid in the Experiment object property pages; Devices tab for the Port device. E-Basic:PortDevice.端口的值无效。 E-Studio:“端口设备大小”字段的值在“实验”对象属性页中无效;端口设备的设备选项卡。Enter valid size values for this property. 为此属性输入有效的大小值。
17000Invalid Port Number 无效的端口号E-Basic: The value for SerialDevice.Port is invalid.  E-Studio: The value for the Serial device Port field is invalid in the Experiment object property pages; Devices tab for the Serial device. E-Basic:串行设备端口的值无效。 E-Studio:实验对象属性页中的串行设备端口字段值无效;串行设备的设备选项卡。Enter valid port address values for this property. 为此属性输入有效的端口地址值。
18000Error setting Pan Value: <error><error> = hexadecimal representation of the error code returned 设置平移值时出错:=<error><error>返回的错误代码的十六进制表示形式Unable to set the Pan value for the sound object. The valid range of values is between -10000 and 10000. Panning features are not supported by all sound hardware. 无法设置声音对象的声相值。值的有效范围介于-10000和10000之间。并非所有声音硬件都支持声相转换功能。Ensure that the value specified for the Pan parameter is within the range of -10000 to 10000 and that the hardware supports the setting of pan values. 确保为Pan参数指定的值在-10000到10000的范围内,并且硬件支持设置Pan值。
18001Error Setting Volume Value: <error><error> = hexadecimal representation of the error code returned 设置音量值时出错:=<error><error>返回的错误代码的十六进制表示形式Unable to set the Volume value for the sound object. The valid range of values is between -10000 and 0. Volume features are not supported by all sound hardware. 无法设置声音对象的音量值。 值的有效范围介于-10000和0之间。并非所有声音硬件都支持音量功能。Ensure the value specified for the Volume parameter is within the range of -10000 to 0 and that the hardware supports setting of volume values. 确保为Volume参数指定的值在-10000到0的范围内,并且硬件支持音量值的设置。
18002Collection only supports SoundBuffer objects 集合仅支持SoundBuffer对象A call to SoundBufferCollection.Add failed due to the Item parameter representing an object that was not of the SoundBuffer data type. 调用SoundBufferCollection.Add失败,因为Item参数表示的对象不是SoundBuffer数据类型。Call SoundCollection.Add with a Item parameter that represents an object of the SoundBuffer data type 使用表示SoundBuffer数据类型的对象的Item参数调用SoundCollection.Add
18004Cannot create sound buffer:  <error><error> = string representation of the error message returned 无法创建声音缓冲区:=<error><error>返回的错误消息的字符串表示形式An error occurred while attempting to create an object of the SoundBuffer data type. This can be due to lack of resources, invalid configuration, or improper driver. 尝试创建SoundBuffer数据类型的对象时出错。这可能是由于资源不足、配置无效或驱动程序不正确。Ensure that the configuration of the file matches the configuration of the sound device. 确保文件的配置与声音设备的配置匹配。
18005Cannot load sound file<file>.  <error><file> = string representation of the file that could not be loaded.  <error> = string representation of further error information 无法加载声音文件<file><error>= <file>无法加载的文件的字符串表示形式。 <error>=进一步错误信息的字符串表示An error occurred while attempting to load a sound file. This can be due to not being able to find the file, the file is already open, lack of resources, invalid configuration, or improper driver. 试图加载声音文件时出错。 这可能是由于找不到文件、文件已打开、缺少资源、配置无效或驱动程序不正确。Ensure that the configuration of the file matches the configuration of the sound device, that the filename and path are correct, and that the file is not already open. 确保文件的配置与声音设备的配置匹配,文件名和路径正确,并且文件尚未打开。
18006Invalid Active Buffer 无效的活动缓冲区The object to which the ActiveBuffer property in the SoundBufferCollection points does not represent an object with a SoundBuffer data type. SoundBufferCollection中的ActiveBuffer属性指向的对象不表示具有SoundBuffer数据类型的对象。Ensure that the ActiveBuffer property is set to a valid object of the SoundBuffer data type 确保ActiveBuffer属性设置为SoundBuffer数据类型的有效对象
18007Invalid Buffer Index 缓冲区索引无效The value being set to the ActiveBuffer property is not within valid range for the collection. The start index is 1 and the maximum value is equal to the SoundBufferCollection.Count value. 设置给ActiveBuffer属性的值不在集合的有效范围内。 起始索引为1,最大值等于SoundBufferCollection.Count值。Ensure that the value of the ActiveBuffer is between 1 and SoundBufferCollection.Count. 确保ActiveBuffer的值介于1和SoundBufferCollection.Count之间。
18008Cannot set the current position unless the sound buffer is playing 除非正在播放声音缓冲区,否则无法设置当前位置A call to set SoundBuffer.CurrentPosition can only occur while the SoundBuffer is currently playing. 设置SoundBuffer.CurrentPosition的调用只能在SoundBuffer当前正在播放时发生。Call SoundBuffer.Play prior to setting the value of SoundBuffer.CurrentPosition. 调用SoundBuffer。在设置SoundBuffer.CurrentPosition的值之前播放。
18009The value for CurrentPosition must be between start and stop offset CurrentPosition的值必须介于开始偏移和停止偏移之间A call to set SoundBuffer.CurrentPosition must be a valid integer value between the values of SoundBuffer.StartOffset and SoundBuffer.StopOffset. 用于设置SoundBuffer.CurrentPosition的调用必须是介于SoundBuffer.StartOffset和SoundBuffer. StopOffset值之间的有效整数值。Call to set SoundBuffer.CurrentPosition must be a valid integer value between the values of SoundBuffer.StartOffset and SoundBuffer.StopOffset. 调用以设置SoundBuffer.CurrentPosition必须是介于SoundBuffer.StartOffset和SoundBuffer.StopOffset的值之间的有效整数值。
18010The value for MaxLength is invalid MaxLength的值无效E-Basic: The MaxLength parameter of the SoundBufferInfo structure represents a value that is not valid. Valid values for SoundBufferInfo.MaxLength cannot be less than 100.  E-Studio: The MaxLength field of the SoundOut object (General property page) represents a value that is not valid. Valid values for MaxLength cannot be less than 100. E-Basic:SoundBufferInfo结构的MaxLength参数表示无效值。SoundBufferInfo.MaxLength的有效值不能小于100。 E-Studio:SoundOut对象(“常规”属性页)的MaxLength字段表示无效值。 MaxLength的有效值不能小于100。E-Basic: Set the value of SoundBufferInfo.MaxLength to a value no less than 100.  E-Studio: Set the value of MaxLength to a value no less than 100. E-Basic:将SoundBufferInfo.MaxLength的值设置为不小于100的值。 E-Studio:将MaxLength的值设置为不小于100的值。
18011The value for BitsPerSample is invalid BitsPerSample的值无效E-Basic: The BitsPerSample parameter of the SoundBufferInfo structure represents a value that is not valid. Common values are 8 and 16, but values are hardware dependent.  E-Studio: The BitsPerSample field of the Sound device (Experiment object; Devices tab) represents a value that is not valid. Common values are 8 and 16, but values are hardware dependent. E-Basic:SoundBufferInfo结构的BitsPerSample参数表示无效值。常用值为8和16,但这些值取决于硬件。 E-Studio:声音设备的BitsPerSample字段(实验对象;设备选项卡)表示无效的值。常用值为8和16,但这些值取决于硬件。E-Basic: Set the value of SoundBufferInfo.BitsPerSample to 8 or 16.  E-Studio: Set the value of BitsPerSample to 8 or 16. E-Basic:将声音缓冲区信息.每样本位数的值设置为8或16。 E-Studio:将BitsPerSample的值设置为8或16。
18012The value for Channels is invalid 通道的值无效E-Basic: The Channels parameter of the SoundBufferInfo structure represents a value that is not valid. Valid values are 1 for mono and 2 for stereo.  E-Studio: The Channels field of the Sound device (Experiment Object; Devices tab) represents a value that is not valid. Valid values are 1 for mono and 2 for stereo. E-Basic:SoundBufferInfo结构的Channels参数表示无效值。单声道的有效值为1,立体声的有效值为2。 E-Studio:声音设备的通道场(实验对象;设备选项卡)表示无效的值。 单声道的有效值为1,立体声的有效值为2。E-Basic: Set the value of SoundBufferInfo.Channels to 1 or 2.  E-Studio: Set the value of Channels to 1 or 2. E-Basic:将声音缓冲区信息通道的值设置为1或2。 E-Studio:将通道值设置为1或2。
18013The value for SamplesPerSecond is invalid 每秒采样数的值无效E-Basic: The SamplesPerSecond parameter of the SoundBufferInfo structure represents a value that is not valid. Common values are 11025, 22050, 44100, but values are hardware dependent.  E-Studio: The SamplesPerSecond field of the Sound device (Experiment Object; Devices tab) represents a value that is not valid. Common values are 11025, 22050, 44100, but values are hardware dependent. E-Basic:SoundBufferInfo结构的SamplesPerSecond参数表示无效值。常用值为11025、22050、44100,但这些值取决于硬件。 E-Studio:声音设备的每秒采样数字段(实验对象;设备选项卡)表示无效的值。常用值为11025、22050、44100,但这些值取决于硬件。E-Basic: Set the value of SoundBufferInfo.SamplesPerSecond to 11025, 22050, or 44100.  E-Studio: Set the value of SamplesPerSecond to 11025, 22050, or 44100. E-Basic:将声音缓冲区信息每秒采样数的值设置为11025、22050或44100。 E-Studio:将每秒采样数的值设置为11025、22050或44100。
19001Invalid Port Number 无效的端口号E-Basic: The Port field of the SRBoxDeviceInfo structure represents a value that is not valid. Common values are 1, 2, 3, and 4, but are system specific.  E-Studio: The Port field of the SRBox device (Experiment Object; Devices tab) represents a value that is not valid. Common values are 1, 2, 3, and 4, but are system specific. E-Basic:SRBoxDeviceInfo结构的端口字段表示无效值。常用值为1、2、3和4,但这些值因系统而异。 E-Studio:SRBox设备的端口字段(实验对象;设备选项卡)表示无效的值。常用值为1、2、3和4,但这些值因系统而异。E-Basic: Set the value of SRBoxDeviceInfo.Port to 1, 2, 3, or 4.  E-Studio: Set the value of Port to 1, 2, 3, or 4. E-Basic:设置SRBoxDeviceInfo端口的值为1、2、3或4。 E-Studio:将端口的值设置为1、2、3或4。
19002Invalid Lamp Mode 无效灯模式A call to CLampMode failed due to an invalid mode being specified. Valid modes are "Normal", "Toggle", and "Sticky". 由于指定的模式无效,对CLampMode的调用失败。有效模式为“正常”、“切换”和“粘滞”。Set the value passed into CLampMode to "Normal", "Toggle", or "Sticky". 将传递到CLampMode的值设置为“正常”、“切换”或“粘滞”。
19005Invalid Voice Key Trip Level Value 无效的语音键跳闸电平值A call to SRBoxDevice.VoiceKeyTripLevel failed due to an invalid setting. Valid values for the voice key trip level are between 0 and 31. 由于设置无效,对SRBoxDevice.VoiceKeyTripLevel的调用失败。语音键跳闸电平的有效值介于0和31之间。Set the value of SRBoxDevice.VoiceKeyTripLevel between 0 and 31. 将SRBoxDevice.VoiceKeyTripLevel的值设置在0和31之间。
19006Invalid Key Bank Value 密钥库值无效A call to set SRBoxDevice.KeyBank failed due to an invalid setting. Valid key bank values are 0 and 1. 由于设置无效,调用设置SRBoxDevice.KeyBank失败。有效的密钥库值为0和1。Set the value of SRBoxDevice.KeyBank to 0 or 1. 将SRBoxDevice.KeyBank的值设置为0或1。
19007Invalid Lamp Bank Value 灯组值无效A call to set SRBoxDevice.LampBank failed due to an invalid setting. Valid key bank values are 0 and 1. 由于设置无效,调用设置SRBoxDevice.LampBank失败。有效的密钥库值为0和1。Set the value of SRBoxDevice.LampBank to 0 or 1. 将SRBoxDevice.LampBank的值设置为0或1。
N/AExpecting: End Sub Encountered: 应为:遇到结束子对象:A conditional statement or loop is missing its ending statement. All If...Then...Else statements that span two or more lines must be closed with an End If statement. All Select...Case statements must end with an End Select statement. All Do...Loops must end with a Loop statement, all For loops must end with a Next statement. 条件语句或循环缺少结束语句。如果...然后...跨越两行或多行的Else语句必须用End If语句结束。全部选择... Case语句必须以End Select语句结束。全部...循环必须以Loop语句结束,所有For循环必须以Next语句结束。Check your If…Then, Select…Case, or Do….Loop statements to make sure no part is missing.  检查If...Then、Select...Case或Do....Loop语句,确保没有遗漏任何部分。
N/AVariable name is same as a level name 变量名与级别名相同The error means that you are using a reserved word in E-Prime, associated with the LogLevel in the experiment. When the word is reused on an object that requires logging, inconsistencies occur when data is written to the log file. Typically, this occurs with objects that you name "Block" or "Trial" in the experiment.  该错误表示您正在E-Prime中使用与实验中的LogLevel相关的保留字。在需要记录日志的对象上重复使用该词时,将数据写入日志文件时会出现不一致。通常,在实验中命名为“Block”或“Trial”的对象会出现这种情况。Find the object and rename it to a unique identifier (e.g. "BlockList" instead of "Block"). 找到对象并将其重命名为唯一标识符(例如,将“Block”改为“BlockList”)。
N/AUnexpected end of file, data did not convert 意外的文件结尾,数据未转换The problem is typically that you have set LogData to "No" for the Session procedure. Since this Procedure contains all the Lists/Procedures for logging later in the experiment, turning logging off for the Procedure will result in logging problems throughout the whole run.  问题通常是您将“会话”程序的LogData设置为“否”。由于此程序包含实验中稍后记录的所有列表/程序,因此关闭此程序的记录将导致整个运行过程中出现记录问题。Change the LogData property of the SessionProc to "Yes". Change the LogData property for the Session procedure via the Properties window (from the View menu, select properties). 将SessionProc的LogData属性更改为“是”。通过“属性”窗口(从“视图”菜单中选择“属性”)更改Session过程的LogData属性。
N/AUnable to set display mode 无法设置显示模式It's most likely that the problem is that the experiment is attempting to configure the system display to a screen resolution/color depth that it does not support. The Display device in E-Studio defaults to 1024x768 and 32-bit, which is typically supported by most video adapters.  问题很可能是实验试图将系统显示器配置为不支持的屏幕分辨率/颜色深度。E-Studio中的显示设备默认为1024 x768和32位,大多数视频适配器通常都支持该设备。Open the Display Device properties in the Experiment Object and change the resolution and bit depth properties to those supported by your video adapter.  Contact the manufacturer of your video card to make sure you are working with the latest drivers available. 打开“实验对象”中的“显示设备”属性,并将分辨率和位深度属性更改为视频适配器支持的属性。 请与视频卡制造商联系,确保您使用的是最新的驱动程序。
N/AUnable to create DirectX Object 无法创建DirectX对象The error indicates that you do not have a sound card in the machine. 该错误表示您的计算机中没有声卡。If not using sound in the experiment, uncheck the Sound Device. To use sound, look into installing a sound card in this machine. If a sound card is installed, contact the manufacturer to ensure that the latest drivers for the sound card are present on your machine. 如果实验中未使用声音,请取消选中声音设备。要使用声音,请考虑在本机中安装声卡。如果安装了声卡,请与制造商联系,确保您的计算机上安装了声卡的最新驱动程序。
N/AToo many nested statements 嵌套语句太多The script limitations are actually placed by the company from which PST licenses the technology for E-Basic, so there is little we can do to change them. 脚本限制实际上是由PST许可E-Basic技术的公司设置的,因此我们几乎无法更改它们。In the case of multiple conditions within a single conditional statement, we usually encourage the use of a Select...Case statement, rather than an If...Then. The Select Case will allow you to include more conditions that the simple If...Then. 在单个条件语句中包含多个条件的情况下,我们通常鼓励使用Select... Case语句,而不是If...那好吧Select Case将允许您包含比简单的If...更多的条件。那好吧
N/ARuntime required to have input focus to open device 需要运行时才能获得输入焦点以打开设备There is another application trying to use the response device (e.g., keyboard, mouse) on this machine. Since E-Prime requires exlusive access to it, this would cause the device error. 存在另一个试图使用响应设备的应用(例如,键盘、鼠标)。由于E-Prime需要独占访问权限,因此这会导致器械错误。Try shutting down all unnecessary applications using MSCONFIG and try running the experiment again. For more information, see [INFO: How to use MSCONFIG to troubleshoot machine configuration and reduce background applications 17932]. 尝试使用MSCONFIG关闭所有不必要的应用程序,然后再次尝试运行实验。有关详细信息,请参阅INFO:如何使用MSCONFIG排除机器配置故障并减少后台应用程序[17932]。
N/AFailed to open the registery  Failed to write keys or values to the database registry  File aksusb.sys is missing  USB License Key not recognized 无法打开注册表无法将密钥或值写入数据库注册表文件aksusb.sys缺少USB许可证密钥无法识别N/A Please make sure that there is no antivirus software running on the problem machine. If there is, be sure to disable it completely.  Then, with the USB License Key not attached, please download and run HaspUserSetup.exe that is available from PST. This will install the copy protection driver manually. After running through the default selections of the HDD32 install, shut down the system and restart. 请确保问题计算机上没有运行防病毒软件。如果有,请确保将其完全禁用。 然后,在未连接USB许可证密钥的情况下,请下载并运行PST中提供的HaspUserSetup.exe。这将手动安装复制保护驱动程序。运行HDD32安装的默认选项后,关闭系统并重新启动。
N/AThe experimental file being loaded contains one or more devices of type display that cannot be found on your system.  正在加载的实验文件包含一个或多个在系统中找不到的显示器类型的设备。This typically indicates an installation problem.  这通常表示存在安装问题。Try reinstalling E-Prime. Remove the current installation of E-Prime via the Windows Control Panel, reboot, then reinstall E-Prime.  Contact the manufacturers of the video cards in these machines to make sure that you are working with the most updated drivers for your card. Old or outdated drivers will cause this error in E-Prime. 尝试重新安装E-Prime。通过Windows控制面板删除当前安装的E-Prime,重新启动,然后重新安装E-Prime。 请与这些计算机中的视频卡制造商联系,以确保您使用的是最新的视频卡驱动程序。旧的或过时的驱动程序会导致E-Prime出现此错误。
N/AError reading text file, invalid variable name 阅读文本文件时出错,变量名无效This typically indicates that you have used a reserved word when naming an attribute. For example, the word "Session" is reserved for a startup information variable. If you have an attribute in a List object named "Session", you will receive this error message at the end of the experiment, when E-Prime attempts to write two variables named "Session" to the data file. 这通常表示您在命名属性时使用了保留字。例如,“会话”一词保留用于启动信息变量。如果您在名为“Session”的列表对象中有一个属性,当E-Prime尝试将两个名为“Session”的变量写入数据文件时,您将在实验结束时收到此错误消息。  Check your attribute names in the Attributes window in the E-Studio GUI. Please ensure you are not using any reserved words (e.g. Session, Subject, Block, Trial, etc). 在E-Studio GUI的“属性”窗口中检查属性名称。请确保您未使用任何保留字(例如,会话、主题、阻止、试验等)。
原网址:https://support.pstnet.com/hc/en-us/articles/115014793167-ERROR-Common-E-Prime-Error-Numbers-Messages-and-Solutions-18011-


谢谢大家观看,如有帮助,来个喜欢或者关注吧!


本文整理作者:陈锐
本文仅供学习参考,有任何疑问及侵权,扫描以下公众号二维码添加交流:
更多学习内容,仅在知识星球发布:

继续阅读
阅读原文