hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.38k stars 2.19k forks source link

Savestate failed #13236

Closed Lemoncak3 closed 4 years ago

Lemoncak3 commented 4 years ago

I download v1.10.3-276-g4766e4fcb from githyb but when i use load state it says load state failed.

hrydgard commented 4 years ago

Getting this too (old Wipeout savestates won't load. Probably adhoc related @ANR2ME ).

I'm on it though. I'm gonna try to make it easier to debug savestate failures.

anr2me commented 4 years ago

@Lemoncak3 v1.10.3-276-g4766e4fcb doesn't have the default value on DoState yet, have you tried to load it using v1.10.3-282-g914b6ce24 to see if it have the same issue ?

Lemoncak3 commented 4 years ago

Okay will try it, wait

Lemoncak3 commented 4 years ago

Screenshot_20200802-182846 Still has the same issue

anr2me commented 4 years ago

May i know what game is that? and what was the version the save state created with? i'll try to create a new save state with that version

Currently i don't have save state issue, but the oldest save state i have was from 1.9.3

Lemoncak3 commented 4 years ago

i think i use this one v1.10.3-249-g7a3c95ee3 before updating to v1.10.3-276-g4766e4fcb, and that game is growlanser wayfarer but few of my other games had same issues too. Screenshot_20200802-184559

Screenshot_20200802-184146

My last P3P save state was from 21 july and it's broken too

Screenshot_20200802-184543

Screenshot_20200802-190133

And this one is digimon re:digitize save state from 18 july and it's also can't load savestate

Update : After updating to v1.10.3-282-g914b6ce24 whenever press exit menu ppsspp force closed and need to reopened again. Note : this happened after load save state failed otherwise it is fine.

and this is disgaea 2 with same issue, my last save state is from 5 March

Screenshot_20200802-185605

Screenshot_20200802-185609

anr2me commented 4 years ago

Could you provide your digimon/growlanser save state? i couldn't reproduce it using new save state created with older version on windows (including Wipeout pulse)

Is this issue only happened on android or it also happened on windows?

btw does growlanser have multiplayer mode? i didn't see in it in main menu Edit: according to this review, it doesn't even have multiplayer mode at all :( https://gamecritics.com/mike-bracken/growlanser-wayfarer-of-time-review/

Update: Ah i was using my own build to test loading it without any issue, but using build from orphis bot seems to be reproduceable

hrydgard commented 4 years ago

It's an issue in the sceUsbMic savestate handling, it turns out. PR coming.

hrydgard commented 4 years ago

Please confirm that it's fixed in new builds.

Lemoncak3 commented 4 years ago

It worked now, thanks a lot