Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: why does hyperpsin say my xml is invalid?  (Read 5923 times)

0 Members and 1 Guest are viewing this topic.

shateredsoul

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1412
  • Last login:January 25, 2013, 08:23:51 pm
why does hyperpsin say my xml is invalid?
« on: November 12, 2010, 01:22:55 pm »
I'm making a wheel just for Mega man games, it was working fine until I added in Nintendo DS games.  Now it says that it's an invalid xml.  I had this issue before as well, turned out I had a missing ">" somewhere.  I can't seem to find the issue this time. Does anyone with good eyes see something wrong with my xml?

Generic Eric

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4520
  • Last login:July 15, 2024, 09:18:25 pm
  • Restore! Don't maim for MAME, build from scratch!
    • forum.arcadecontrols.com/index.php/topic,143226.0.html
Re: why does hyperpsin say my xml is invalid?
« Reply #1 on: November 12, 2010, 02:02:57 pm »
The biggest difference I saw was that there were numbers in some of the DS games names but not their descriptions.  Do the game name & description have to match exactly?  Are special characters like ( ) - allowed?

Maybe you could delete the ds games and them one by one and check to see if they work.

VanillaGorilla

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 480
  • Last login:March 08, 2019, 10:23:51 pm
  • Coin detected in pocket
Re: why does hyperpsin say my xml is invalid?
« Reply #2 on: November 12, 2010, 02:34:41 pm »
line 348, you are missing a closing </game> tag, after your last nintendo DS game.

shateredsoul

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1412
  • Last login:January 25, 2013, 08:23:51 pm
Re: why does hyperpsin say my xml is invalid?
« Reply #3 on: November 12, 2010, 03:04:16 pm »
Nice catch Vanilla! I also had some game listed with two "exe"s, after fixing both those things it works like a charm again.

Thanks!

Dazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1246
  • Last login:January 11, 2025, 07:43:39 am
  • HyperSpin Team
    • VPUniverse
Re: why does hyperpsin say my xml is invalid?
« Reply #4 on: November 12, 2010, 03:29:27 pm »
You do realize that any time you are having an issue with an XML you can open it with Internet Explorer.  It will show you where errors are within the XML tags.  Unfortunately this is about one of the only things that Internet Explorer is useful for...



Rick

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2787
  • Last login:May 19, 2025, 11:21:11 am
  • Bartop, Cocktail and Pinball Arcade Cabinets
    • Gameroom Designs Canada
Re: why does hyperpsin say my xml is invalid?
« Reply #5 on: November 12, 2010, 03:32:13 pm »
Unfortunately this is about one of the only things that Internet Explorer is useful for...

"One of"?

 ;)

shateredsoul

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1412
  • Last login:January 25, 2013, 08:23:51 pm
Re: why does hyperpsin say my xml is invalid?
« Reply #6 on: November 12, 2010, 05:31:41 pm »
You do realize that any time you are having an issue with an XML you can open it with Internet Explorer.  It will show you where errors are within the XML tags.  Unfortunately this is about one of the only things that Internet Explorer is useful for...


No I didn't realize that, thanks! next time I'll do that.