SirWaddles/JohnWickParse

File IO Error while serializing CID_030_Athena_Commando_M_Halloween

WorkingRobot opened this issue · 1 comments

The file "CID_030_Athena_Commando_M_Halloween" (located in Athena\Items\Cosmetics\Characters) from Fortnite 7.4's files displays a File IO Error:
File IO Error

I've looked through the source code, but I'm unsure how to handle this error. It occurs when trying to parse "ParticleOptions", if that helps.

Hmm... File IO Error usually means the file doesn't exist, or maybe is being used by another process?

I can't really think of a reason why that would show up during a parse.

Are you sure that both the uexp and uasset files are present at that location?

When I run it, I seem to get the correct JSON.

[{
		"export_type": "AthenaCharacterItemDefinition",
		"HeroDefinition": "HID_030_Athena_Commando_M_Halloween",
		"DisplayName": "Skull Trooper ",
		"ShortDescription": "Outfit",
		"Description": "Epic skull trooper outfit. ",
		"GameplayTags": {
			"gameplay_tags": ["Cosmetics.Source.ItemShop"]
		},
		"Rarity": "EFortRarity::Quality"
	}
]