pcsx2 icon indicating copy to clipboard operation
pcsx2 copied to clipboard

[BUG]: We Love Katamari says 64MB Memory Card has insufficient space regardless of how much space is available

Open Gabriel2Silva opened this issue 2 years ago • 3 comments

Describe the Bug

We Love Katamari (SLUS-21230) returns this in-game error when booting up with an 64MB Memory Card inserted into slot 1: insuff

This Memory Card has 62,634KB of free space according to the BIOS.

It works fine with 8MB and 32MB cards. These are the only ones I've tested.

Reproduction Steps

  1. Insert an 64MB Memory Card into Memory Card Slot 1
  2. Start We Love Katamari (SLUS-21230)

Expected Behavior

The game should be able to recognize free space in 64MB Memory Cards so users can use 64MB cards with the game.

PCSX2 Revision

v1.7.3883

Operating System

Windows 10 (64bit)

If Linux - Specify Distro

No response

CPU

AMD Ryzen 5 1600

GPU

GTX 1660 SUPER

GS Settings

No response

Emulation Settings

No response

GS Window Screenshots

No response

Logs & Dumps

No response

Gabriel2Silva avatar Jan 11 '23 20:01 Gabriel2Silva

There's no need to be rude @Oymat , besides, this is actually potentially a problem, IF the game supports 64mb cards.

Not formatted: Normal "no game data" warning Formatted: "Not enough space" warning

That's what I reproduced here.

refractionpcsx2 avatar Jan 11 '23 21:01 refractionpcsx2

Work fine if 64MB card image have less than 32MB of free space. Most likely game check free space as kilobytes in 16 bits value and sing extend it somewhere before comparing for required free space. Issue is probably invalid, but i don't have real 64MB card to test.

Goatman13 avatar Jan 12 '23 10:01 Goatman13