d3m3vilurr / vita-savemgr

Dump / Restore for PSVita game save
GNU General Public License v3.0
357 stars 40 forks source link

Saves rapidly changing #93

Closed SpooksMcBoners closed 5 years ago

SpooksMcBoners commented 5 years ago

In trying to backup some of my saves but this weird issue is happening. https://prnt.sc/n47ada I've tried reinstalling but nothing fixed it. Please help

Originalimoc commented 5 years ago

Same here

Originalimoc commented 5 years ago

Use 2.0.0 stable release, NIGHTLY is in problem.

d3m3vilurr commented 5 years ago

what is your vita version?

Originalimoc commented 5 years ago

1000 3.60 Henkaku w/ enso, SD2Vita mounted at ux0.

Nice profile image BTW XD.

Penty2 commented 5 years ago

same problem

d-rez commented 5 years ago

This is because of the new implementation of storage location that was done in #60

Just fix your config.ini that's at ux0:/data/savemgr to have the full path instead of a relative path, i.e. make sure the "base" line says the following instead of just /data/savegames:

base = ux0:/data/savegames

Everything works fine afterwards