06-25-2010, 06:28 PM
Thanks. Big progress: after r1611 game run menu.
If start new game, logs say this:
If start new game, logs say this:
Code:
...
122047 [user_main] INFO compiler - Splitting _S1_3_88797C8 (16694/3000)
125469 [user_main] INFO compiler - Splitting _S1_3_88797C8 (16694/2250)
127563 [user_main] INFO compiler - Compiling for Interpreter _S1_3_88797C8
127578 [Atrac3 Play Thread] INFO runtime - Thread exit detected SceUID=10a7 name:'Atrac3 Play Thread' return:0x0
127672 [user_main] INFO compiler - Replacing CodeBlock at 0x0883E9E0 by Native Code 'nop'
127906 [user_main] INFO compiler - Replacing CodeBlock at 0x0883FA40 by Native Code 'nop'
127906 [user_main] INFO compiler - Replacing CodeBlock at 0x0883F908 by Native Code 'nop'
127922 [user_main] INFO compiler - Replacing CodeBlock at 0x0884399C by Native Code 'nop'
128016 [user_main] INFO compiler - Compiling for Interpreter _S1_3_8838F64
128141 [user_main] INFO compiler - Replacing CodeBlock at 0x08842AC4 by Native Code 'nop'
129641 [user_main] INFO compiler - Splitting _S1_3_8878E68 (17283/3000)
132891 [user_main] INFO compiler - Splitting _S1_3_8878E68 (17283/2250)
135031 [user_main] INFO compiler - Compiling for Interpreter _S1_3_8878E68
135125 [Atrac3 Play Thread] INFO hle - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/SOUND_01_US.DAT flags = 1 permissions = 00
135125 [Atrac3 Play Thread] WARN hle - malloc cannot allocate partition=2, type=PSP_SMEM_High, size=0x2000, addr=0x00000000
135141 [Atrac3 Play Thread] INFO hle - hleAtracSetData atracID=4262, bufferSize=0xc000, fileSize=ef80c
135156 [Atrac3 Play Thread] WARN hle - IGNORING: sceAtracIsSecondBufferNeeded atracId=4262
135156 [Atrac3 Play Thread] WARN hle - PARTIAL: sceAtracGetBitrate: atracID = 4262, bitrateAddr =0x8a96a50
135219 [user_main] WARN hle - __sceSasSetKeyOff bad voice number -1
135313 [user_main] WARN hle - PARTIAL: sceAtracSetLoopNum: atracID = 4262, loopNbr = -1
135328 [user_main] ERROR runtime - java.lang.ArrayIndexOutOfBoundsException: 0
135344 [user_main] INFO runtime - Thread exit detected SceUID=1007 name:'user_main' return:0x1
135344 [Atrac3 Play Thread] WARN hle - PARTIAL: sceAtracSetLoopNum: atracID = 4262, loopNbr = -1
Code:
java.lang.ArrayIndexOutOfBoundsException: 0
at org.objectweb.asm.Frame.a(Unknown Source)
at org.objectweb.asm.Frame.a(Unknown Source)
at org.objectweb.asm.MethodWriter.visitMaxs(Unknown Source)
at jpcsp.Allegrex.compiler.CodeBlock.compile(Unknown Source)
at jpcsp.Allegrex.compiler.CodeBlock.getExecutable(Unknown Source)
at jpcsp.Allegrex.compiler.Compiler.analyse(Unknown Source)
at jpcsp.Allegrex.compiler.Compiler.compile(Unknown Source)
at jpcsp.Allegrex.compiler.Compiler.compile(Unknown Source)
at jpcsp.Allegrex.compiler.CompilerClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at _S1_3_882E51C.s(_S1_3_882E51C.java:292)
at _S1_3_882A9E8.s(_S1_3_882A9E8.java:36)
at _S1_3_8836060.s(_S1_3_8836060.java:28)
at _S1_3_88290E4.s(_S1_3_88290E4.java:2676)
at _S1_3_881331C.s(_S1_3_881331C.java:536)
at _S1_3_8804114.s(_S1_3_8804114.java:240)
at _S1_3_8804114.exec(_S1_3_8804114.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(Unknown Source)
at jpcsp.Allegrex.compiler.RuntimeThread.run(Unknown Source)