EmuNewz Network
MotorStorm: Arctic Edge - USA - UCUS98743 - 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: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=65)
+----- Thread: MotorStorm: Arctic Edge - USA - UCUS98743 (/showthread.php?tid=1826)

Pages: 1 2 3 4 5


RE: MotorStorm: Arctic Edge - USA - UCUS98743 - onelight - 04-02-2015

(03-07-2015, 06:01 PM)gid15 Wrote:
(03-05-2015, 10:26 AM)onelight Wrote:
(03-05-2015, 09:02 AM)nash67 Wrote: using r 3711
doesn't go ingame anymore
freezes up on the loading screen after you choose all of your options
here is an info log
I know that freezes: http://www.emunewz.net/forum/showthread.php?tid=164323 #9
Thank you for reminding me of this problem. Does r3714 help? That was one change that was present in the old Atrac3+ implementation and that I forgot to port to the new Atrac3+ decoder.
test jpcsp r3d32d04, get that freezes again.


RE: MotorStorm: Arctic Edge - USA - UCUS98743 - sum2012 - 04-06-2015

(04-02-2015, 03:51 PM)onelight Wrote: test jpcsp r3d32d04, get that freezes again.
Attach r3d32d04 log

PPSSPP fix the hang fix issue
https://github.com/hrydgard/ppsspp/pull/6935

JPCSPTrace log:
https://gist.github.com/sum2012/f75bdcc55e29e2a28e96


RE: MotorStorm: Arctic Edge - USA - UCUS98743 - sum2012 - 04-07-2015

git bisect result
https://github.com/unknownbrackets/ppsspp/commit/ac1fcdb26994eb960e01ebb196a298aba0202d25
fix hang.
But I know
https://github.com/gid15/jpcsp/commit/d45d2ee14a7fa1d6222a210eb651a391a990ad9a
and
https://github.com/gid15/jpcsp/commit/badd0ccd0760c069e939a7bf5e344272f104c49e

do the same job.......


RE: MotorStorm: Arctic Edge - USA - UCUS98743 - gid15 - 04-07-2015

Thank you for the logs!
I just saw that I broke my fix from r3723 in r3734: the number of samples returned at the 2nd call is not correct any more (0x170 below instead of 0x800).
I will fix it
Code:
06:29:43 DEBUG hle.sceAtrac3plus - StreamThread - sceAtracDecodeData returning 0x00000000, samples=0x690, end=0, remainFrames=350, currentSample=0xE90/0x74EF2B, AtracID[id=0, inputBuffer=pspFileBuffer(addr=0x08DB17C0, maxSize=0x40000, currentSize=0x3F9D0, readPosition=0x630, writePosition=0x0, filePosition=0x40000, fileMaxSize=0x2A8160), channels=2, outputChannels=2]
06:29:43 DEBUG hle.sceAtrac3plus - StreamThread - sceAtracDecodeData returning 0x00000000, samples=0x170, end=0, remainFrames=349, currentSample=0x1000/0x74EF2B, AtracID[id=0, inputBuffer=pspFileBuffer(addr=0x08DB17C0, maxSize=0x40000, currentSize=0x3F6E8, readPosition=0x918, writePosition=0x0, filePosition=0x40000, fileMaxSize=0x2A8160), channels=2, outputChannels=2]
06:29:43 DEBUG hle.sceAtrac3plus - StreamThread - sceAtracDecodeData returning 0x00000000, samples=0x800, end=0, remainFrames=348, currentSample=0x1800/0x74EF2B, AtracID[id=0, inputBuffer=pspFileBuffer(addr=0x08DB17C0, maxSize=0x40000, currentSize=0x3F400, readPosition=0xC00, writePosition=0x0, filePosition=0x40000, fileMaxSize=0x2A8160), channels=2, outputChannels=2]
...



RE: MotorStorm: Arctic Edge - USA - UCUS98743 - gid15 - 04-10-2015

(04-07-2015, 07:58 PM)gid15 Wrote: Thank you for the logs!
I just saw that I broke my fix from r3723 in r3734: the number of samples returned at the 2nd call is not correct any more (0x170 below instead of 0x800).
I will fix it
Is it now fixed in 0ac37b8?


RE: MotorStorm: Arctic Edge - USA - UCUS98743 - sum2012 - 04-10-2015

Test on this commit https://github.com/gid15/jpcsp/commit/c11244411aff29ab812dbd728b218e211b93898c
Fixed.
(04-10-2015, 06:55 PM)gid15 Wrote:
(04-07-2015, 07:58 PM)gid15 Wrote: Thank you for the logs!
I just saw that I broke my fix from r3723 in r3734: the number of samples returned at the 2nd call is not correct any more (0x170 below instead of 0x800).
I will fix it
Is it now fixed in 0ac37b8?