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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jungle Party - NPEG00050
#1
Jungle Party - NPEG00050
using r2684
on the title screen it keeps pausing
here is the log


Attached Files
.zip   log.html.zip (Size: 17.43 KB / Downloads: 89)
Reply
#2
Code:
21831   user_main   ERROR   hle   Unmapped import at 0x0894C624 [0xFCBDB5AD] Module 'sceMpeg' - 00000001 08cf0000 000041e4  
26341   user_main   ERROR   hle   Unmapped import at 0x0894C5DC [0x63B9536A] Module 'sceMpeg' - 00002003 08cf0000 000041e4  
28613   user_main   ERROR   hle   Unmapped import at 0x0894C60C [0xAF26BB01] Module 'sceMpeg' - 00002003 08cf0000 000041e4  
29486   user_main   WARN   hle.sceMpeg   sceMpegCreate bad address 0x08CF01E8 0x09199C10 0x00000000
I hope to have fixed these problems in r2685. Could you retest?

Thanks!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
using r2686
no change
here is the new log


Attached Files
.zip   log.html.zip (Size: 12.48 KB / Downloads: 94)
Reply
#4
using r2703
game is playable now
will post screenshots later
Reply
#5
using r2785
just notice a few warnings in the logger

1170 GUI WARN loader Failed to map import at 0x0894C4E4 [0x31BCD7E0] Module 'sceMp4'(attempt 1)
1170 GUI WARN loader Failed to map import at 0x0894C4FC [0x4FB5B756] Module 'sceMp4'(attempt 1)
1170 GUI WARN loader Failed to map import at 0x0894C59C [0xD2AC9A7E] Module 'sceMp4'(attempt 1)
16008 user_main WARN hle.sceMpeg UNIMPLEMENTED: sceMpegAvcResourceGetAvcDecTopAddr unknown=8195
16008 user_main WARN hle.sceMpeg UNIMPLEMENTED: sceMpegAvcResourceGetAvcEsBuf
16036 user_main WARN hle.sceMp4 Unimplemented sceMp4Init unk1=true, unk2=true
16038 user_main WARN hle.sceMp4 Unimplemented sceMp4Create unknown1=0x8CF01F4, unknown2=0x8CF428C, unknown3=0x91A9C20, unknown4=0x1000
16041 user_main WARN hle.sceMp4 Unimplemented sceMp4_113E9E7B unknown=0x8CF01F4
16042 user_main WARN hle.sceMp4 Unimplemented sceMp4_7443AF1D unknown1=0x8CF01F4, unknown2=0x09FFF530
16044 user_main WARN hle.sceMp4 Unimplemented sceMp4_5EB65F26 unknown1=0x8CF01F4, unknown2=0x11
16045 user_main WARN hle.sceMp4 Unimplemented sceMp4_7ADFD01C unknown1=0x8CF01F4, unknown2=0x11, unknown3=0x0, unknown4=0x8CF428C, unknown5=0x8CF0274
16046 user_main WARN hle.sceMp4 PARTIAL: sceMp4_BCA9389C unknown1=17, unknown2=100, unknown3=20020, unknown4=97920, unknown5=65536
16047 user_main WARN hle.sceMp4 sceMp4_BCA9389C returning 2074192
16048 user_main WARN hle.sceMp4 Unimplemented sceMp4_9C8F4FC1 unknown1=0x8CF01F4, unknown2=0x8CF0274, unknown3=0x91AAC30, unknown4=0x1FA650, unknown5=0x64, unknown6=0x4E34, unknown7=0x17E80, unknown8=0x10000
16053 user_main WARN hle.sceMp4 Unimplemented sceMp4_0F0187D2 unknown1=0x8CF01F4, unknown2=0x8CF0274, unknown3=0x8CF42DC
16055 user_main WARN hle.sceMp4 Unimplemented sceMp4_5EB65F26 unknown1=0x8CF01F4, unknown2=0x20
16056 user_main WARN hle.sceMp4 Unimplemented sceMp4_7ADFD01C unknown1=0x8CF01F4, unknown2=0x20, unknown3=0x0, unknown4=0x8CF428C, unknown5=0x8CF2274
16057 user_main WARN hle.sceMp4 PARTIAL: sceMp4_BCA9389C unknown1=32, unknown2=100, unknown3=695, unknown4=8192, unknown5=65536
16057 user_main WARN hle.sceMp4 sceMp4_BCA9389C returning 141692
16060 user_main WARN hle.sceMp4 Unimplemented sceMp4_9C8F4FC1 unknown1=0x8CF01F4, unknown2=0x8CF2274, unknown3=0x93A9310, unknown4=0x2297C, unknown5=0x64, unknown6=0x2B7, unknown7=0x2000, unknown8=0x10000
16061 user_main WARN hle.sceMp4 Unimplemented sceMp4_9CE6F5CF unknown1=0x8CF01F4, unknown2=0x8CF2274, unknown3=0x8CF4334


here is the info log



Attached Files
.zip   log.html.zip (Size: 9.23 KB / Downloads: 97)
Reply
#6
Cool! I'm currently working on sceMp4. Could you log with the following LogSettings.xml line:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#7
ok here is the new info log with the added line


Attached Files
.zip   log.html.zip (Size: 1.34 MB / Downloads: 101)
Reply
#8
(10-17-2012, 01:23 PM)gid15 Wrote: Cool! I'm currently working on sceMp4. Could you log with the following LogSettings.xml line:
Code:
<logger name='compiler'> <level value='debug' /> </logger>

A draft implementation of sceMp4 is now available in r2788. Expect a long delay before the video starts to play. This is a current limitation of Xuggle/ffmpeg where I still have no solution....
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#9
using r 2788
after the 3rd screen the emulator crashes out
here is the info log


Attached Files
.zip   log.html.zip (Size: 6.38 KB / Downloads: 81)
Reply
#10
(10-18-2012, 12:54 PM)nash67 Wrote: using r 2788
after the 3rd screen the emulator crashes out
here is the info log
Any error displayed in the starting window? There is no error msg in the log...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)