EmuNewz Network

Full Version: iso_tool 1.981
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
On revision e51e420, the option Game Update is not able to finish completion due to memory errors.
Code:
00:45:16 ERROR   memory - user_main_0x13 - read8 - Invalid memory address: 0xFC000000 PC=0x0892197C
...
00:45:18 ERROR   memory - user_main_0x13 - read8 - Invalid memory address: 0xFC000000 PC=0x08921A1C
OK, the previous issue is resolved:
Code:
00:45:14 DEBUG compiler - user_main_0x13 -    0x0800275C: [0x3C058800] - lui        $a1, 0x8800 <=> li $a1, 0x88000000
00:45:14 DEBUG compiler - user_main_0x13 -    0x08002760: [0x02003021] - addu       $a2, $s0, $zr <=> move $a2, $s0
00:45:14 DEBUG compiler - user_main_0x13 -    0x08002764: [0x24A527D8] - addiu      $a1, $a1, 10200
00:45:14 DEBUG compiler - user_main_0x13 - <  0x08002768: [0x0E001353] - jal        0x08004D4C [sceKernelExtendKernelStack]
00:45:14 DEBUG compiler - user_main_0x13 -    0x0800276C: [0x24042000] - addiu      $a0, $zr, 8192 <=> li $a0, 8192
... but it is now reaching the next problem:
Code:
00:45:15  INFO hle.semaphore - user_main_0x13 - sceUtilsBufferCopyWithRange outAddr=0x09FFEE6C, outSize=0xA4, inAddr=0x09FFEE6C, inSize=0xA4, cmd=0x7
00:45:15  INFO hle.semaphore - user_main_0x13 - inAddr[in]:
0x09FFEE6C 05 00 00 00 00 00 00 00 00 00 00 00 48 00 00 00  >............H...<
0x09FFEE7C 90 00 00 00 00 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEE8C E6 D5 C4 E8 01 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEE9C E6 D5 C4 E8 02 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEEAC E6 D5 C4 E8 03 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEEBC E6 D5 C4 E8 04 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEECC E6 D5 C4 E8 05 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEEDC E6 D5 C4 E8 06 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEEEC E6 D5 C4 E8 07 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEEFC E6 D5 C4 E8 08 5C 5B AF 8C D8 69 7E 51 9F 70 96  >.....\[...i~Q.p.<
0x09FFEF0C E6 D5 C4 E8                                      >....<
00:45:15  WARN hle.semaphore - user_main_0x13 - hleUtilsBufferCopyWithRange cmd=0x7 returned 0xE
The low level decryption is not working as some AES keys are missing (AES seed 0x48 in the above case)
Pages: 1 2