01-19-2018, 10:05 AM
This homebrew utility was tested with revision 825bf68. The option Game Update doesn't seem to work as the emulator crashes with the following message:
Code:
java.lang.IllegalArgumentException
at java.nio.Buffer.limit(Unknown Source)
at jpcsp.memory.FastMemory.getBuffer(FastMemory.java:224)
at jpcsp.memory.SafeFastMemory.getBuffer(SafeFastMemory.java:196)
at jpcsp.memory.SafeFastMemory.getBuffer(SafeFastMemory.java:25)
at jpcsp.util.Utilities.write(Utilities.java:565)
at jpcsp.HLE.modules.IoFileMgrForUser.hleIoWrite(IoFileMgrForUser.java:2067)
at jpcsp.HLE.modules.IoFileMgrForUser.sceIoWrite(IoFileMgrForUser.java:3177)
at _S1_2_0x089B8FC4.s(_S1_2_0x089B8FC4.java:4)
at _S1_2_0x0890EB20.s(_S1_2_0x0890EB20.java:35372)
at _S1_2_0x089130B8.s(_S1_2_0x089130B8.java:168)
at _S1_2_0x0891B110.s(_S1_2_0x0891B110.java:1508)
at _S1_2_0x0891B110.exec(_S1_2_0x0891B110.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:177)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:230)
at _S1_2_0x08921418.s(_S1_2_0x08921418.java:836)
at _S1_2_0x0892301C.s(_S1_2_0x0892301C.java:1440)
at _S1_2_0x0892301C.exec(_S1_2_0x0892301C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:177)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:209)
at _S1_2_0x08914CC8.s(_S1_2_0x08914CC8.java:776)
at _S1_2_0x08900184.s(_S1_2_0x08900184.java:156)
at _S1_2_0x08900184.exec(_S1_2_0x08900184.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:778)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:843)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)