EmuNewz Network

Full Version: Ape Escape Academy - UCUS98619
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Code:
21:00:57 DEBUG compiler - Main - CodeInstruction.compile <  0x8818338 - jal        0x08873004 [sceKernelStopModule]
...
21:00:57 DEBUG compiler - Main - CodeInstruction.compile <> 0x8818374 - jal        0x0887300C [sceKernelUnloadModule]
This sequence (sceKernelUnloadModulefollowing immediately a sceKernelStopModule) should now be fixed in r3329.

Does it help here?
Yes,r3329 fixed.Thanks.
using r 3337
now the speech from the intro most of it is misssing (it plays one or 2 words)
and now it is stuck on the screen (how to play ) and that is missing the speech aswell
here is a compiler log
Sorry,in morning I am rush to test.
Anyway attach JPCSP trace log
(08-02-2013, 06:46 AM)nash67 Wrote: [ -> ]using r 3337
now the speech from the intro most of it is misssing (it plays one or 2 words)
and now it is stuck on the screen (how to play ) and that is missing the speech aswell
here is a compiler log
This game is using small atrac3 files (fileSize < 0x8000):
Code:
14:40:39  INFO hle.sceAtrac3plus - sgx-psp-at3-th - hleAtracSetData atID=0x0, buffer=0x08E3B1C0, readSize=0x2000, bufferSize=0x2000, fileSize=0x5380
14:40:48  INFO hle.sceAtrac3plus - sgx-psp-at3-th - hleAtracSetData atID=0x1, buffer=0x08E41280, readSize=0x2000, bufferSize=0x2000, fileSize=0x4430
14:41:29  INFO hle.sceAtrac3plus - sgx-psp-at3-th - hleAtracSetData atID=0x0, buffer=0x08E3B1C0, readSize=0x2000, bufferSize=0x2000, fileSize=0x5380
This could be improved by r3339 / r3340.
r3340
Code:
RuntimeThread:
java.lang.NullPointerException
    at jpcsp.connector.AtracCodec.setAtracMaxSamples(AtracCodec.java:127)
    at jpcsp.HLE.modules150.sceAtrac3plus.sceAtracDecodeData(sceAtrac3plus.java:909)
Attach sceAtrac3plus debug log
using r 3342
no change
still has the problems with the speech
and also forgot to mention in my last post the music also cuts out straight away
here is an info log
using r 3345
music and speech are playing again
goes ingame again
no problems so far
here is an info log
Pages: 1 2