Hi,
I'm using an external tool/library for xml parsing (tinyxml), and this library is more sensible for xml syntax errors then the flash build-in one,
at the moment I'm justing printing out the error message that I get from this tool, I will try, maybe there is a possibly for a more detailed error message,
but to check the xml file for errors, you can also open it direct in a web browsers (firefox or IE for example), they should show the correct line/place of the error,
best regards,
Klaus
Hi Klaus!
I've the problem - it is an editor plugin bug.
When the lensflare is created with editor plugin - its composing the <flare> element with two identical pixvpos attribute.
<flare pixsize="128" pixupos=" 0" pixvpos=" 0" pixvpos=" 0" color="0xffffef" pos="0.000" scale="0.100" />
After removing dublicated attribute, the kprotect goes fine.
The bug is reproducible on version 1.0.7 and later. For example it
here