This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Booting VSH in Jpcsp
#81
While testing the VSH on revision 93744e0, this error message appears on the console if I attempt to close the emulator after a game is loaded:
Code:
Exception in thread "GUI" java.lang.IllegalArgumentException: Comparison method violates its general contract!
    at java.util.TimSort.mergeHi(Unknown Source)
    at java.util.TimSort.mergeAt(Unknown Source)
    at java.util.TimSort.mergeCollapse(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.Arrays.sort(Unknown Source)
    at java.util.Collections.sort(Unknown Source)
    at jpcsp.Allegrex.compiler.Profiler.exit(Profiler.java:96)
    at jpcsp.Emulator.exit(Emulator.java:106)
    at jpcsp.MainGUI.exitEmu(MainGUI.java:2795)
    at jpcsp.MainGUI.formWindowClosing(MainGUI.java:1760)
    at jpcsp.MainGUI.access$000(MainGUI.java:102)
    at jpcsp.MainGUI$2.windowClosing(MainGUI.java:387)
    at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown Source)
    at javax.swing.JFrame.processWindowEvent(Unknown Source)
    at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$300(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "GUI" java.lang.IllegalArgumentException: Comparison method violates its general contract!
    at java.util.TimSort.mergeHi(Unknown Source)
    at java.util.TimSort.mergeAt(Unknown Source)
    at java.util.TimSort.mergeCollapse(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.Arrays.sort(Unknown Source)
    at java.util.Collections.sort(Unknown Source)
    at jpcsp.Allegrex.compiler.Profiler.exit(Profiler.java:96)
    at jpcsp.Emulator.exit(Emulator.java:106)
    at jpcsp.MainGUI.exitEmu(MainGUI.java:2795)
    at jpcsp.MainGUI.formWindowClosing(MainGUI.java:1760)
    at jpcsp.MainGUI.access$000(MainGUI.java:102)
    at jpcsp.MainGUI$2.windowClosing(MainGUI.java:387)
    at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown Source)
    at javax.swing.JFrame.processWindowEvent(Unknown Source)
    at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$300(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

It's also nice to see that the language set in the configuration matches the language that is displayed when the VSH is loaded up. The button preference in configuration also works on the VSH, as I can use the "O" button to set options in the XMB.


Attached Files
.zip   Log_r93744e0(64bit)_INFO.zip (Size: 52.66 KB / Downloads: 96)
Reply
#82
(10-16-2017, 10:55 AM)DragonNeos Wrote: It's also nice to see that the language set in the configuration matches the language that is displayed when the VSH is loaded up. The button preference in configuration also works on the VSH, as I can use the "O" button to set options in the XMB.
Yes, the change has been included by mistake in 4675f4c. It should have received its own commit...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#83
Code:
Exception in thread "GUI" java.lang.IllegalArgumentException: Comparison method violates its general contract!
    at java.util.TimSort.mergeHi(Unknown Source)
    at java.util.TimSort.mergeAt(Unknown Source)
    at java.util.TimSort.mergeCollapse(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.Arrays.sort(Unknown Source)
    at java.util.Collections.sort(Unknown Source)
    at jpcsp.Allegrex.compiler.Profiler.exit(Profiler.java:96)
    at jpcsp.Emulator.exit(Emulator.java:106)
I hope to have fixed this rare exception in 4931556. Thank you for reporting Smile
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#84
The exception seems to be fixed on revision a583d24. The application Digital Comics is able to load from XMB if the EBOOT is decrypted with PRXdecrypter 2.7a. However, there are a lot error messages that pause the emulator. The user would have to click on run until the first Digital Comics message appears on the screen (1st Screenshot).

The application SensMe™ channels is not able to load on the emulator even though its EBOOT was decrypted with PRXdecrypter 2.7a. There are endless error messages that pause the emulator and require the user to continue clicking on run to see if the application can start.


Attached Files Thumbnail(s)
           

.zip   Log_ra583d24(64bit)_INFO (Digital Comics).zip (Size: 119.37 KB / Downloads: 105)
.zip   Log_ra583d24(64bit)_INFO (SensMe™ channels).zip (Size: 278.5 KB / Downloads: 104)
Reply
#85
tested rae32410, get error when try mulitiplayer
Code:
java.lang.NullPointerException
        at jpcsp.Allegrex.compiler.CompilerContext.useMMIO(CompilerContext.java:2688)
        at jpcsp.Allegrex.compiler.CompilerContext.memRead32(CompilerContext.java:2693)
        at jpcsp.Allegrex.compiler.CompilerParameterReader.loadParameterIntFromMemory(CompilerParameterReader.java:43)
        at jpcsp.Allegrex.compiler.CompilerParameterReader.loadParameterIntAt(CompilerParameterReader.java:52)
        at jpcsp.Allegrex.compiler.CompilerParameterReader.loadNextInt(CompilerParameterReader.java:81)
        at jpcsp.Allegrex.compiler.CompilerContext.loadParameter(CompilerContext.java:1022)
        at jpcsp.Allegrex.compiler.CompilerContext.logSyscall(CompilerContext.java:1296)
        at jpcsp.Allegrex.compiler.CompilerContext.logSyscallStart(CompilerContext.java:1475)
        at jpcsp.Allegrex.compiler.CompilerContext.startHLEMethod(CompilerContext.java:2110)
        at jpcsp.Allegrex.compiler.CompilerContext.startMethod(CompilerContext.java:2149)
        at jpcsp.Allegrex.compiler.CodeBlock.interpret(CodeBlock.java:459)
        at jpcsp.Allegrex.compiler.CodeBlock.getInterpretedExecutable(CodeBlock.java:586)
        at jpcsp.Allegrex.compiler.Compiler.interpret(Compiler.java:365)
        at jpcsp.Allegrex.compiler.Compiler.compile(Compiler.java:645)
        at jpcsp.Allegrex.compiler.Compiler.compile(Compiler.java:548)
        at jpcsp.Allegrex.compiler.CompilerClassLoader.findClass(CompilerClassLoader.java:50)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at _S1_2_8B16828.s(_S1_2_8B16828.java:4)
        at _S1_2_88C3D58.s88c3d58(_S1_2_88C3D58.java:80)
        at _S1_2_88C3D58.s(_S1_2_88C3D58.java:0)
        at _S1_2_88C3A70.s(_S1_2_88C3A70.java:100)
        at _S1_2_88C2208.s(_S1_2_88C2208.java:16)
        at _S1_2_88C6150.s88c6228(_S1_2_88C6150.java:220)
        at _S1_2_88C6150.s(_S1_2_88C6150.java:216)
        at _S1_2_88C6150.exec(_S1_2_88C6150.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835220.s(_S1_2_8835220.java:84)
        at _S1_2_8835220.exec(_S1_2_8835220.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:227)
        at _S1_2_8835A90.s(_S1_2_8835A90.java:136)
        at _S1_2_8836158.s(_S1_2_8836158.java:32)
        at _S1_2_880791C.s880790c(_S1_2_880791C.java:224)
        at _S1_2_880791C.s(_S1_2_880791C.java:212)
        at _S1_2_880791C.exec(_S1_2_880791C.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_883530C.s(_S1_2_883530C.java:76)
        at _S1_2_8808CF0.s(_S1_2_8808CF0.java:28)
        at _S1_2_8808CF0.exec(_S1_2_8808CF0.java)
        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:174)
        at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:206)
        at _S1_2_88353C8.s(_S1_2_88353C8.java:344)
        at _S1_2_88353C8.exec(_S1_2_88353C8.java)


Attached Files
.zip   Multiplayer-log.zip (Size: 66.88 KB / Downloads: 92)
Reply
#86
Code:
java.lang.NullPointerException
        at jpcsp.Allegrex.compiler.CompilerContext.useMMIO(CompilerContext.java:2688)
        at jpcsp.Allegrex.compiler.CompilerContext.memRead32(CompilerContext.java:2693)
        at jpcsp.Allegrex.compiler.CompilerParameterReader.loadParameterIntFromMemory(CompilerParameterReader.java:43)
        at jpcsp.Allegrex.compiler.CompilerParameterReader.loadParameterIntAt(CompilerParameterReader.java:52)
        at jpcsp.Allegrex.compiler.CompilerParameterReader.loadNextInt(CompilerParameterReader.java:81)
        at jpcsp.Allegrex.compiler.CompilerContext.loadParameter(CompilerContext.java:1022)
        at jpcsp.Allegrex.compiler.CompilerContext.logSyscall(CompilerContext.java:1296)
        at jpcsp.Allegrex.compiler.CompilerContext.logSyscallStart(CompilerContext.java:1475)
        at jpcsp.Allegrex.compiler.CompilerContext.startHLEMethod(CompilerContext.java:2110)
        at jpcsp.Allegrex.compiler.CompilerContext.startMethod(CompilerContext.java:2149)
        at jpcsp.Allegrex.compiler.CodeBlock.interpret(CodeBlock.java:459)
        at jpcsp.Allegrex.compiler.CodeBlock.getInterpretedExecutable(CodeBlock.java:586)
        at jpcsp.Allegrex.compiler.Compiler.interpret(Compiler.java:365)
It is fixed in b877d36 (or later)? I'm doing quite a lot of deep changes for the support of the reboot process... that's why I'm breaking Jpcsp quite often the last weeks Sad

Thank you for your patience Smile
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#87
(11-05-2017, 02:19 PM)gid15 Wrote: It is fixed in b877d36 (or later)? I'm doing quite a lot of deep changes for the support of the reboot process... that's why I'm breaking Jpcsp quite often the last weeks Sad

Thank you for your patience Smile

tested 734fa1e, get different error


Attached Files
.zip   log-734fa1e.zip (Size: 54.41 KB / Downloads: 110)
Reply
#88
Code:
java.lang.NullPointerException
    at jpcsp.Allegrex.compiler.CompilerContext.isCodeInstructionInKernelMemory(CompilerContext.java:1703)
    at jpcsp.Allegrex.compiler.CompilerContext.prepareMemIndex(CompilerContext.java:2882)
    at jpcsp.Allegrex.compiler.CompilerContext.memRead32(CompilerContext.java:2743)
    at jpcsp.Allegrex.compiler.CompilerParameterReader.loadParameterIntFromMemory(CompilerParameterReader.java:43)
    at jpcsp.Allegrex.compiler.CompilerParameterReader.loadParameterIntAt(CompilerParameterReader.java:52)
    at jpcsp.Allegrex.compiler.CompilerParameterReader.loadNextInt(CompilerParameterReader.java:81)
    at jpcsp.Allegrex.compiler.CompilerContext.loadParameter(CompilerContext.java:1042)
    at jpcsp.Allegrex.compiler.CompilerContext.logSyscall(CompilerContext.java:1316)
    at jpcsp.Allegrex.compiler.CompilerContext.logSyscallStart(CompilerContext.java:1495)
    at jpcsp.Allegrex.compiler.CompilerContext.startHLEMethod(CompilerContext.java:2149)
    at jpcsp.Allegrex.compiler.CompilerContext.startMethod(CompilerContext.java:2188)
    at jpcsp.Allegrex.compiler.CodeBlock.interpret(CodeBlock.java:459)
This should be fixed in 2cc09c3...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#89
(11-07-2017, 09:24 PM)gid15 Wrote: This should be fixed in 2cc09c3...

2cc09c3 not crash, but multiplayer still not working.
multiplayer working on 78e74c6

   


.7z   78e74c6-log.7z (Size: 480.18 KB / Downloads: 111)



.7z   2cc09c3-log.7z (Size: 42.04 KB / Downloads: 101)
Reply
#90
From the log files, the old version is loading one more module from flash0/kd than the new version: flash0/kd/chnnlsv.prx.
Is it also broken on the old version when deleting flash0/kd/chnnlsv.prx?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)