FIXED - Thanks Andar!
Just recently started working on my "never to be finished" project again. Making some good progress, however I ran into a snag.
Whenever I try to load a save file just after opening the engine, even one just created it is corrupted.
If I save a game, close the engine and re-open it, the saves shows as corrupted. When entering that save I am getting distorted text.
If I start a new game after opening the engine and then save, but do not close the engine I can load all saves normally.
This only happens when I try to open a save after opening the engine.
Current Version: Steam 1.61
Plugins: Community_Basic, MadeWithMV
(i.e. no settings have been changed with either plugin)
My game only uses basic eventing, no plugins or custom scripts.
Background Info: This is an existing project from before 1.61. I have been working on it for ever... I seem to remember when upgrading to 1.61 having some issues that I resolved somehow.
I started a new test project from scratch. I do not have this issue with the new project. I can save a game, close the engine and re-open a save with no issue.
I am sure I am missing something. Any suggestions would be great!
Save files now loading
● ARCHIVED · READ-ONLY
-
-
Save files not loading...
-
did you update the project plugins/libs folder and rpgcore file? not just the steam rpgmaker update
-
What is the full path to the project, beginning with the drive letter and ending on index.html?
What is the Version of the projects rpg_core.js file? -
D:\_MV Projects\Patanica\temp1\index.html
//============
// rpg_core.js v1.6.1
//============
As for updating plugin/libs and rpg_core.js. I don't remember. I just went through the process using the Steam update. Pretty sure this might be my issue.
I am currently reviewing the 1.61 Stable Release thread.
After re-reading the instructions and completing them again. I am pretty sure I copied over the main.js and plugins.js files by mistake originally.
I located what I thought was my backup of these files and copied over them. No change.
Quick Edit: This works fine with my web deployment on my host provider. Was able to load up the game via my browser and everything works fine. Just seems to be a local issue. -
Exactly - and the reason is the folder where you store your project.D:\_MV Projects\Patanica\temp1\index.htm
. Just seems to be a local issue.
It contains a space in the Name (after _MV and before Projects), and under networking rules all filenames and foldernames must only use latin letters and a very limited number of special signs.
Spaces are forbidden these.
And your provider doesn't have spaces in its structure... -
FIXED! I renamed the project folder.
Thanks Andar!