Errors and solutions
Here are some KUIML error messages that may confuse you, with possible reasons and solutions.
Error: Invalid configuration. Verify the registered application interface.
Possible reason: KUIML element id starts with a number (like <PARAM id="2notes" ... />, and AngelScript cannot access it. Possible solution: use KUIML id starting with a letter.
Error: Internal error.
"Internal error" shows when the Xml Parser raises an exception. So the XML has probably an error (maybe a bad character). Maybe you are using special characters that do not translate properly? Verify your XML for validity.
Comments
Please, authorize to view and post comments.