OffBroadway / flippydrive

Documentation repo for the Flippydrive ODE modchip
https://docs.flippydrive.com/
100 stars 4 forks source link

XGIII: Extreme G Racing non-clean mode crash via Swiss #21

Closed ChrisPVille closed 3 months ago

ChrisPVille commented 3 months ago

After apploading from a previously setup fd 3, this command occurs DI READ 0x156EBDA8 len 0x0 fd 1, which triggers a bad command DI error due to the length being zero. This error causes the program to halt.

ChrisPVille commented 3 months ago

The access sequence via cubeboot is DI SEEK 0x156EBDA8 DI READ 0x156EBDA8 len 0xC280 fd 0

trevor403 commented 3 months ago

Creating a fix that calls SEEK instead, this is what gcloader does

ChrisPVille commented 3 months ago

Fixed in our swiss patches, commit 6212869