The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (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
Tales of The World: Radiant Mythology - ULUS10271 - 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: Tales of The World: Radiant Mythology - ULUS10271 (/showthread.php?tid=2866)

Pages: 1 2 3 4 5


RE: Tales of The World: Radiant Mythology - ULUS10271 - hyakki - 09-21-2012

re-test r2731
(same black screen, looks like its stuck in some kind of loop with the audio)
debug log.


RE: Tales of The World: Radiant Mythology - ULUS10271 - nash67 - 09-27-2012

here is another log using r 2740


RE: Tales of The World: Radiant Mythology - ULUS10271 - hyakki - 10-07-2012

r2759
added separate debug logs


RE: Tales of The World: Radiant Mythology - ULUS10271 - hyakki - 10-18-2012

r2788
Trace txt log.



RE: Tales of The World: Radiant Mythology - ULUS10271 - gid15 - 10-18-2012

Code:
00:03:21 DEBUG hle.sceGe_user - user_main_b - sceGeListEnQueue(list=0x08D1EB08, stall=0x00000000, cbid=0xFFFFFFFF, arg=0x00000000)
00:03:21 DEBUG hle.sceGe_user - user_main_b - sceGeListEnQueue returning 0x0
...
00:03:21 DEBUG hle.sceGe_user - user_main_b - sceGeListSync(id=0x0, mode=0)
00:03:21 DEBUG hle.sceGe_user - user_main_b - sceGeListSync on list: PspGeList[id=0x0, status=PSP_GE_LIST_QUEUED, pc=0x08D1EB08, stall=0x00000000, cbid=0xFFFFFFFF, ended=false, finished=false, paused=false, restarted=false, reset=false]
00:03:21 DEBUG hle.sceGe_user - user_main_b - blockCurrentThreadOnList blocking thread b on list PspGeList[id=0x0, status=PSP_GE_LIST_QUEUED, pc=0x08D1EB08, stall=0x00000000, cbid=0xFFFFFFFF, ended=false, finished=false, paused=false, restarted=false, reset=false]
...
00:03:29 DEBUG       ge - GUI - executeList PspGeList[id=0x0, status=PSP_GE_LIST_DRAWING, pc=0x08D1EB08, stall=0x00000000, cbid=0xFFFFFFFF, ended=false, finished=false, paused=false, restarted=false, reset=false]
00:03:29  INFO       ge - GUI - Emulator paused - cancelling current list id=0
00:03:29 DEBUG hle.sceGe_user - GUI - hleGeListSyncDone list PspGeList[id=0x0, status=PSP_GE_LIST_CANCEL_DONE, pc=0x08D1EB08, stall=0x00000000, cbid=0xFFFFFFFF, ended=false, finished=false, paused=false, restarted=false, reset=false], done, waking thread b
...
00:03:31  INFO hle.ThreadManForUser - GUI - ----------------------------- ThreadMan exit -----------------------------
00:03:31 DEBUG hle.sceGe_user - user_main_b - really waking thread b(NOT A THREAD)
Strange, the thread waiting on the GE list completion is not restarted after the end of the GE list. The line "really waking thread" should come very shortly after "hleGeListSyncDone ... done, waking thread".

EDIT: The issue is that the GE list processing has only started ("executeList") 8 seconds after it has been enqueued (sceGeListEnQueue)... It should start immediately.


RE: Tales of The World: Radiant Mythology - ULUS10271 - hyakki - 10-18-2012

I paused it first before exiting the emulator, maybe that had something to do with it,

I tried again without pausing and this time it showed this
Code:
03:27:52 DEBUG hle.sceCtrl - user_main_b - hleCtrlExecuteSampling
03:27:52 DEBUG  runtime - GUI - Deleting Thread user_main(uid=0xB, Status=PSP_THREAD_RUNNING, Wait=None, doCallbacks=false)
03:27:52 DEBUG controller - user_main_b - Controller Event on Y axis(y): -0.132830
03:27:52 DEBUG  runtime - GUI - Continue Thread user_main_b
03:27:52 DEBUG controller - user_main_b - Controller Event on X axis(x): -0.156268
03:27:52  INFO hle.ThreadManForUser - GUI - ----------------------------- ThreadMan exit -----------------------------
03:27:52 DEBUG controller - user_main_b - Controller Event on X axis(x): -0.000015
03:27:52 DEBUG  runtime - GUI - RuntimeContext.exit
03:27:52 DEBUG hle.ThreadManForUser - user_main_b - Triggering Interrupt VBLANK(0x1E)
03:27:52 DEBUG  runtime - GUI - Thread user_main_b, State=RUNNABLE
03:27:52 DEBUG hle.ThreadManForUser - user_main_b - End of Interrupt
03:27:52 DEBUG  runtime - user_main_b - syncEmulator immediately=false
03:27:52 DEBUG  runtime - user_main_b - End of Thread user_main - stopped
03:27:52 DEBUG  runtime - user_main_b - End of Thread user_main - sync
03:27:52 DEBUG  runtime - user_main_b - End of Thread user_main_b
03:27:52 DEBUG  runtime - Emu - End of run



RE: Tales of The World: Radiant Mythology - ULUS10271 - Karen - 10-24-2012

this game looks like a lost case ? even with all the improvements nothing seen to work on it ,weird that 2 and 3 works


RE: Tales of The World: Radiant Mythology - ULUS10271 - hyakki - 11-15-2012

r2860
Debug log


RE: Tales of The World: Radiant Mythology - ULUS10271 - hyakki - 12-11-2012

r2914
full debug log from load.


RE: Tales of The World: Radiant Mythology - ULUS10271 - jimpatrick - 02-20-2013

any updates on this game?