EmuNewz Network

Full Version: Flowers - ULJM06390
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
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)
Could you please provide a log file with the compiler logging set to the DEBUG level?
Code:
<logger name='compiler'> <level value='debug' /> </logger>

Thank you!
Here you go. I can't seem to reproduce the error on the console when the additional line is added to LogSettings.xml.