GXTX / YACardEmu

Software emulator for Sanwa CRP-1231BR-10 / CRP-1231LR-10NAB / CR-S31R-10HS3 card readers.
GNU General Public License v2.0
32 stars 10 forks source link

Pre emptively inserting card creates new empty card.bin #22

Closed EmiMidnight closed 11 months ago

EmiMidnight commented 1 year ago

This is based on WMMT3DX+. If the game boots and checks if a card exists, and or when you select "I have a card" instead of going the new card route, YACardEmu will create a 0kb card.bin and then try to load it. It will then fail and throw an invalid card size error, making the game get stuck on a card reader error. I think in such a case, it shouldn't make an empty new card and just return "no card inserted" imo.

GXTX commented 1 year ago

Agreed. Many complaints recently with it. Tbh I really find this to be user error (and usability issue). I'll fix it soon(tm).

GXTX commented 11 months ago

Fixed in 3387ffa