EmuNewz Network
Error in CPU emulation - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Error in CPU emulation (/showthread.php?tid=3457)



Error in CPU emulation - pegasus2000 - 01-24-2011

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/Nanodesktop_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.


RE: Error in CPU emulation - Itaru - 01-25-2011

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.


RE: Error in CPU emulation - gid15 - 01-25-2011

(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/Nanodesktop_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


RE: Error in CPU emulation - pegasus2000 - 01-25-2011

(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/Nanodesktop_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 ?