The Debug Dialog
Prev
Next

The Debug Dialog

The Debug Dialog contains the Kst message log, and information about loaded data sources. To access the debug dialog, select Help->Debug Kst...


Kst Debug Dialog

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.


Error notifier

The following lists the different messages that can appear in the debug log, with brief explanations and suggested actions (where appropriate).

TypeMessageExplanation/Suggested Action
UnknownKst Extension %1 loadedNone.
UnknownError 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.
UnknownUnable 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.
UnknownUnable to find required scalar [%1] for data object %2.Ensure that the indicated scalar exists (try searching in View Scalars of the Data menu.
UnknownError loading data-source plugin [%1]: %2A 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.
UnknownScanning for data-source plugins.Kst is scanning for datasource readers. No action required.
UnknownNo data in file %1Make sure file is supported by one of the datasource readers, and that the data is formatted correctly and is not corrupt.
UnknownUnsupported element “%1” in file %2Ensure that the file is not corrupt, and meets the specifications for the file format.
UnknownUnable to find X vector for %2: [%1]???
UnknownUnable to find Y vector for %2: [%1]???
UnknownUndefined justification %1 in label \"%2\"This should not happen. Most likely it is the result of a bug.
UnknownInternal error: No X scale type checked in %1.None.
UnknownInternal error: No Y scale type checked in %1.None.
UnknownUnable 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.
UnknownInput 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).
UnknownOutput 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.
UnknownData file for vector %1 was not opened.???
UnknownError 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.
UnknownDetected disappearance of “%1”.None.
UnknownCould 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.
UnknownCould 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.
UnknownCould 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.
UnknownThe %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.
Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team