The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (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
Tekken 6 - Critical Error - 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: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Tekken 6 - Critical Error (/showthread.php?tid=1662)

Pages: 1 2 3 4 5 6


RE: Tekken 6 - Critical Error - Darth1701 - 08-12-2010

Log with r1733

It says it loads the pmf but it doesn't play it


RE: Tekken 6 - Critical Error - Hykem - 08-13-2010

(08-12-2010, 10:31 PM)Darth1701 Wrote: Log with r1733

It says it loads the pmf but it doesn't play it

This new function does set the PSMF (as you can see, the game starts a thread called setPsmfThread just after calling that function). Unfortunately, it's not this function that's preventing the game from going further. It's probably a sync issue with the sound thread or something similar.
Could you please post a debug log starting right after this function (is probably better to switch to debug a bit before)?


RE: Tekken 6 - Critical Error - BlackDaemon - 08-13-2010

Debug log.


RE: Tekken 6 - Critical Error - ravi0213 - 09-28-2010

hey tell me status of this game now


RE: Tekken 6 - Critical Error - ashwinte - 09-28-2010

Im so confused with everything that was said. So could someone please explain in English ;P I get the same message!


RE: Tekken 6 - Critical Error - Darth1701 - 09-28-2010

I just tested it with r1773 and it's still the same. It says it loads the PMF but after that it shows a black screen and does nothing.

I'm afraid there is not much you can do, just wait for a future improvement. Eventually this game will also be playable ... Big Grin


RE: Tekken 6 - Critical Error - Hykem - 09-28-2010

Any improvements in r1777? I just commited some huge changes in scePsmf, so it may have had some impact it this game too.


RE: Tekken 6 - Critical Error - BlackDaemon - 09-28-2010

Hykem,

Unfortunately i can't test it at this time since my current hardware doesn't meet minimal requirements. (Duron 1,2GHz/384Mb/MX440-SE 64Mb, but it's better than nothing Big Grin )


RE: Tekken 6 - Critical Error - Darth1701 - 09-28-2010

(09-28-2010, 08:06 PM)BlackDaemon Wrote: Hykem,

Unfortunately i can't test it at this time since my current hardware doesn't meet minimal requirements. (Duron 1,2GHz/384Mb/MX440-SE 64Mb, but it's better than nothing Big Grin )

No problem, pal. I got that Smile

Unfortunately it's almost the same in r1777

Code:
71703 [user_main] INFO  hle.scePsmfPlayer - PSMF Player Data: displayBuffer=0x9809480, displayBufferSize=0x300000, playbackThreadPriority=0x1c
71719 [user_main] WARN  hle.scePsmfPlayer - PARTIAL: scePsmfPlayerGetAudioOutSize psmfPlayer=0x90f93a4
71734 [user_main] WARN  hle.scePsmfPlayer - PARTIAL: scePsmfPlayerConfigPlayer psmfPlayer=0x90f93a4 configMode=1 configAttr=3
71734 [setPsmfThread] WARN  hle.scePsmfPlayer - scePsmfPlayerSetPsmfCB redirecting to scePsmfPlayerSetPsmf
71734 [setPsmfThread] WARN  hle.scePsmfPlayer - PARTIAL: scePsmfPlayerSetPsmf psmfPlayer=0x90f93a4 fileAddr=0x90f9444
72828 [GUI] ERROR ge - Waiting too long on an END command, aborting the list id=0x29 PSP_GE_LIST_END_REACHED
72844 [GUI] ERROR ge - Waiting too long on an END command, aborting the list id=0x29 PSP_GE_LIST_END_REACHED
72844 [GUI] ERROR ge - Waiting too long on an END command, aborting the list id=0x29 PSP_GE_LIST_END_REACHED
72859 [GUI] ERROR ge - Waiting too long on an END command, aborting the list id=0x29 PSP_GE_LIST_END_REACHED
72875 [GUI] ERROR ge - Waiting too long on an END command, aborting the list id=0x29 PSP_GE_LIST_END_REACHED
72875 [GUI] ERROR ge - Aborting current list processing due to too many errors
73141 [setPsmfThread] INFO  hle.scePsmfPlayer - 'disc0:/PSP_GAME/USRDIR/movie/opening.pmf' PSMF file loaded.



RE: Tekken 6 - Critical Error - Hykem - 10-03-2010

Any improvements in r1780?