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
Harukanaru Toki no Naka de 5 Kazahanaki - JPN - ULJM06025
#11
OK, now it seems a problem related to the video play.
A new log might help:
Code:
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='debug' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
<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
#12
Attach 2693 and 2936 debug log.

seem hle.sceMpeg have probrem
Code:
23:20:21 DEBUG hle.sceMpeg - ScePsmfPlayerDecodeThread - sceMpegRingbufferAvailableSize ringbufferAddr=0x09F1B2A0
23:20:21 DEBUG hle.sceMpeg - ScePsmfPlayerDecodeThread - sceMpegRingbufferAvailableSize returning 565


Attached Files
.7z   R2936debuglog.7z (Size: 651.89 KB / Downloads: 69)
.zip   Log_r2693(32bit)_Debug.zip (Size: 1,016.78 KB / Downloads: 71)
Reply
#13
Rev 2954 same


Attached Files
.zip   2954info_and_debug.zip (Size: 919.31 KB / Downloads: 72)
Reply
#14
Tried only work in return -1 in scempeg.java in
@HLEFunction(nid = 0xFE246728, version = 150, checkInsideInterrupt = true)
public int sceMpegGetAvcAu(@CheckArgument("checkMpegHandle") int mpeg, int streamUid, TPointer auAddr, @CanBeNull TPointer32 attrAddr) {



Attached Files
.txt   2956mlog.txt (Size: 54.2 KB / Downloads: 50)
Reply
#15
Sorry,I just find the name is wrong.
Can change the name to "Harukanaru Toki no Naka de 5 Kazahanaki" ? Thanks
Reply
#16
using r 3070
here is the JpcspTrace with the added lines


Attached Files
.zip   JpcspTrace.zip (Size: 3.92 KB / Downloads: 94)
Reply
#17
Can ignore mpg probrem,solve save probrem first ?
Code:
Reutrn -1 in scempeg.java in
@HLEFunction(nid = 0xFE246728, version = 150, checkInsideInterrupt = true)
public int sceMpegGetAvcAu(@CheckArgument("checkMpegHandle") int mpeg, int streamUid, TPointer auAddr, @CanBeNull TPointer32 attrAddr) {
last work r2982m
r2983m broke


Attached Files Thumbnail(s)
   

.txt   2982mlog.txt (Size: 34.34 KB / Downloads: 48)
.txt   2983mlog.txt (Size: 60.26 KB / Downloads: 47)
.txt   3248mlog.txt (Size: 56.96 KB / Downloads: 49)
Reply
#18
using r 3369
still the same problem
here is a compiler log


Attached Files
.zip   log.zip (Size: 1.1 MB / Downloads: 74)
Reply
#19
Code:
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14D4 - sw         $zr, 0($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14D8 - lui        $a0, 0x08AD <=> li $a0, 0x08AD0000
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14DC - sw         $zr, 4($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14E0 - addiu      $a0, $a0, 7488
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14E4 - sw         $a0, 8($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14E8 - sw         $s0, 12($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile <  0x8AD14EC - jal        0x08B4A628 [sceGeSetCallback]
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14F0 - or         $a0, $sp, $zr <=> move $a0, $sp
...
09:43:56 DEBUG compiler - ExtractorThread - Compiling _S1_2_8AD1D40
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile  > 0x8AD1D40 - addiu      $sp, $sp, -16
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D44 - lui        $a0, 0x08B7 <=> li $a0, 0x08B70000
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D48 - sw         $a2, 19792($a0)
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D4C - sw         $ra, 0($sp)
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile <  0x8AD1D50 - jal        0x08AD1B4C
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D54 - or         $a0, $a1, $zr <=> move $a0, $a1
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D58 - lw         $ra, 0($sp)
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D5C - jr         $ra
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D60 - addiu      $sp, $sp, 16
This GE callback seems to use the 3rd callback argument. It was up to now incorrect and I've fixed it in r3482. There is little chance it will help, but could you retest?

Thank you!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#20
r3488 no help
the log auto stop in
Code:
76691 [ScePsmfPlayerDecodeThread] DEBUG compiler - CodeInstruction.compile    0x8B21B30 - addiu      $sp, $sp, 16
(04-10-2014, 07:43 PM)gid15 Wrote:
Code:
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14D4 - sw         $zr, 0($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14D8 - lui        $a0, 0x08AD <=> li $a0, 0x08AD0000
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14DC - sw         $zr, 4($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14E0 - addiu      $a0, $a0, 7488
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14E4 - sw         $a0, 8($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14E8 - sw         $s0, 12($sp)
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile <  0x8AD14EC - jal        0x08B4A628 [sceGeSetCallback]
09:43:49 DEBUG compiler - MainThread - CodeInstruction.compile    0x8AD14F0 - or         $a0, $sp, $zr <=> move $a0, $sp
...
09:43:56 DEBUG compiler - ExtractorThread - Compiling _S1_2_8AD1D40
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile  > 0x8AD1D40 - addiu      $sp, $sp, -16
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D44 - lui        $a0, 0x08B7 <=> li $a0, 0x08B70000
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D48 - sw         $a2, 19792($a0)
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D4C - sw         $ra, 0($sp)
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile <  0x8AD1D50 - jal        0x08AD1B4C
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D54 - or         $a0, $a1, $zr <=> move $a0, $a1
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D58 - lw         $ra, 0($sp)
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D5C - jr         $ra
09:43:56 DEBUG compiler - ExtractorThread - CodeInstruction.compile    0x8AD1D60 - addiu      $sp, $sp, 16
This GE callback seems to use the 3rd callback argument. It was up to now incorrect and I've fixed it in r3482. There is little chance it will help, but could you retest?

Thank you!


Attached Files
.7z   log.7z (Size: 626.59 KB / Downloads: 75)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)