Hello. I recently got this warning message while opening my game. I don’t know how to fix this but it’s very embarassing because I don’t want to loose my project.

I hope you can help me to fix the issue.
Kind Regards
Official_DevFrancais
Hello. I recently got this warning message while opening my game. I don’t know how to fix this but it’s very embarassing because I don’t want to loose my project.

I hope you can help me to fix the issue.
Kind Regards
Official_DevFrancais
This is most likely because it’s trying to open a binary place wit an xml parser, hence the ill-formed XML
Umm I don’t understand what you mean
I’m not an expert on how Roblox files work, but I am going to give you the best explanation I can:
Essentially, most objects on Roblox are made of XML. This is a file type that uses property based coding, and this is how Roblox stores most of it’s data (parts for example).
What @0x6e7367 was trying to say was that binary is a language made up of 1s and 0s. Naturally, these two aren’t the same, so when Roblox looks for XML and finds that, it returns an error.
The other thing that could be possible is that the XML is corrupted, therefore causing Roblox to not allow the place to open. At this point, you’ll need to deactivate the plugin, and try searching for an auto-save. That is all you can really do at this point.