02-05-2011, 10:33 PM
r 1980:
When Jpcsp find an encrypted file, I have this error on eclipse :
and there is the log file.
When Jpcsp find an encrypted file, I have this error on eclipse :
Quote:java.lang.IllegalArgumentException
at java.nio.Buffer.position(Buffer.java:218)
at jpcsp.format.Elf32.loadProgramHeaders(Elf32.java:65)
at jpcsp.format.Elf32.<init>(Elf32.java:49)
at jpcsp.Loader.LoadELF(Loader.java:286)
at jpcsp.Loader.LoadPSP(Loader.java:276)
at jpcsp.Loader.LoadModule(Loader.java:135)
at jpcsp.HLE.modules150.ModuleMgrForUser.hleKernelLoadModule(ModuleMgrForUser.java:280)
at jpcsp.HLE.modules150.ModuleMgrForUser.sceKernelLoadModule(ModuleMgrForUser.java:360)
at jpcsp.HLE.modules150.ModuleMgrForUser$2.execute(ModuleMgrForUser.java:743)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:333)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:94)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:674)
at _S1_2_8A42CD0.s(_S1_2_8A42CD0.java:4)
at _S1_2_88AA4CC.s(_S1_2_88AA4CC.java:464)
at _S1_2_8898594.s(_S1_2_8898594.java:304)
at _S1_2_8804D68.s(_S1_2_8804D68.java:332)
at _S1_2_8804D68.exec(_S1_2_8804D68.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:705)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
and there is the log file.