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
TACTICS OGRE Let Us Cling Together CHS ULJM05753
#17
The "sceAtracGetRemainFrame returning -1,"is come from
src\jpcsp\HLE\modules150\sceAtrac3plus.java
Code:
@HLEFunction(nid = 0x9AE849A7, version = 150, checkInsideInterrupt = true)
    public int sceAtracGetRemainFrame(@CheckArgument("checkAtracID") int atID, TPointer32 remainFramesAddr) {
        if (log.isDebugEnabled()) {
            log.debug(String.format("sceAtracGetRemainFrame atracID=0x%X, remainFramesAddr=%s", atID, remainFramesAddr));
        }

        if (!atracIDs.containsKey(atID)) {
            log.warn("sceAtracGetRemainFrame: bad atracID= " + atID);
            return SceKernelErrors.ERROR_ATRAC_BAD_ID;
        }

        AtracID id = atracIDs.get(atID);
        int remainFrames = getRemainFrames(id);
        remainFramesAddr.setValue(remainFrames);

        if (log.isDebugEnabled()) {
            log.debug(String.format("sceAtracGetRemainFrame returning %d, %s", remainFrames, id.toString()));
        }

        return 0;
    }
If you can compile source, you can start to try to fix yourself

(10-15-2012, 02:05 PM)digiadventures Wrote:
(10-15-2012, 01:54 PM)sum2012 Wrote: (I have delete mipmap warning to make log smaller)
I notice no bpm after this line
Code:
21:44:45 DEBUG hle.sceAtrac3plus - SoundDevice - sceAtracGetRemainFrame returning -1, AtracID[id=1, inputBufferAddr=0x0969A0E0, inputBufferSize=32272, inputBufferOffset=30524, inputBufferWritableBytes=0, inputBufferNeededBytes=0]

Yeah exactly when "sceAtracGetRemainFrame" disapears from the log,thats when music disappear too Smile
I posted some logs and findings in US game thread

Reply


Messages In This Thread
RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - by sum2012 - 10-15-2012, 02:42 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)