Posts: 2,420
Threads: 30
Joined: Dec 2009
Reputation:
50
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
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
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
R2936debuglog.7z (Size: 651.89 KB / Downloads: 154)
Log_r2693(32bit)_Debug.zip (Size: 1,016.78 KB / Downloads: 138)
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
Rev 2954 same
Attached Files
2954info_and_debug.zip (Size: 919.31 KB / Downloads: 136)
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
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
2956mlog.txt (Size: 54.2 KB / Downloads: 113)
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
Sorry,I just find the name is wrong.
Can change the name to "Harukanaru Toki no Naka de 5 Kazahanaki" ? Thanks
Posts: 1,574
Threads: 354
Joined: May 2012
Reputation:
5
using r 3070
here is the JpcspTrace with the added lines
Attached Files
JpcspTrace.zip (Size: 3.92 KB / Downloads: 172)
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
06-23-2013, 11:17 AM
(This post was last modified: 06-23-2013, 11:52 AM by sum2012 .)
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)
2982mlog.txt (Size: 34.34 KB / Downloads: 110)
2983mlog.txt (Size: 60.26 KB / Downloads: 116)
3248mlog.txt (Size: 56.96 KB / Downloads: 114)
Posts: 1,574
Threads: 354
Joined: May 2012
Reputation:
5
using r 3369
still the same problem
here is a compiler log
Attached Files
log.zip (Size: 1.1 MB / Downloads: 153)
Posts: 2,420
Threads: 30
Joined: Dec 2009
Reputation:
50
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
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
04-14-2014, 01:07 PM
(This post was last modified: 04-14-2014, 01:07 PM by sum2012 .)
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
log.7z (Size: 626.59 KB / Downloads: 163)