08-02-2011, 03:58 PM
Hi,
Just wanted to report something that might be affecting other games as well.
I get this java runtime exception after clicking run:
And you can see the output of the log at INFO level in the attachments.
Seems like it was introduced during the latest changes to the file IO stuff, but I'm uncertain of the specific release.
This is under win7 x64, radeon hd4870, jpcsp x32 r2248
Thank you.
Just wanted to report something that might be affecting other games as well.
I get this java runtime exception after clicking run:
Code:
Running Jpcsp 32bit...
java.util.NoSuchElementException
at java.util.LinkedList.remove(Unknown Source)
at java.util.LinkedList.removeFirst(Unknown Source)
at java.util.LinkedList.remove(Unknown Source)
at jpcsp.HLE.kernel.managers.SceUidManager.getNewId(SceUidManager.java:115)
at jpcsp.HLE.modules150.IoFileMgrForUser.getNewId(IoFileMgrForUser.java:598)
at jpcsp.HLE.modules150.IoFileMgrForUser.access$100(IoFileMgrForUser.java:87)
at jpcsp.HLE.modules150.IoFileMgrForUser$IoInfo.<init>(IoFileMgrForUser.java:242)
at jpcsp.HLE.modules150.IoFileMgrForUser.hleIoOpen(IoFileMgrForUser.java:1340)
at jpcsp.HLE.modules150.IoFileMgrForUser.sceIoOpenAsync(IoFileMgrForUser.java:2351)
at jpcsp.HLE.modules150.IoFileMgrForUser$10.execute(IoFileMgrForUser.java:3538)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:384)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:670)
at _S1_3_8BE0744.s(_S1_3_8BE0744.java:4)
at _S1_3_8851B28.s(_S1_3_8851B28.java:140)
at _S1_3_8851B28.exec(_S1_3_8851B28.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:154)
at _S1_3_8851A24.s(_S1_3_8851A24.java:252)
at _S1_3_8851A24.exec(_S1_3_8851A24.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_3_8851508.s(_S1_3_8851508.java:40)
at _S1_3_8855ABC.s(_S1_3_8855ABC.java:104)
at _S1_3_885590C.s(_S1_3_885590C.java:224)
at _S1_3_8854D2C.s(_S1_3_8854D2C.java:88)
at _S1_3_8854D2C.exec(_S1_3_8854D2C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_3_884EE74.s(_S1_3_884EE74.java:48)
at _S1_3_884EEF0.s(_S1_3_884EEF0.java:12)
at _S1_3_884EEF0.exec(_S1_3_884EEF0.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_3_883E8C4.s(_S1_3_883E8C4.java:92)
at _S1_3_883E8C4.exec(_S1_3_883E8C4.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_3_883EBE0.s(_S1_3_883EBE0.java:68)
at _S1_3_883EBE0.exec(_S1_3_883EBE0.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:701)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
And you can see the output of the log at INFO level in the attachments.
Seems like it was introduced during the latest changes to the file IO stuff, but I'm uncertain of the specific release.
This is under win7 x64, radeon hd4870, jpcsp x32 r2248
Thank you.