11-09-2016, 07:48 AM
This game was tested with revision f57f2c0. After starting a new game, a crash will occur if the user allows the second cutscene to play. If the user chooses to skip the second cutscene, the game will operate normally.
Code:
02:15:58 ERROR runtime - Main - Catched Throwable in RuntimeThread:
java.lang.NumberFormatException: radix 0 less than Character.MIN_RADIX
at java.lang.Integer.parseInt(Unknown Source)
at jpcsp.HLE.modules.SysclibForKernel.strtol(SysclibForKernel.java:219)
at _S1_2_8D942DC.s(_S1_2_8D942DC.java:4)
at _S1_2_8D83CF4.s(_S1_2_8D83CF4.java:80)
at _S1_2_8D862E0.s(_S1_2_8D862E0.java:952)
at _S1_2_8D862E0.exec(_S1_2_8D862E0.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:165)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:197)
at _S1_2_8D86FC8.s(_S1_2_8D86FC8.java:60)
at _S1_2_8D86FC8.exec(_S1_2_8D86FC8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:165)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:197)
at _S1_2_8846D28.s(_S1_2_8846D28.java:84)
at _S1_2_8846D28.exec(_S1_2_8846D28.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:165)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:218)
at _S1_2_8841594.s(_S1_2_8841594.java:148)
at _S1_2_8846B80.s(_S1_2_8846B80.java:140)
at _S1_2_88470E4.s(_S1_2_88470E4.java:880)
at _S1_2_884796C.s(_S1_2_884796C.java:16)
at _S1_2_88480DC.s(_S1_2_88480DC.java:492)
at _S1_2_88040DC.s(_S1_2_88040DC.java:684)
at _S1_2_88040DC.exec(_S1_2_88040DC.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:685)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:746)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)