|
Author
|
Topic: Error Message Descriptions
|
|
Tony |
posted 17-02-2003 09:57 GMT
HiIt would be really useful if there were a description somewhere of the error messages that appear in the log file. I have the following messages when the asl is loading and I don't know what they mean:- ERROR: Line parameter <~Internal Procedure 0> has missing ~ ERROR: No script given for '<error>' action data Any ideas? Kind Regards Tony
|
|
Alex
|
posted 18-02-2003 13:04 GMT
Hmm, all of those errors have errors in them! It looks like something is going funny when Quest/QDK parses the ASL file. If you send the file to me (and let me know when the errors occur - do they happen when the game starts, or only when you do a certain thing within the game?), I'll take a look into it for you. |
|
Alex
|
posted 18-02-2003 13:05 GMT
I have a hunch that the second error is there because you have an "action" tag that is completely empty, i.e. a line that says: action on its own, which is meaningless. |
|
Tony
|
posted 18-02-2003 16:42 GMT
AlexThanks for the prompt response. I have since resolved the problem. I had a superfluous < which was causing the parser to through a wobbly. Thanks Again Tony |