Quantcast
Channel: PCSX-Reloaded
Viewing all articles
Browse latest Browse all 2368

Commented Unassigned: Multi block saving issue [12314]

$
0
0
With game saving more than one block at once, they are all written into memory, but only one is used ("End link") and the other ones are not touched. Example with "Blaze & Blade - Eternal Quest (PAL EN)":

No Title Status ID
1 Blaze & Blade Celythia Sor. Lv. 1 End link BESLES-00845
2 Free
3 en Wand Free

When I create a new character the block 2, 3 and 4 are used instead of 4, 5 and 6. Corrupting the first save.

No Title Status ID
1 Blaze & Blade Celythia Sor. Lv. 1 End link BESLES-00845
2 Blaze & Blade Sylvanta Rog. Lv. 1 End link BESLES-00845
3 Free
4 er Free

In the case of "Blaze & Blade - Eternal Quest (PAL EN)", you can still load and play both characters, but you cannot use the object utility (segfault).

I tried with another game "Wipeout 3 - Special Edition (PAL EN)" (which save into 2 blocks). And load an old save that I've done with PCSXR too (don't know the version). See below the save created long ago, and the one created today:

Old:

No Title Status ID
1 W3SE G Used BESLES-02845
2 End link

Today:

No Title Status ID
1 W3SE G End link BESLES-02845
2 Free

Detail of my system:

- Archlinux (2015-12-27)
- PCSXR installed from official repository (1.9.93)
Comments: ** Comment from web user: Solis **

Hello Kathrx,

The only multiblock game that i know does not work is lego racers with the latest verion
of pcsxr. I believe it has to do with the same issue as Parasite Eve which saves
corrupt but if you do this and it fixes that issues however i'm not a coder but i have not found
a problem with the 80+games i tested on.

Patches to psxbios.c

1.Moving
DeliverEvent(0x11, 0x2); / 0xf0000011, 0x0004 / \
DeliverEvent(0x81, 0x2); / 0xf4000001, 0x0004 / \
after memcpy(Ra1, ptr, a2); \ in psxbios.c for both buread and buwrite seems to fix Parasite Eve saving and loading. Also fixes Lego Racer save.

BTW: You can find my HLE-Bios Compatibility List Here.

http://ngemu.com/threads/pcsx-reloaded-us-ntsc-compatibility-list.159996/


Viewing all articles
Browse latest Browse all 2368

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>