Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: danesopeezy89 on December 13, 2008, 04:05:21 pm

Title: Save problem
Post by: danesopeezy89 on December 13, 2008, 04:05:21 pm
Hello, When I was testing my game out, I decided to save the game. But any time I'll save it will say "RGSS Player has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." and the wierd part is it actually saves  :O.o: but when I go to the save file this comes up " Script 'Scene_Load' line 77: EOFError occured
End of File reach." What's going on with my game?  :???:
Title: Re: Save problem
Post by: Starrodkirby86 on December 13, 2008, 05:09:39 pm
Are all your scripts in the right order?
http://forum.chaos-project.com/index.php?topic=23.0

Next up, do you perhaps have any script that is interfering with the Save stuff? I mean, a script that doesn't do any Save related works or isn't involved with those Scenes shouldn't be causing the problems, but one that is might.
Title: Re: Save problem
Post by: danesopeezy89 on December 13, 2008, 05:15:25 pm
yeah, all of my scripts is in the right order. Plus, I don't have any save scripts. I also tried repairing it, uninstalling it, and reinstalling it. And I still get the same problem  :'(
Title: Re: Save problem
Post by: Starrodkirby86 on December 13, 2008, 05:18:02 pm
 :'(

Try a new project to see if it works. If it doesn't, then it's something wrong with your computer.

It doesn't help that we don't have all your scripts...since we don't know your problem this way...Hm, you can always do a delete-one-script-see-what-happens method, but you better have a backup ready, and it's more trial and error. :x
Title: Re: Save problem
Post by: danesopeezy89 on December 13, 2008, 05:52:01 pm
aaahhhhh crud! I tried to make another project and the save actually works  :<_<: what should I do? Should I transfer all my data from my game to the new project? If i do, it's gonna take me forever >:(
Title: Re: Save problem
Post by: Blizzard on December 13, 2008, 06:23:50 pm
Forget those savefiles. Just start a new game and try saving and then loading. It seems to me that you removed a script that had stuff to save earlier or you added a script that's not saving the data right or you added a script that tries to read data from old savefiles that doesn't exist in the old savefiles.
Title: Re: Save problem
Post by: Punn on December 14, 2008, 06:55:33 pm
SDK?

Enuff said
Title: Re: Save problem
Post by: Ryex on December 23, 2008, 11:22:29 pm
The SDK would not cause a problem like this. ^^