Error list
for STKO v.3.1.0
utils error list

The following is a list of utils errors that can occur while using STKO (Scientific Toolkit for OpenSees).

For each error, a brief description and a possible solution to resolve it is provided. In case the error is not in the list or if the proposed solution has no effect, please post in our forum.

error codecommanderror messagesolution
RandomMaterialTable invalid values The RandomMaterialTable requires a file with at least 3 lines describing its contents.


Make sure there are at least 3 lines in the file to describe the content.


RandomMaterialTable invalid values The RandomMaterialTable requires an integer in the first line of the Random Material Table file.


Make sure that there is an integer in the first line of the Random Material Table (.rmt) file.


RandomMaterialTable invalid values The RandomMaterialTable requires that at least 1 material be provided in the Random Material Table file.


Make sure that at least one material is provided in the Random Material Table (.rmt) file. The first line of the file must have a number greater than or equal to 1.


RandomMaterialTable invalid values The RandomMaterialTable equires that at least one argument be provided in the Random Material Table file.


Make sure that at least one argument is provided in the Random Material Table (.rmt) file.


RandomMaterialTable invalid values The RandomMaterialTable requires an integer in the third line of the Random Material Table file.


Make sure that there is an integer in the third line of the Random Material Table (.rmt) file.


RandomMaterialTable invalid values The RandomMaterialTable requires that at least 1 material point be provided in the Random Material Table file.


Make sure that at least one material point is provided in the Random Material Table (.rmt) file. The third line of the file must have a number greater than or equal to 1.


RandomMaterialTable invalid values The RandomMaterialTable requires that the total number of lines be compatible with the sum of the values provided in the header.


Make sure that the total number of lines in the file is equal to the sum of the number of materials, the number of points plus 3 (the header).


RandomMaterialTable invalid values The RandomMaterialTable requires that the total number of parameters declared be compatible with the parameter values given later.


Make sure that the number of parametrs (given in line 2) is compatible with the parameter values given from line 4.


RandomMaterialTable invalid values The RandomMaterialTable requires that material parameter values starts with an integer value (material ID).


Make sure that material parameters values contain 1 integer value and at least 1 real/list.


RandomMaterialTable invalid values The RandomMaterialTable requires 4 arguments to refer to a node (X,Y,Z,ID).


Make sure that 4 arguments are provided to refer to a node. Specifically, the first three arguments refer to the spatial coordinates (X,Y,Z) and the fourth argument to the material ID.


RandomMaterialTable invalid values The RandomMaterialTable requires that material parameter values starts with an integer value (material ID).


Make sure that material parameters values contain 1 integer value and at least 1 real.


tcl_input PID out of range The current process ID is out of range.


Check process ID. Invalid value.


write_analysis_steps Xobject is Null or has no parent component The write_analysis_steps presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_analysis_steps Xobject is Null or has no parent component The write_analysis_steps presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_definitions Xobject is Null or has no parent component The write_definitions presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_element Xobject is Null or has no parent component The write_element presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_element Xobject is Null or has no parent component The write_element presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_element Xobject is Null or has no parent component The write_element presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_element Xobject is Null or has no parent component The write_element presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_node Xobject is Null or has no parent component The write_node presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_node incorrect spatial dimensions On the same node there are both 2D and 3D models.


Make sure that on the same node there are only 2D or 3D models. It is not possible to mix the spatial dimensions.


write_node incorrect spatial dimensions On the same node there are different NDF.


Make sure that are not different NDFs on the same node.


write_node loop error Cannot terminate the loop in the maximum number of iterations.


The number of interactions is greater than the maximum allowed (iter > max_iter).


write_node incorrect spatial dimensions Incompatible model dimension for a node.


Make sure that the local dimension is equal to one in pinfo.


write_node loop error Cannot terminate the loop in the maximum number of iterations.


The number of interactions is greater than the maximum allowed (iter > max_iter).


write_node Xobject is Null or has no parent component The write_node presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_node incorrect spatial dimensions The nodal spatial dimension vector obtained from the element module must have the same size as the number of nodes in the element.


Make sure that the element module is assigned to a right mesh type.


write_node null mesh Null mesh of the geometry-


Make sure that the mesh of the geometry is not null.


write_node Xobject is Null or has no parent component The write_node presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


write_physical_properties Xobject is Null or has no parent component The write_physical_properties presents a Null Xobject or has no parent component.


Make sure that an Analysis Step has been set.


ThreadUtils utility error The ThreadUtils requires that the worker object should inherit from Qobject.


Make sure that the worker object inherit from Qobject .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the finished() signal.


Make sure that the worker object has the finished() signal .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the sendPercentage(int) signal.


Make sure that the worker object has the sendPercentage(int) signal .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the sendTextLine(str) signal.


Make sure that the worker object has the sendTextLine(str) signal .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the clearTextEdit() signal.


Make sure that the worker object has the clearTextEdit() signal .


ThreadUtils utility error The ThreadUtils requires that the dialog object should inherit from Qdialog.


Make sure that the dialog object inherit from Qdialog .


ThreadUtils utility error The ThreadUtils requires that the dialog object to have a method called setPercentage(int).


Make sure that the dialog object has a method called setPercentage(int) .


ThreadUtils utility error The dialog object setPercentage attribute is not callable.


The setPercentage attribute cannot be called.