Community Forum

Error: Failed to open xml file

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created03.07.2020 18:42


Dominik Klimek (Puma145) 03.07.2020 18:42
Hi, there were such errors in the log. What can they relate to?

Error: Failed to open xml file '/download0/install/FS19_Goldcrest_Valley'.
Warning: corrupt savegame, item 43 with className BuyingStationPlaceable could not be loaded

Error: Failed to open xml file '/download0/install/FS19_Goldcrest_Valley'.
Warning: corrupt savegame, item 43 with className SiloPlaceable could not be loaded

Bilbo Beutlin (BBeutlin) 03.07.2020 19:38
Totally wrong path. Looks like you have exported with wrong option "parent directory".
Check the i3d and your important xml's for proper file paths and fix them.
Espec. in the defaultItems/Vehicles.xml look for "$data/.." paths and replace with "data/..".

Dominik Klimek (Puma145) 03.07.2020 20:33
Rulers in "Items" that generate these errors include this:
<item mapBoundId="trainStation1" className="SiloPlaceable" filename="$moddir$FS19_Goldcrest_Valley/maps/placeables/grainSiloRailroad01/grainSiloRailroadNorth.xml" position="337.713 106 -567.757" rotation="0 -90 0" />
Just delete "... FS19_Goldcrest_Valley ..."?
And leave such a ruler?
<item mapBoundId="trainStation1" className="SiloPlaceable" filename="$mapdir$/maps/placeables/grainSiloRailroad01/grainSiloRailroadNorth.xml" position="337.713 106 -567.757" rotation="0 -90 0" />

Dominik Klimek (Puma145) 03.07.2020 20:35


Dominik Klimek (Puma145) 03.07.2020 20:39


Bilbo Beutlin (BBeutlin) 04.07.2020 06:35
The path "$moddir$mapName/.." should NOT be used. Users tend to rename mods - and then the path is wrong.
For objects in maps use "$mapdir$/.." instead.

Dominik Klimek (Puma145) 04.07.2020 13:18
Thank you very much!


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