FTBTeam / FTB-Continuum

FTB Continuum Issue tracker is now closed, use https://github.com/FTBTeam/FTB-Modpack-Issues
16 stars 6 forks source link

Crash when starting existing world #556

Closed MickRemmerswaal closed 3 years ago

MickRemmerswaal commented 5 years ago
snake-4 commented 5 years ago

Seems like in advancedRocketry's code DocumentBuilder can't read/parse the XML files. And it seems like it is caused by your XML files having BOM, In your case these XML files should be found at

C:/Users/Gebruiker/Documents/Curse/Minecraft/Instances/FTB Continuum/saves/Henkies/advRocketry

Open the XML files at this location via some program that can convert the file to UTF-8 for example Notepad++ and convert the file to UTF-8 or remove the BOM character

MickRemmerswaal commented 5 years ago

image

This is how it looks like in Notepad++, I tried changing it to with BOM saving it and back to UTF-8 without BOM and saving it. restarted it and it still crashes on the XML file

snake-4 commented 5 years ago

Oh the file is corrupted, if you don't have any world backups then create a new world and copy this file of the new world to overwrite this save file's planetDefs.xml