Author Topic: My save isn't fully loading  (Read 1324 times)

This just started happening to day, need solution.

Possibly be missing bricks. Are you using BrickPacks?

That, or your save was too big the Datablocks couldn't load it.


did you cancel saving early?
it looks like the saving process was cut short somehow

Actually this is a common error. We will need the save to remove the missing data.

Actually this is a common error. We will need the save to remove the missing data.
what do you mean?

The .bls file saves bricks based on their datablock. However it will have an error where there is no datablock name where it expects one to be and stops mid-save.
Code: [Select]
8x Cube " -44 11 110 1 0 3 Letters/-space 0 0 1 1 1
+-ITEM HE-Grenade" 0 2 4000
8x Cube " -40 15 110 1 0 3 Letters/-space 0 0 1 1 1
8x Wedge" -40 11 110 3 0 3 Letters/-space 0 0 1 1 1
8x Cube " -36 15 110 1 0 3 Letters/-space 0 0 1 1 1
8x Cube " -32 15 110 1 0 3 Letters/-space 0 0 1 1 1
8x Cube " -32 15 106 1 0 6 Letters/-space 0 0 0 0 0
8x Cube " -36 15 106 1 0 6 Letters/-space 0 0 0 0 0
Spawn Point" -43.75 15.25 105.5 2 0 6  0 0 0 0 0
This is what a normal save file looks like, it has all the info on bricks in it. Your error will more than likely look like this:
Code: [Select]
8x Cube " -44 11 110 1 0 3 Letters/-space 0 0 1 1 1
+-ITEM HE-Grenade" 0 2 4000
8x Cube " -40 15 110 1 0 3 Letters/-space 0 0 1 1 1
8x Wedge" -40 11 110 3 0 3 Letters/-space 0 0 1 1 1
8x Cube " -36 15 110 1 0 3 Letters/-space 0 0 1 1 1
8x Cube " -32 15 110 1 0 3 Letters/-space 0 0 1 1 1
" -32 15 106 1 0 6 Letters/-space 0 0 0 0 0
8x Cube " -36 15 106 1 0 6 Letters/-space 0 0 0 0 0
Spawn Point" -43.75 15.25 105.5 2 0 6  0 0 0 0 0
It will load 5 bricks, come across the error of no datablock, then aboard the save. Your best bet is to go through the .bls and look for the error at hand, or give the .bls to someone who can fix it.

No edit: When loading if you look in your console you'll see it saying the error and give you the line it occurs at iirc

So in other words: Provide a console.log.

No edit: When loading if you look in your console you'll see it saying the error and give you the line it occurs at iirc
i fixed the problem :P thx, lucky the bricks with the missing ui has events on it so i was able to decipher what brick it was


i fixed the problem :P thx, lucky the bricks with the missing ui has events on it so i was able to decipher what brick it was

What brick was it?

did you cancel saving early?
it looks like the saving process was cut short somehow
True.

well that sucks