RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

EOF error with saving/loading

Started by Elwin, January 27, 2009, 07:45:28 PM

0 Members and 1 Guest are viewing this topic.

Elwin

Hello. I have a problem that is basically not allowing me to save or load when I playtest my game.

Whenever I try to save or load, an error box comes up saying this:

Script 'Window_Savefile' line 30: EOFError occured.

End of file reached.


I have tried searching for the problem on these forums, but didn't see any topics that could help me. if I did miss one, please point me to it :)

But, line 30 in Window_Savefile says:
@game_system = Marshal.load(file)

I have NO idea of scripting, so I'm pretty lost.

If it can help any of you, the only custom scripts I have are a mining script (doesn't remember who made it), a character selection script and an Item/Bestiary script, by Cold_Strong. It is after I have added the Item/Bestiary script that the problem has occurred, but it doesn't help removing it.

Elwin

Sorry, I should have searched this forum a bit more I guess. I found the answer in another topic, all i had to do was deleting my old save files. i'm locking this.