The Debug Dialog contains the Kst message log, and information about loaded data sources. To access the debug dialog, select ->
The Build Information tab contains the Kst version number. The Data Sources tab contains a list of the data sources loaded in Kst and the files which they are being used to read. The Log tab contains a list of messages which Kst has recorded, and can be useful for debugging. If an error message has been posted, but not read, then Kst will notify you by placing an excited stop sign in the lower right corner of the main window.
The following lists the different messages that can appear in the debug log, with brief explanations and suggested actions (where appropriate).
Type | Message | Explanation/Suggested Action |
---|---|---|
Unknown | Kst Extension %1 loaded | None. |
Unknown | Error trying to load Kst extension %1. Code=%2, \"%3\" | Make sure extension exists, meets the requirements for a Kst extension, and is in the correct location. |
Unknown | Unable to find required vector [%1] for data object %2. | Ensure the indicated vector exists in the Data Manager. If so, try recreating the data object. |
Unknown | Unable to find required scalar [%1] for data object %2. | Ensure that the indicated scalar exists (try searching in of the menu. |
Unknown | Error loading data-source plugin [%1]: %2 | A datasource reader (KDE plugin) could not be loaded. Make sure the data-source reader meets requirements described in Creating Datasource Readers and is compiled correctly. If it is a built-in datasource reader, try recompiling and installing it again from the source package. |
Unknown | Scanning for data-source plugins. | Kst is scanning for datasource readers. No action required. |
Unknown | No data in file %1 | Make sure file is supported by one of the datasource readers, and that the data is formatted correctly and is not corrupt. |
Unknown | Unsupported element “%1” in file %2 | Ensure that the file is not corrupt, and meets the specifications for the file format. |
Unknown | Unable to find X vector for %2: [%1] | ??? |
Unknown | Unable to find Y vector for %2: [%1] | ??? |
Unknown | Undefined justification %1 in label \"%2\" | This should not happen. Most likely it is the result of a bug. |
Unknown | Internal error: No X scale type checked in %1. | None. |
Unknown | Internal error: No Y scale type checked in %1. | None. |
Unknown | Unable to load plugin %1 for \"%2\" | Make sure that the plugin meets the requirements described in
Creating Additional Plugins. In particular,
make sure the shared object and *.xml file are in the same directory.
If the plugin is a built-in plugin, try re-installing the plugin from the source
package.
|
Unknown | Input vector [%1] for plugin %2 not found. Unable to continue. | Ensure that the *.xml file for the plugin
specifies all the inputs correctly and in the correct order. Check the source
code for the shared object to ensure that it is using the correct arrays from the
input array. Also ensure that
the specified input vector still exists (check in the Data Manager). |
Unknown | Output vector [%1] for plugin %2 not found. Unable to continue. | Ensure that the *.xml file for the plugin
specifies all the outputs correctly and in the correct order. Check the source
code for the shared object to ensure that it is outputting the correct arrays
in the output array. |
Unknown | Data file for vector %1 was not opened. | ??? |
Unknown | Error parsing XML file “%1”; skipping. | Check the XML file to make sure it has correct syntax and form for the intended use. If is an XML file for a plugin, check Creating Additional Plugins for more information. |
Unknown | Detected disappearance of “%1”. | None. |
Unknown | Could not parse xml file “%1”. | Check the XML file to make sure it has correct syntax and form for the intended use. If is an XML file for a plugin, check Creating Additional Plugins for more information. |
Unknown | Could not find library “%1” while loading plugin. | Make sure the library exists and is in the correct location. If this is a built-in plugin, try recompiling and installing the plugin again. |
Unknown | Could not find symbol “%1” in plugin %2. | A required C symbol could not be found in the plugin. Make sure the plugin meets the requirements described in Creating Additional Plugins. If this is a built-in plugin, try recompiling and re-installing the plugin. |
Unknown | The %1 font was not found and was replaced by the %2 font; as a result, some labels may not display correctly." | If this causes problems, install the missing font. |
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team