Author Topic: Unable to Install KORD  (Read 3045 times)

jasonarmstrong

  • Newbie
  • *
  • Posts: 42
Unable to Install KORD
« on: November 15, 2016, 01:48:23 am »
Hi

I am attempting to run the KORD installer for P3dv3. It allows me to select the Sim, and click install. When installing i get the error:

Runtime Error (at 148:2448):
Error on line 0, position 0: the following tags were not closed:SimBase.Document.

followed by:

List index out of bounds

The installer then sits on Adding Couatl sectin to the DLL.XML file and does not continue.

Any ideas?

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50659
    • VIRTUALI Sagl
Re: Unable to Install KORD
« Reply #1 on: November 16, 2016, 09:12:31 am »
Error on line 0, position 0: the following tags were not closed:SimBase.Document.

The message is quite clear: your XML files are ALREADY corrupted, because of a non closed tag, so they are illegal XML. Our installer won't dare to touch an already corrupted XML file, risking to mess it up even further, so they notify you of the error and abort, so you have a chance to fix it.

See here for an example of a problem that is likely similar:

http://www.fsdreamteam.com/forum/index.php/topic,11252.msg88979.html#msg88979