Can't Save My Builds

Author Topic: Can't Save My Builds  (Read 1965 times)

I'm on a Mac running Mavericks (10.9.1) and I can't save any of my builds.
I've looked in the saves folder, and only the .jpg file is there and no .bls file.
Of course, since there is no .bls file, my builds do not show up in the in-game
saves list. I used to be able to save, but not any more. Is there a way to fix this?
I'd like to be able to save my stuff.

Post a console log of this happening. If you don't know how to do this, read the Help FAQ at the top of this board.

Just to clarify, the screenshot that appears is the one of your build?

Uninstall The Blockland launcher and install it again you should have the .bms file or whatever it is called on and if you have no add ones just re-install them

Uninstall The Blockland launcher and install it again
STOP RIGHT THERE.

As Greek2me said, post console.log. or delete every blockland file other than key.dat, add-ons, and saves

STOP RIGHT THERE.

As Greek2me said, post console.log. or delete every blockland file other than key.dat, add-ons, and saves
noedit: Post console.log instead of deleting blockland files. We'll probably be able to figure it out without you needing to delete your stuff

Just to clarify, the screenshot that appears is the one of your build?

Yes, the picture saved is that of my build.

You can get my console.log here.

Do you get that menu thingy at start saying check your files if they are not read me?

I have this same issue.
I can't take it anymore.

Do you get that menu thingy at start saying check your files if they are not read me?

No, everything works normally, no start up message, no nothing. In fact, the game even says the save was successful. But, like I said, only the .jpg was saved, and no .bls file.

You can get my console.log here.
I couldn't find any lines referring to a save command, only load commands.
Did you try to save within this console log?

Ok here's what you do:
start blockland
start server
build stuff
type trace(1); in console
save build
close blockland
post console.log

Ok here's what you do:
start blockland
start server
build stuff
type trace(1); in console
save build
close blockland
post console.log

Okay, sorry everyone. Here's the correct console.log of me trying to save a small build (I hope I did this right).
Please ignore the other console.log I posted earlier.

There are no errors, I have no idea what the problem is.

Let's make a test, copy this in your console:

$f=new fileobject();$f.openforwrite("config/test.txt");$f.writeline("test");$f.close();$f.delete();

Does that plant a file called test.txt containing "test" in blockland/config?

There are no errors, I have no idea what the problem is.

Let's make a test, copy this in your console:

$f=new fileobject();$f.openforwrite("config/test.txt");$f.writeline("test");$f.close();$f.delete();

Does that plant a file called test.txt containing "test" in blockland/config?

No, the only thing in my config folder is a client folder and a server folder. Here's the console.log for what you told me to do.

Error connecting: Resource temporarily unavailable
Error connecting: Resource temporarily unavailable
Error connecting: Resource temporarily unavailable
Error connecting: Invalid argument
Error connecting: Invalid argument


That's interesting

Unable to open file 'config/server/prefs.cs for writing.
Unable to open file 'config/server/prefs.cs for writing.
Unable to open file 'config/server/prefs.cs for writing.
Unable to open file 'config/server/prefs.cs for writing.
Unable to open file 'config/server/prefs.cs for writing.
Unable to open file 'config/client/prefs.cs for writing.
Unable to open file 'config/client/config.cs' for writing.
Unable to open file 'config/client/rtb/prefs.cs for writing.


Even more interesting

Are you sure your blockland folder is not set to read only, and if it isn't is blockland.exe allowed to write to it?