09-11-2022, 12:33 PM
The application is first calling sceUtilitySavedataInitStart mode=AUTOLOAD with dataBufSize=0x00000004, which should return an error as the buffer is too short. This case should now be fixed in cb37686.
The application is then calling sceUtilitySavedataInitStart mode=AUTOLOAD with dataBufSize=0x00001000, which is fine
Code:
19:36:57.717838 user_main - -> sceUtilitySavedataInitStart 0x089F1BC0:
0x00000600, 0x00000000, 0x00000000, 0x00000011 >................<
0x00000013, 0x00000012, 0x00000010, 0x00000000 >................<
0x00000000, 0x00000000, 0x00000000, 0x00000000 >................<
0x00000000, 0x00000000, 0x00000001, 0x484A504E >............NPJH<
0x39343035, 0x00000032, 0x00000000, 0x00000000 >50492...........<
0x00000000, 0x00000000, 0x00000000, 0x00000000 >................<
0x00000000, 0x45564153, 0x41544144, 0x5441442E >....SAVEDATA.DAT<
0x00000000, 0x09035180, 0x00000004, 0x00000000 >.....Q..........<
Code:
19:36:57.984773 user_main - -> sceUtilitySavedataInitStart 0x089F1BC0:
0x00000600, 0x00000000, 0x00000000, 0x00000011 >................<
0x00000013, 0x00000012, 0x00000010, 0x00000000 >................<
0x00000000, 0x00000000, 0x00000000, 0x00000000 >................<
0x00000000, 0x00000000, 0x00000001, 0x484A504E >............NPJH<
0x39343035, 0x00000032, 0x00000000, 0x00000000 >50492...........<
0x00000000, 0x00000000, 0x00000000, 0x00000000 >................<
0x00000000, 0x45564153, 0x41544144, 0x5441442E >....SAVEDATA.DAT<
0x00000000, 0x09035180, 0x00001000, 0x00000000 >.....Q..........<
Always include a complete log file at INFO level in your reports. Thanks! How to post a log