Community Forum

XML Error

Forum Overview >> Farming Simulator 22

CategoryFarming Simulator 22
Created28.04.2022 05:22


Griffin Roux (groux) 28.04.2022 05:22
Hello, trying to convert a planter from 19 to 22. I could use some help with this.

2022-04-27 23:11 Error: Specialization 'groundAdjustedNodes' already exists for vehicle type 'FS22_JD_DB120.db120'!


2022-04-27 23:11 Error: C:/Users/griff/Documents/My Games/FarmingSimulator2022/mods/FS22_JD_DB120/JD_DB120.xml. Error=XML_ERROR_PARSING_ELEMENT ErrorID=6 (0x6) Line number=1976.

Bryan Boulding (SlashDoggy) 29.04.2022 08:47
Hi. The first one is in the modDesc xml. You should find a line like
<specialization name="groundAdjustedNodes"/>

Just delete it.

The 2nd one, may have been caused by the first one (unlikely) and thus should disappear
If not, open the xml with Notepad++ , go down to line 1976 and go from there. I recall seeing a post somewhere about parsing errors and it was a simple fix. Can't remember what caused them

Edit: Google seems to think it is caused by a missing closing tag. Each section will start with <whateverthesectionis>, must end somewhere with </whateverthesectionis>

I have found the best solution for this is to use Microsoft Visual Studio for the xmls. If there are any syntax errors or missing bits, it lets you know real quick and you can fix them before going into game


Note: Log in to post. Create a new account here.