Howto:Understand console output: Difference between revisions

Jump to navigation Jump to search
→‎Fatal error: mismatched tag ...: Added "Hint for developers"
(→‎No image file for texture, using white: Added more info, why it is caused.)
(→‎Fatal error: mismatched tag ...: Added "Hint for developers")
Line 48: Line 48:
===Fatal error: mismatched tag ...===
===Fatal error: mismatched tag ...===
In some .xml file, an opening tag (like <tt><sim></tt>) does not match its closing tag (like <tt></sim></tt>). This error is hard to track down, best method is to comment (place code between <nowiki><!-- and --></nowiki>) most of the aircraft. Then uncomment code one by one, until the error appears again.
In some .xml file, an opening tag (like <tt><sim></tt>) does not match its closing tag (like <tt></sim></tt>). This error is hard to track down, best method is to comment (place code between <nowiki><!-- and --></nowiki>) most of the aircraft. Then uncomment code one by one, until the error appears again.
'''Hint for Developers:''' Pre-test all your .xml files in Windows by opening them with Internet Explorer (usually by double clicking). IE can tell you if  a tag is mis-matched and which tag is mis-matched. You'll probably know there's a problem if IE displays an error message.


===Fatal error: name must begin with alpha or '_'===
===Fatal error: name must begin with alpha or '_'===
69

edits

Navigation menu