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.