Book a Demo

Author Topic: "Error creating XML parser" when running  (Read 8441 times)

psm

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
"Error creating XML parser" when running
« on: June 13, 2007, 05:26:02 am »
Good afternoon,

I have a problem with running EA. After installing EA and trying to launch it, the message ""Error creating XML parser" is displayed and it is not possible to launch it.

Do you know what could be the problem and how to fix it?

Thank you in advance,
Petr

thomaskilian

  • Guest
Re: "Error creating XML parser" when run
« Reply #1 on: June 13, 2007, 06:01:53 am »
I know that once I had the same problem and someone from Sparx helped me out. But that's years ago. Maybe you're lucky and find the thread (the search doesn't seem to work so well). AFAIR it was some missing MS DLL stuff?!

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: "Error creating XML parser" when run
« Reply #2 on: June 13, 2007, 10:18:54 am »
Long shot here. Try checking the Use Jet 4.0 option on the Tools | Options dialog. Remember to exit and restart EA afterwards.

It's possible (maybe) that XML links were not added to any of the system DLLs until after the Office 97 relase of Jet.
No, you can't have it!

webmarco

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: "Error creating XML parser" when run
« Reply #3 on: July 05, 2007, 11:06:16 pm »
Had the same message when installing EA 6.5 (799) on Vista.
Did a repair on the EA install (started installation again) and EA seems to work now.

Hope this helps.

Marco

psm

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: "Error creating XML parser" when run
« Reply #4 on: July 08, 2007, 09:53:09 pm »
Thank you all for your help.
I have already solved the problem - Microsoft XML (MSXML) libraries were missing and that was the problem..

::)

Regards,
Petr

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: "Error creating XML parser" when run
« Reply #5 on: July 09, 2007, 01:47:51 pm »
Quote
Microsoft XML (MSXML) libraries were missing and that was the problem..

For anyone else finding this thread in hope of a solution, look here.
The Sparx Team
[email protected]

borisb

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: "Error creating XML parser" when run
« Reply #6 on: July 09, 2007, 04:41:02 pm »
I installed MSXML 4 SP2 (via link in previous post) and I still get the error. ???

Edit:  Note I'm using Vista Ultimate.  I previously had EA 6.5 installed.
« Last Edit: July 09, 2007, 04:41:47 pm by borisb »

flaviodesousa

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: "Error creating XML parser" when run
« Reply #7 on: July 10, 2007, 03:39:46 am »
Using Windows XP SP2

The MSXML 4 SP 2 solved the problem (which was happening on Rise of Nations too...)

n2qSparx

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: "Error creating XML parser" when run
« Reply #8 on: August 06, 2007, 10:07:20 am »
I have 6.5 installed on Vista, which worked just fine for awhile, now I'm getting this error.  I did install Sql 2005 recently and I don't know if SQLXML4 is causing a conflict or not.

Support Team...any thoughts?

-Brian



Quote
I installed MSXML 4 SP2 (via link in previous post) and I still get the error. ???

Edit:  Note I'm using Vista Ultimate.  I previously had EA 6.5 installed.


borisb

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: "Error creating XML parser" when run
« Reply #9 on: August 06, 2007, 10:13:22 am »
Try executing the following two statements at a DOS prompt:

regsvr32 msxml3.dll
regsvr32 msxml4.dll

Those did the trick for me recently.  

(Note I also had re-run the Vista install as an "upgrade" which in itself did not help.)