The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Code Lyoko - USA - ULUS10351 - 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: Code Lyoko - USA - ULUS10351 (/showthread.php?tid=3543)

Pages: 1 2 3 4


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 09-19-2014

r3630
Well done fixed Atrac3 sound and hang in-game.

Can move to playable


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 03-08-2015

r3721

Black screen now
Code:
07:21:12 ERROR   memory - Mpeg soundThread_3a - memcpy - Invalid memory address: 0xFFFFFFFF-0x00001FFF(length=0x2000) PC=0x08936658



RE: Code Lyoko - USA - ULUS10351 - gid15 - 03-09-2015

Code:
07:21:12 ERROR   memory - Mpeg soundThread_3a - memcpy - Invalid memory address: 0xFFFFFFFF-0x00001FFF(length=0x2000) PC=0x08936658
This looks like a memory overwrite in sceMpeg. Could you retry with r3722?


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 03-09-2015

r3722

Yes,the video problem is fixed but when replay sceAtrac3plus background sound,
the sound become noise.
edit:add hle.sceAudio debug log

Code:
03:32:29 DEBUG hle.sceAtrac3plus - ATRAC3 play thread - sceAtracDecodeData atID=0x0, samplesAddr=0x08A81EC0, samplesNbrAddr=0x09FB7AA8, outEndAddr=0x09FB7AAC, remainFramesAddr=0x09FB7ABC
03:32:29 DEBUG hle.sceAtrac3plus - ATRAC3 play thread - decodeData from 0x08A5C440(0x230) to 0x08A81EC0(0x800), outputChannels=2
03:32:29 ERROR atrac3plus - ATRAC3 play thread - Invalid start bit



RE: Code Lyoko - USA - ULUS10351 - sum2012 - 03-21-2015

r3736
Loop still have same probrem
Attach @unknownbrackets 's modiy JPCSPTrace
(@gid15's JPCSPTrace don't work)


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 04-10-2015

Test on this commit https://github.com/gid15/jpcsp/commit/c11244411aff29ab812dbd728b218e211b93898c
still same problem


RE: Code Lyoko - USA - ULUS10351 - nash67 - 10-10-2015

using jpcsp bdff0ee920
when you choose the first stage during the intro the game crashes with an error
here is an info log


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 10-11-2015

I test https://github.com/jpcsp/jpcsp/commit/3887d94e146a40978792136d6ff5aab9d9385ee3 commit break the game


RE: Code Lyoko - USA - ULUS10351 - gid15 - 10-11-2015

(10-11-2015, 06:43 AM)sum2012 Wrote: I test https://github.com/jpcsp/jpcsp/commit/3887d94e146a40978792136d6ff5aab9d9385ee3 commit break the game
Thank you for regression testing and identifying the commit! This was very useful!
I have fixed a problem in 902af98, does it help here?


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 10-11-2015

Yes, fixed,thanks
(10-11-2015, 08:14 AM)gid15 Wrote:
(10-11-2015, 06:43 AM)sum2012 Wrote: I test https://github.com/jpcsp/jpcsp/commit/3887d94e146a40978792136d6ff5aab9d9385ee3 commit break the game
Thank you for regression testing and identifying the commit! This was very useful!
I have fixed a problem in 902af98, does it help here?