EmuNewz Network

Full Version: Error in CPU emulation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good morning.

We have tried our Nanodesktop Demo 4 on the last snapshot of your
JPCSP emulator (r1965).

You can download the PBP here:

http://rapidshare.com/files/444333629/Na...Demo_4.RAR

When the user tries to click on the TextBox an OutOfBounds exception
is raised by the JVM.

The same homebrew has been tested on r1940 version of JPCSP and
the error does not occur, so it must be dependent from something
you have introduced in your emulator in the last releases.

Can you help us with a bugfix ?
Thank you in advance for your support

F.B.
I tested this program with r1965. If you click on the textbox right after the program starts, it will always cause an ArrayIndexOutOfBoundsException. However, if you move the mouse cursor around the screen a bit before clicking on the textbox, it works just fine. Perhaps the dynamic recompiler needs to be primed at the beginning or something.
(01-24-2011, 09:41 PM)pegasus2000 Wrote: [ -> ]We have tried our Nanodesktop Demo 4 on the last snapshot of your
JPCSP emulator (r1965).

You can download the PBP here:

http://rapidshare.com/files/444333629/Na...Demo_4.RAR

When the user tries to click on the TextBox an OutOfBounds exception
is raised by the JVM.
This should be fixed in r1966. I'm just wondering how it could work before Wink
(01-25-2011, 06:22 PM)gid15 Wrote: [ -> ]
(01-24-2011, 09:41 PM)pegasus2000 Wrote: [ -> ]We have tried our Nanodesktop Demo 4 on the last snapshot of your
JPCSP emulator (r1965).

You can download the PBP here:

http://rapidshare.com/files/444333629/Na...Demo_4.RAR

When the user tries to click on the TextBox an OutOfBounds exception
is raised by the JVM.
This should be fixed in r1966. I'm just wondering how it could work before Wink

Thank you very much gid. I've tested the new version and it works
very well.

A question: does JPCSP already support the decoding of MP3 via Media Engine ?