I'm having a lot of trouble with the saving in DBEO. I never have the problem myself, but plenty of people don't get their characters saved. Here's one of many similar things that I found in the log file:
Dream Daemon:(sfile.cc,0) error reading savefile structure; only read access will be allowed
bad output
proc name: SaveChars (/mob/SaveChars)
usr: Gojita_00 (/mob/PC)
src: Gojita_00 (/mob/PC)
call stack:
Gojita_00 (/mob/PC): SaveChars()
I understand what it's saying; that something screwed up, and it won't write to the savefile. So, my question is, what's could be causing this to happen? Thank you.
ID:150960
![]() Jun 25 2001, 1:05 pm
|
|
On 6/25/01 5:30 pm Ebonshadow wrote:
Dream Daemon:(sfile.cc,0) error reading savefile structure; only read access will be allowed Grrrr... This is really pissing me off. I changed the whole saving system so that it's exactly the same as the one in Duel (saving works perfectly in Duel)... But I still get the same errors, and saving still isn't working for some people... What's going on here?!? Maybe it has to do with a certain something that I'm saving, or maybe I can't save so much stuff at once. Those are the only differences between saving in Duel and DBEO... |
Maybe it has to do with a certain something that I'm saving, or maybe I can't save so much stuff at once. Those are the only differences between saving in Duel and DBEO... I think it has to do with saving multiple mobs or something. Maybe if its done at the same time or something like that, because I only get the error when the game is online and other people are playing. Deleting the savefile fixes the problem, so what you might try doing is using the new feature that was just added to byond. You can export the savefile to a text file by doing this: var/txtfile = file("players/[ckey].txt") savefile.ExportText("/",txtfile) tooken from the example given in the update notes. |
We get the same bug at dbz-spar. All the players keep asking me when Im gonna add the ability to save your character. When they say that, I get $%^#^% %^%^#$ off because its supported saving since the day I started the project!