EmuNewz Network

Full Version: More problems on loading games
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, as you can seee my post count, I'm a newbie and unfortunately I really don't have much time....

So I was hoping if you would be kind enough to lend me a hand.

What I want to know is how to make Saki Portable JP (encyrpted) work. I loaded its ISO in the UMD folder via Jpcsp.exe but then this window pops up:

[Image: imagemwhm.png]

Alright, after that I took a look in the console and it displayed:
Code:
Running Jpcsp 32bit...
java.lang.IndexOutOfBoundsException
        at java.nio.ByteBuffer.wrap(Unknown Source)
        at jpcsp.format.PSP.decrypt(PSP.java:169)
        at jpcsp.Loader.LoadPSP(Loader.java:277)
        at jpcsp.Loader.LoadModule(Loader.java:135)
        at jpcsp.Emulator.load(Emulator.java:143)
        at jpcsp.Emulator.load(Emulator.java:136)
        at jpcsp.MainGUI.loadUMD(MainGUI.java:1198)
        at jpcsp.MainGUI.loadUMDGame(MainGUI.java:1296)
        at jpcsp.MainGUI.loadUMD(MainGUI.java:1229)
        at jpcsp.GUI.UmdBrowser.loadSelectedfile(UmdBrowser.java:569)
        at jpcsp.GUI.UmdBrowser.access$1000(UmdBrowser.java:74)
        at jpcsp.GUI.UmdBrowser$2.mouseClicked(UmdBrowser.java:280)
        at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(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$000(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
        at java.awt.EventQueue$2.run(Unknown Source)
        at java.awt.EventQueue$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$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.pumpEventsForFilter(Unknown Source)
        at java.awt.Dialog$1.run(Unknown Source)
        at java.awt.Dialog$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Unknown Source)
        at java.awt.Component.show(Unknown Source)
        at java.awt.Component.setVisible(Unknown Source)
        at java.awt.Window.setVisible(Unknown Source)
        at java.awt.Dialog.setVisible(Unknown Source)
        at jpcsp.MainGUI.openUmdActionPerformed(MainGUI.java:1175)
        at jpcsp.MainGUI.access$600(MainGUI.java:103)
        at jpcsp.MainGUI$6.actionPerformed(MainGUI.java:337)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.AbstractButton.doClick(Unknown Source)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
        at java.awt.EventQueue$2.run(Unknown Source)
        at java.awt.EventQueue$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$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)

I'm running Jpcsp with its default settings (v0.6 2042). Also tried enabling media engine but I think that is an option only applied to games that load....
My Java is also up to date.
Code:
Running Jpcsp 32bit...
java.lang.IndexOutOfBoundsException
        at java.nio.ByteBuffer.wrap(Unknown Source)
        at jpcsp.format.PSP.decrypt(PSP.java:169)
        at jpcsp.Loader.LoadPSP(Loader.java:277)
Could you try if this problem is fixed in r2044?

Thanks!
(03-26-2011, 02:25 PM)gid15 Wrote: [ -> ]
Code:
Running Jpcsp 32bit...
java.lang.IndexOutOfBoundsException
        at java.nio.ByteBuffer.wrap(Unknown Source)
        at jpcsp.format.PSP.decrypt(PSP.java:169)
        at jpcsp.Loader.LoadPSP(Loader.java:277)
Could you try if this problem is fixed in r2044?

Thanks!

Oh no, oh no, I am the one who must thank you!
It's working perfectly fine with MediaEngine enabled!

I will post this game now as playable.
Once again, thanks!
Some games like Saki Portable and Clannad don't work anymore. Unlike r2096, the game is working perfectly fine, until r2097 broke them.
it could be related to the fix in 2097 "Fixed sceKernelGetCallbackCount in ThreadManForUser".

it caused some games to break with invalid memory address errors.