Author Topic: Can't load the entire save?  (Read 3462 times)

I'm having an issue where when I attempt to load a save, it does not load the entire save. It also doesn't say it's complete with loading, but the ghosting is finished.

It loads as this, while it's really supposed to look like this:


When I load the save, the chat says "Loading bricks. Please wait." as normal, but it never says "x bricks/x bricks loaded successfully" or whatever to say it's complete.

There must be a missing datablock or a misconfigured one. Check your console if it tells you "Missing datablock ..." something, if so, your save is most likely corrupted unless someone has a way of recovery.

Somehow an add-on is corrupting save files.

Here's how to fix it:
Using some regex I removed all of the bricks that were causing the problem.

If anyone is interested, here is the regex:
Code: [Select]
\r\n".+((\r\n\+-).+)*It will catch the brick and all of its sub-properties. (like events)

Here is the fixed save file. Now we just need to figure out why this is happening.

Quote
ERROR: ServerLoadSaveFile_Tick() - Bad line " " -63.25 40.5 2.6 1 0 57 0 0 1 1 1" - expected brick line but found no uiname
BackTrace: ->ServerLoadSaveFile_Tick

This is the error I get when I load the save in console in game.

remove that line in the save file

remove that line in the save file
Did that, does not fix the issue.

Would you mind posting the save then? One of us can easily fix it.

tbh badspot should have made it so that broken lines are just skipped, that way a save file is almost full-proof

Well I got it fixed a day or two ago, Thanks!

Badspot

  • Administrator
What was the solution?

What was the solution?
Unfortunately, I actually don't know. Thorfin25 borrowed the save and fixed it for me, so you may want to ask him.

What was the solution?
Going through the .bls and deleting the lines with missing datablock names as well as their events. This however results in a few missing bricks.

What was the solution?
i dont think your ban threat is working very well.

i dont think your ban threat is working very well.
Its not a ban threat. He wants solutions in as many topics as possible to provide future help sources for other users.

Don't people just ask the same question again once it's slided to 3 pages or so..?