EmuNewz Network
OMGZ - NPUZ00217 - 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: OMGZ - NPUZ00217 (/showthread.php?tid=84938)

Pages: 1 2


OMGZ - NPUZ00217 - nash67 - 10-01-2012

OMGZ - NPUZ00217
using r2751
after the intro nothing but a white screen
here is the info log



RE: OMGZ - NPUZ00217 - sum2012 - 10-01-2012

something wrong here
Code:
34680   MusicManager   WARN   hle.SysMemUserForUser   malloc cannot allocate partition=2, type=PSP_SMEM_High, size=0x10000, addr=0x00000000  
34681   MusicManager   WARN   hle.ThreadManForUser   sceKernelCreateThread not enough memory to create the stack



RE: OMGZ - NPUZ00217 - gid15 - 10-01-2012

or maybe coming from sceMp3?
Code:
33932   MusicManager   INFO   hle.sceMp3   Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.  
33971   MusicManager   INFO   hle.IoFileMgrForUser   hleIoOpen filename = disc0:/PSP_GAME/USRDIR/Music/drama_rama.mp3 flags = 1 permissions = 00  
34012   MusicManager   INFO   hle.sceMp3   Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.  
34045   MusicManager   INFO   hle.IoFileMgrForUser   hleIoOpen filename = disc0:/PSP_GAME/USRDIR/Music/drama_rama.mp3 flags = 1 permissions = 00  
34082   MusicManager   INFO   hle.sceMp3   Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.  
34115   MusicManager   INFO   hle.IoFileMgrForUser   hleIoOpen filename = disc0:/PSP_GAME/USRDIR/Music/drama_rama.mp3 flags = 1 permissions = 00  
34153   MusicManager   INFO   hle.sceMp3   Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.  
34185   MusicManager   INFO   hle.IoFileMgrForUser   hleIoOpen filename = disc0:/PSP_GAME/USRDIR/Music/drama_rama.mp3 flags = 1 permissions = 00  
34238   MusicManager   INFO   hle.sceMp3   Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.  
34271   MusicManager   INFO   hle.IoFileMgrForUser   hleIoOpen filename = disc0:/PSP_GAME/USRDIR/Music/drama_rama.mp3 flags = 1 permissions = 00  
34312   MusicManager   INFO   hle.sceMp3   Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
Could you log with
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceMp3'> <level value='debug' /> </logger>

Thank you!


RE: OMGZ - NPUZ00217 - nash67 - 10-02-2012

ok here is the new log with the 2 added lines



RE: OMGZ - NPUZ00217 - sum2012 - 10-02-2012

Your LogSettings.xml have probrem.
please use attach (I have added the 2 lines)
(10-02-2012, 12:54 AM)nash67 Wrote: ok here is the new log with the 2 added lines




RE: OMGZ - NPUZ00217 - nash67 - 10-02-2012

(10-02-2012, 01:11 AM)sum2012 Wrote: Your LogSettings.xml have probrem.
please use attach (I have added the 2 lines)
(10-02-2012, 12:54 AM)nash67 Wrote: ok here is the new log with the 2 added lines

there is nothing wrong with my logsettings
i used mine and yours and got the same info log




RE: OMGZ - NPUZ00217 - gid15 - 10-02-2012

Code:
24995   mp3playbackthread   DEBUG   hle.sceMp3   sceMp3Decode mp3Stream=Mp3Stream(maxSize=131072, availableSize=131072, readPos=0, writePos=0), outPcmPtr=0x09F3FA70  
24995   mp3playbackthread   DEBUG   hle.sceMp3   sceMp3Decode returning 0 samples (0 bytes) at 0x08AADD00  
25016   mp3playbackthread   DEBUG   hle.sceMp3   sceMp3ReleaseMp3Handle mp3Stream=Mp3Stream(maxSize=131072, availableSize=32768, readPos=98304, writePos=0)
This game is always releasing the MP3 and restarting when sceMp3Decode is returning 0 samples. This is now fixed in r2757.


RE: OMGZ - NPUZ00217 - nash67 - 10-02-2012

using r 2758
after the intro still nothing but a white screen
here is a debug log


RE: OMGZ - NPUZ00217 - gid15 - 10-02-2012

(10-02-2012, 03:29 PM)nash67 Wrote: using r 2758
after the intro still nothing but a white screen
here is a debug log
This is probably because the MP3 play is failing with the 64-bit (old Xuggle lib). Could you try with the Jpcsp 32-bit?


RE: OMGZ - NPUZ00217 - nash67 - 10-03-2012

yep it goes ingame with the 32 bit version