12-19-2017, 10:15 AM
(This post was last modified: 12-19-2017, 10:20 AM by DragonNeos.)
This game was tested with revision b7a1d8b. Games such as this one require the user to click on "Eject the MemoryStick" at a certain screen. When the text changes, the user clicks on "Insert the MemoryStick" to get the game to progress to the title screen.
If the user waits for a certain amount of time at the prompt screen before clicking on "Eject the MemoryStick", the console brings up the following error:
If the user waits for a certain amount of time at the prompt screen before clicking on "Eject the MemoryStick", the console brings up the following error:
Code:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.LinkedList.checkElementIndex(Unknown Source)
at java.util.LinkedList.remove(Unknown Source)
at jpcsp.HLE.kernel.types.SceKernelThreadInfo$RegisteredCallbacks.getNextReadyCallback(SceKernelThreadInfo.java:231)
at jpcsp.HLE.modules.ThreadManForUser.checkThreadCallbacks(ThreadManForUser.java:2708)
at jpcsp.HLE.modules.ThreadManForUser.checkCallbacks(ThreadManForUser.java:2858)
at jpcsp.Allegrex.compiler.RuntimeContext.syncIdle(RuntimeContext.java:553)
at jpcsp.Allegrex.compiler.RuntimeContext.syncThread(RuntimeContext.java:619)
at jpcsp.Allegrex.compiler.RuntimeContext.sync(RuntimeContext.java:722)
at jpcsp.Allegrex.compiler.RuntimeContext.postSyscall(RuntimeContext.java:748)
at _S1_2_0x08927FC0.s(_S1_2_0x08927FC0.java:4)
at _S1_2_0x08829CD0.s(_S1_2_0x08829CD0.java:80)
at _S1_2_0x08829CD0.exec(_S1_2_0x08829CD0.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)