Author Topic: Saving corrupting  (Read 1617 times)

Whenever I load a build project I've been working on for a couple weeks, half the bricks don't load and it doesn't finish loading - please help.

Also right before its loading it says "Load interrupted by Host"

post save and console log


Code: [Select]
1x1" -115.25 88.25 0.3 2 1 56  0 0 1 1 1
+-OWNER 217146
1x1" -125.25 89.25 0.3 3 1 56  0 0 1 1 1
"
+-OWNER 217146
1x1" -117.75 90.75 0.3 2 1 56  0 0 1 1 1
+-OWNER 217146
the " only line is breaking it

Code: [Select]
1x1" -115.25 88.25 0.3 2 1 56  0 0 1 1 1
+-OWNER 217146
1x1" -125.25 89.25 0.3 3 1 56  0 0 1 1 1
"
+-OWNER 217146
1x1" -117.75 90.75 0.3 2 1 56  0 0 1 1 1
+-OWNER 217146
the " only line is breaking it
To clarify, these are bricks that have no UI-Name, for whatever reason Badspot's loading code decides to stop at those instead of skipping them.

How far down is the error in the console?

Also how do I get rid of that "

check how many bricks load ingame, and then go about twice that down in the console and look there for a single " line (~2 lines in the save per brick)

or for this one, open the file in notepad and use ctrl+F to search for one of the lines (1x1" -125.25 89.25 0.3 3 1 56  0 0 1 1 1)
then delete the line


check how many bricks load ingame, and then go about twice that down in the console and look there for a single " line (~2 lines in the save per brick)

or for this one, open the file in notepad and use ctrl+F to search for one of the lines (1x1" -125.25 89.25 0.3 3 1 56  0 0 1 1 1)
then delete the line
When I open it in notepad it shows weird symbols, how else should I open a bls?

When I open it in notepad it shows weird symbols, how else should I open a bls?
nvm

Also I searched for that line and it isn't showing up, searching the Owner ID - they only have 3 bricks and there is no out of place " near them

I got it working! Thank you so much phflack, Conan and Pa