AlamoEngine-Tools / ModVerify

MIT License
1 stars 0 forks source link

Error: 'T' is an invalid start of a property name. #9

Open Sudno opened 1 month ago

Sudno commented 1 month ago

Hello! I'm trying to use the utility and I get this error regardless of where I run it from and with or without parameters. The whole output:

G:\EaW Mod Tools>ModVerify.exe
info: PG.StarWarsGame.Infrastructure.Services.Detection.DirectoryGameDetector[0]
      Unable to find an installed game of type Foc.
info: PG.StarWarsGame.Infrastructure.Clients.Steam.SteamPetroglyphStarWarsGameDetector[0]
      Game detected: GameIdentity { Type = Foc, Platform = SteamGold } at location: F:\SteamLibrary\steamapps\common\Star Wars Empire at War\corruption
Error: 'T' is an invalid start of a property name. Expected a '"'. Path: $ | LineNumber: 2 | BytePositionInLine: 92.

Is it me doing something wrong or is it some kind of problem in the app itself?

AnakinRaW commented 2 weeks ago

Hey, thanks for reaching out.

This is interesting. I could reproduce this error, but only if some mod has an invalid modinfo.JSON file.

I'd argue, that this should not cause a crash. I'll take a look at it.