Studio:Script execution error messages: Difference between revisions
Jump to navigation
Jump to search
(version) |
No edit summary |
||
Line 3: | Line 3: | ||
...[.\Scripter.cpp:450] ERROR - [TID:604] [PID:2524] Execution of script "[script name].pl" failed - state <1>, error 0x80040154: Class not registered | ...[.\Scripter.cpp:450] ERROR - [TID:604] [PID:2524] Execution of script "[script name].pl" failed - state <1>, error 0x80040154: Class not registered | ||
it is an internal error reported when STRIDE is unable to start the script engine. Generally, it is the result of a problem during the Perl installation or a version of Perl that is not COM-compliant (e.g., | it is an internal error reported when STRIDE is unable to start the script engine. Generally, it is the result of a problem during the Perl installation or a version of Perl that is not COM-compliant (e.g., Cygwin Perl) or is incompatible with STRIDE. | ||
Verify that you have the required version of [http://www.s2technologies.com/wiki/index.php?title=Host_Installation#Perl ActiveState Perl] installed; it may be necessary to reinstall it. Once you have done this, from Studio's '''Tools->Options''' menu, click '''Scan'''. | Verify that you have the required version of [http://www.s2technologies.com/wiki/index.php?title=Host_Installation#Perl ActiveState Perl] installed; it may be necessary to reinstall it. Once you have done this, from Studio's '''Tools->Options''' menu, click '''Scan'''. |
Revision as of 21:30, 1 October 2008
If an error similar to the following occurs when trying to execute a script
...[.\Scripter.cpp:450] ERROR - [TID:604] [PID:2524] Execution of script "[script name].pl" failed - state <1>, error 0x80040154: Class not registered
it is an internal error reported when STRIDE is unable to start the script engine. Generally, it is the result of a problem during the Perl installation or a version of Perl that is not COM-compliant (e.g., Cygwin Perl) or is incompatible with STRIDE.
Verify that you have the required version of ActiveState Perl installed; it may be necessary to reinstall it. Once you have done this, from Studio's Tools->Options menu, click Scan.