Thank you based [Unknown] for the Io thread commits that made it possible.
in the ppsspp.ini file (only available in 0.8.1-1243 and above) in order to boot properly. Very interesting.
Unfortunately, selecting any option in the main menu after that causes the game to just hang at the Now Loading screen with the following in the debug log console:-
This is still great progress for the game lol.
Code:
28:01:082 EmuThread.cpp:122 I[BOOT]: Done.
28:02:887 EmuScreen.cpp:63 I[BOOT]: Starting up hardware.
28:02:887 System.cpp:246 I[HLE]: PPSSPP v0.8.1-1249-g8e22554
28:02:892 MemMap.cpp:93 I[MM]: Memory system initialized. RAM at 000000000B250000 (mirror at 0 @ 0000000088000000, uncached @ 00000000C8000000)
28:02:909 Loaders.cpp:145 I[LOAD]: Identifying file...
28:02:909 PSPLoaders.cpp:121 I[LOAD]: ULUS10521 : DEAD OR ALIVE Paradise
28:02:909 PSPLoaders.cpp:192 I[LOAD]: Loading disc0:/PSP_GAME/SYSDIR/EBOOT.BIN...
28:02:909 HLE\sceKernelMemory.cpp:164 I[HLE]: Kernel and user memory pools initialized
28:02:909 HLE\sceIo.cpp:345 I[HLE]: Starting up I/O...
28:02:909 FileUtil.cpp:214 I[COMMON]: CreateFullPath: path Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\
28:02:910 FileUtil.cpp:218 I[COMMON]: CreateFullPath: path exists Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\
28:02:910 FileUtil.cpp:214 I[COMMON]: CreateFullPath: path Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\flash0\
28:02:910 FileUtil.cpp:218 I[COMMON]: CreateFullPath: path exists Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\flash0\
28:02:911 FileUtil.cpp:214 I[COMMON]: CreateFullPath: path cheats
28:02:911 FileUtil.cpp:218 I[COMMON]: CreateFullPath: path exists cheats
28:02:912 FileUtil.cpp:214 I[COMMON]: CreateFullPath: path Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\PPSSPP_STATE
28:02:912 FileUtil.cpp:218 I[COMMON]: CreateFullPath: path exists Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\PPSSPP_STATE
28:02:944 HLE\sceKernel.cpp:135 I[HLE]: Kernel initialized.
28:02:958 HLE\sceKernelModule.cpp:454 I[HLE]: Decrypting ~PSP file
28:03:037 D:\Programming\ppsspp\Core/ELF/ElfReader.h:58 I[LOAD]: ElfReader: 0000000011880040
28:03:041 Util\BlockAllocator.cpp:359 I[HLE]: -----------
28:03:041 Util\BlockAllocator.cpp:363 I[HLE]: Block: 08800000 - 08804000 size 00004000 taken=0 tag=(untitled)
28:03:041 Util\BlockAllocator.cpp:363 I[HLE]: Block: 08804000 - 08d36a00 size 00532a00 taken=1 tag=ELF
28:03:041 Util\BlockAllocator.cpp:363 I[HLE]: Block: 08d36a00 - 0a000000 size 012c9600 taken=0 tag=(untitled)
28:03:043 ELF\ElfReader.cpp:516 N[LOAD]: ELF loading completed successfully.
28:03:090 HLE\sceKernelModule.cpp:557 I[LOAD]: Module doap: 00000000 08a608c4 08a608dc
28:03:090 HLE\sceKernelModule.cpp:730 I[HLE]: Exporting ent 0 named doap, 2 funcs, 4 vars, resident 08a60c84
28:03:091 HLE\sceKernelModule.cpp:985 I[LOAD]: Module entry: 089f8cd8
28:03:098 root N[HLE]: GLES\Framebuffer.cpp:205 GPU Vendor : ATI Technologies Inc.
28:03:317 root N[BOOT]: EmuScreen.cpp:105 Loading Z:\extracted\2.Temp Games\PSP ISOs\Dead_or_Alive_Paradise_USA.cso...
28:03:317 root I[HLE]: HLE\sceKernelThread.cpp:1943 276=sceKernelCreateThread(name=user_main, entry=089f8dec, prio=20, stacksize=262144)
28:03:317 root I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=276, argSize=33, argPtr=09fffe00)
28:03:317 root I[HLE]: HLE\sceKernelThread.cpp:2072 __KernelReturnFromThread: 0
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:359 -----------
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:363 Block: 08800000 - 08804000 size 00004000 taken=0 tag=(untitled)
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:363 Block: 08804000 - 08d36a00 size 00532a00 taken=1 tag=ELF
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:363 Block: 08d36a00 - 09e97000 size 01160600 taken=1 tag=UserSbrk
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:363 Block: 09e97000 - 09fbfc00 size 00128c00 taken=0 tag=(untitled)
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:363 Block: 09fbfc00 - 09fffc00 size 00040000 taken=1 tag=stack/user_main
28:03:317 user_main I[HLE]: Util\BlockAllocator.cpp:363 Block: 09fffc00 - 0a000000 size 00000400 taken=0 tag=stack/root
28:03:321 user_main I[HLE]: HLE\sceKernelThread.cpp:1943 281=sceKernelCreateThread(name=GZIP, entry=08a5a278, prio=11, stacksize=8192)
28:03:321 user_main I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=281, argSize=4, argPtr=09fff5b0)
28:03:461 user_main W[HLE]: HLE\sceMp3.cpp:307 UNIMPL: sceMp3InitResource
28:03:483 user_main I[HLE]: HLE\sceKernelThread.cpp:1943 293=sceKernelCreateThread(name=Mp3PspThread, entry=08a5a278, prio=10, stacksize=16384)
28:03:483 user_main I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=293, argSize=4, argPtr=09fff4e0)
28:03:485 user_main I[HLE]: HLE\sceSas.cpp:89 sceSasInit(08d35b80, 1024, 32, 0, 44100)
28:03:486 user_main I[HLE]: HLE\sceKernelThread.cpp:1943 296=sceKernelCreateThread(name=SoundPspThread, entry=08a5a278, prio=10, stacksize=16384)
28:03:486 user_main I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=296, argSize=4, argPtr=09fff560)
28:03:490 user_main I[HLE]: HLE\sceKernelThread.cpp:1943 298=sceKernelCreateThread(name=GZIP, entry=08a5a278, prio=11, stacksize=8192)
28:03:490 user_main I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=298, argSize=4, argPtr=09fff520)
28:03:549 GZIP I[HLE]: HLE\sceKernelThread.cpp:2123 sceKernelExitDeleteThread(298)
28:03:549 user_main W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 298 (0000012a)
28:03:549 user_main E[HLE]: HLE\sceKernelThread.cpp:2566 sceKernelWaitThreadEnd - bad thread 298
28:03:550 user_main I[HLE]: HLE\scePower.cpp:243 scePowerSetClockFrequency(333,333,166)
28:03:550 user_main I[HLE]: HLE\sceKernelThread.cpp:1943 300=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:03:550 user_main I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=300, argSize=4, argPtr=09fff650)
28:03:633 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 303=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:03:633 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=303, argSize=4, argPtr=09fb5a60)
28:03:662 user_main I[HLE]: GLES\Framebuffer.cpp:550 Creating FBO for 00044000 : 480 x 272 x 1
28:03:695 user_main I[HLE]: GLES\Framebuffer.cpp:550 Creating FBO for 00000000 : 480 x 272 x 1
28:03:727 user_main I[HLE]: HLE\scePower.cpp:204 sceKernelVolatileMemTryLock(0, 08c9db84, 167769664) - success
28:03:801 user_main I[HLE]: HLE\scePower.cpp:222 sceKernelVolatileMemUnlock(0)
28:03:938 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 306=sceKernelCreateThread(name=GZIP, entry=08a5a278, prio=11, stacksize=8192)
28:03:938 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=306, argSize=4, argPtr=09fb5890)
28:03:946 GZIP I[HLE]: HLE\sceKernelThread.cpp:2123 sceKernelExitDeleteThread(306)
28:03:946 MTC_TASK W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 306 (00000132)
28:03:946 MTC_TASK E[HLE]: HLE\sceKernelThread.cpp:2566 sceKernelWaitThreadEnd - bad thread 306
28:03:948 MTC_TASK I[HLE]: FileSystems\DirectoryFileSystem.cpp:165 Actually opening Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\SAVEDATA\ULUS10521GAMEDATA\ICON0.PNG
28:03:949 MTC_TASK I[HLE]: FileSystems\DirectoryFileSystem.cpp:165 Actually opening Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\SAVEDATA\ULUS10521GAMEDATA\PARAM.SFO
28:03:949 MTC_TASK I[HLE]: Dialog\PSPSaveDialog.cpp:58 sceUtilitySavedataInitStart(09148378)
28:03:949 MTC_TASK I[HLE]: Dialog\PSPSaveDialog.cpp:59 Mode: 0
28:04:007 MTC_TASK I[HLE]: Dialog\SavedataParam.cpp:458 Loading file with size 159704 in ms0:/PSP/SAVEDATA/ULUS10521GAMEDATA/GAMEDATA.BIN
28:04:007 MTC_TASK I[HLE]: FileSystems\DirectoryFileSystem.cpp:165 Actually opening Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\SAVEDATA\ULUS10521GAMEDATA\GAMEDATA.BIN
28:04:008 MTC_TASK I[HLE]: FileSystems\DirectoryFileSystem.cpp:165 Actually opening Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\SAVEDATA\ULUS10521GAMEDATA\PARAM.SFO
28:04:008 MTC_TASK I[HLE]: FileSystems\DirectoryFileSystem.cpp:165 Actually opening Z:\extracted\2.Temp Games\PSP ISOs\Tools\ppsspp-v0.8.1-1173-ge03acc4-windows\memstick\PSP\SAVEDATA\ULUS10521GAMEDATA\PARAM.SFO
28:07:693 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 307=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:07:693 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=307, argSize=4, argPtr=09fb5a30)
28:07:695 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:448 ~SCE module, skipping header
28:07:695 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:454 Decrypting ~PSP file
28:07:695 MTC_TASK I[HLE]: ELF\PrxDecrypter.cpp:299 Missing key 5B, cannot decrypt module
28:07:695 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1123 309=sceKernelLoadModule(name=disc0:/PSP_GAME/USRDIR/module/psmf.prx,flag=00000000,(...))
28:07:695 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1154 sceKernelStartModule(309,asize=00000000,aptr=00000000,retptr=00000000,00000000): faked (undecryptable module)
28:07:696 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:448 ~SCE module, skipping header
28:07:696 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:454 Decrypting ~PSP file
28:07:696 MTC_TASK I[HLE]: ELF\PrxDecrypter.cpp:299 Missing key 5B, cannot decrypt module
28:07:696 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1123 310=sceKernelLoadModule(name=disc0:/PSP_GAME/USRDIR/module/libpsmfplayer.prx,flag=00000000,(...))
28:07:696 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1154 sceKernelStartModule(310,asize=00000000,aptr=00000000,retptr=00000000,00000000): faked (undecryptable module)
28:07:696 MTC_TASK I[HLE]: HLE\sceMpeg.cpp:347 sceMpegInit()
28:07:697 MTC_TASK W[HLE]: HLE\scePsmf.cpp:759 scePsmfPlayerCreate(09148310, 09148314)
28:07:698 MTC_TASK I[HLE]: HLE\scePsmf.cpp:1241 scePsmfPlayerConfigPlayer(09148310, pixelType, 1)
28:07:698 MTC_TASK I[HLE]: HLE\scePsmf.cpp:843 scePsmfPlayerSetPsmf(09148310, disc0:/PSP_GAME/USRDIR/movie/doap_mv_opening_us.pmf)
28:07:698 MTC_TASK W[HLE]: HLE\scePsmf.cpp:910 scePsmfPlayerGetAudioOutSize(09148310)
28:07:698 MTC_TASK W[HLE]: HLE\scePsmf.cpp:916 UNIMPL scePsmfPlayerStart(09148310, 09148320, 00000000)
28:07:707 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 312=sceKernelCreateThread(name=PsmfVideoThread, entry=08a5a278, prio=1f, stacksize=4096)
28:07:707 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=312, argSize=4, argPtr=09fa5a00)
28:07:707 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 313=sceKernelCreateThread(name=PsmfAudioThread, entry=08a5a278, prio=1f, stacksize=4096)
28:07:707 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=313, argSize=4, argPtr=09fa5a00)
28:07:741 idle0 I[HLE]: GLES\Framebuffer.cpp:1186 Destroying FBO for 00044000 : 480 x 272 x 1
28:07:741 idle0 I[HLE]: GLES\Framebuffer.cpp:1186 Destroying FBO for 00000000 : 480 x 272 x 1
28:07:742 user_main I[HLE]: GLES\Framebuffer.cpp:550 Creating FBO for 00044000 : 480 x 272 x 1
28:07:746 user_main I[HLE]: GLES\Framebuffer.cpp:550 Creating FBO for 00000000 : 480 x 272 x 1
28:09:279 MTC_TASK I[HLE]: HLE\scePsmf.cpp:780 scePsmfPlayerStop(09148310)
28:09:279 PsmfVideoThr I[HLE]: HLE\sceKernelThread.cpp:2123 sceKernelExitDeleteThread(312)
28:09:279 PsmfAudioThr I[HLE]: HLE\sceKernelThread.cpp:2123 sceKernelExitDeleteThread(313)
28:09:280 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1253 sceKernelStopModule(00000136, 00000000, 00000000, 00000000, 00000000) - faking
28:09:280 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1314 sceKernelUnloadModule(310)
28:09:280 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1253 sceKernelStopModule(00000135, 00000000, 00000000, 00000000, 00000000) - faking
28:09:280 MTC_TASK I[HLE]: HLE\sceKernelModule.cpp:1314 sceKernelUnloadModule(309)
28:09:290 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 316=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:09:290 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=316, argSize=4, argPtr=09fa5a10)
28:09:301 SoundPspThre I[HLE]: HLE\sceAtrac.cpp:1201 0=sceAtracSetDataAndGetID(08ed8840, 00040000)
28:09:301 SoundPspThre W[HLE]: HLE\sceAtrac.cpp:1118 This is an atrac3+ mono audio
28:09:301 SoundPspThre E[HLE]: HLE\sceAtrac.cpp:1316 UNIMPL sceAtracIsSecondBufferNeeded(0)
28:09:301 SoundPspThre I[HLE]: HLE\sceAtrac.cpp:1242 sceAtracSetLoopNum(0, -1)
28:09:304 user_main I[HLE]: HLE\scePower.cpp:204 sceKernelVolatileMemTryLock(0, 08c9de18, 167769664) - success
28:09:332 user_main I[HLE]: HLE\scePower.cpp:222 sceKernelVolatileMemUnlock(0)
28:09:346 user_main I[HLE]: HLE\scePower.cpp:204 sceKernelVolatileMemTryLock(0, 08c9db34, 167769664) - success
28:09:363 user_main I[HLE]: HLE\scePower.cpp:222 sceKernelVolatileMemUnlock(0)
28:09:837 SoundPspThre I[HLE]: HLE\sceAtrac.cpp:935 sceAtracReleaseAtracID(0)
28:09:896 user_main I[HLE]: HLE\sceKernelThread.cpp:2236 sceKernelTerminateDeleteThread(307)
28:09:896 user_main W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 307 (00000133)
28:09:896 user_main E[HLE]: HLE\sceKernelThread.cpp:1259 __KernelGetWaitID ERROR: thread 307
28:09:896 user_main W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 307 (00000133)
28:09:896 user_main E[HLE]: HLE\sceKernelThread.cpp:1245 __KernelGetWaitTimeoutPtr ERROR: thread 307
28:09:898 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 320=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:09:898 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=320, argSize=4, argPtr=09fb5a40)
28:11:925 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:2236 sceKernelTerminateDeleteThread(320)
28:11:925 MTC_TASK W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 320 (00000140)
28:11:925 MTC_TASK E[HLE]: HLE\sceKernelThread.cpp:1259 __KernelGetWaitID ERROR: thread 320
28:11:925 MTC_TASK W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 320 (00000140)
28:11:925 MTC_TASK E[HLE]: HLE\sceKernelThread.cpp:1245 __KernelGetWaitTimeoutPtr ERROR: thread 320
28:11:925 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:2236 sceKernelTerminateDeleteThread(316)
28:11:925 MTC_TASK W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 316 (0000013c)
28:11:925 MTC_TASK E[HLE]: HLE\sceKernelThread.cpp:1259 __KernelGetWaitID ERROR: thread 316
28:11:925 MTC_TASK W[HLE]: d:\programming\ppsspp\core\hle\sceKernel.h:454 Kernel: Bad object handle 316 (0000013c)
28:11:925 MTC_TASK E[HLE]: HLE\sceKernelThread.cpp:1245 __KernelGetWaitTimeoutPtr ERROR: thread 316
28:11:925 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 323=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:11:925 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=323, argSize=4, argPtr=09fb5a30)
28:11:925 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1943 325=sceKernelCreateThread(name=MTC_TASK, entry=08804564, prio=20, stacksize=32768)
28:11:925 MTC_TASK I[HLE]: HLE\sceKernelThread.cpp:1986 sceKernelStartThread(thread=325, argSize=4, argPtr=09fb5a30)
28:12:125 user_main I[HLE]: HLE\scePower.cpp:204 sceKernelVolatileMemTryLock(0, 08c9de18, 167769664) - success
28:12:163 user_main I[HLE]: HLE\scePower.cpp:222 sceKernelVolatileMemUnlock(0)
28:12:508 user_main I[HLE]: HLE\scePower.cpp:204 sceKernelVolatileMemTryLock(0, 08c9db58, 167769664) - success
28:12:545 user_main I[HLE]: HLE\scePower.cpp:222 sceKernelVolatileMemUnlock(0)
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 272: Thread "idle0": pc= 08000000 sp= 083fff00 RUN (wt=0 wid=0 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 273: Thread "idle1": pc= 08000000 sp= 083fef00 READY (wt=0 wid=0 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 274: Module "doap": name=doap gp=00000000 entry=089f8cd8
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 276: Thread "user_main": pc= 08a08688 sp= 09fff650 WAIT (wt=12 wid=0 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 277: MemoryPart "UserSbrk": MemPart: 08d37000 - 09e97600 size: 01160600
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 278: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 279: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 280: EventFlag "GZIPFLAG": init=00000001 cur=00000001 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 281: Thread "GZIP": pc= 08a00a58 sp= 09fbfa90 WAIT (wt=4 wid=280 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 282: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 283: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 284: CallBack "ExitGame": thread=276, argument= 00000000
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 285: CallBack "MS-Assigned": thread=276, argument= 00000000
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 286: CallBack "Power": thread=276, argument= 00000000
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 287: EventFlag "SceGuSignal": init=00000001 cur=00000001 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 289: OpenFile "disc0:/PSP_GAME/USRDIR/doap.arc": Seekpos: 06eb0005
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 290: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 291: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 292: EventFlag "MP3FLAG": init=00000000 cur=00000001 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 293: Thread "Mp3PspThread": pc= 089fb7b4 sp= 09fbda50 WAIT (wt=2 wid=293 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 294: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 295: EventFlag "SOUNDFLAG": init=00000000 cur=00000001 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 296: Thread "SoundPspThread": pc= 08a475a4 sp= 09fb9950 WAIT (wt=10 wid=6 wv= 00000400 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 299: EventFlag "for wake main": init=00000000 cur=00000000 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 300: Thread "MTC_TASK": pc= 08804654 sp= 09fb5a60 WAIT (wt=4 wid=301 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 301: EventFlag "for wake task": init=00000000 cur=00000000 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 302: Mutex "Mutex": -
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 303: Thread "MTC_TASK": pc= 08804654 sp= 09fada70 WAIT (wt=4 wid=304 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 304: EventFlag "for wake task": init=00000000 cur=00000000 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 318: OpenFile "disc0:/PSP_GAME/USRDIR/sound/voice_us_stream/v1360.at3": Seekpos: 0000a324
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 323: Thread "MTC_TASK": pc= 08804654 sp= 09fa5a40 WAIT (wt=4 wid=324 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 324: EventFlag "for wake task": init=00000000 cur=00000000 numwait=0
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 325: Thread "MTC_TASK": pc= 08804654 sp= 09f9da70 WAIT (wt=4 wid=326 wv= 00000000 )
28:18:993 idle0 I[HLE]: HLE\sceKernel.cpp:459 KO 326: EventFlag "for wake task": init=00000000 cur=00000000 numwait=0
28:18:994 idle0 I[HLE]: HLE\sceKernel.cpp:146 Shutting down kernel - 34 kernel objects alive
28:18:995 HLE\sceKernelMemory.cpp:190 I[HLE]: Shutting down user memory pool:
28:18:995 Util\BlockAllocator.cpp:359 I[HLE]: -----------
28:18:995 Util\BlockAllocator.cpp:363 I[HLE]: Block: 08800000 - 0a000000 size 01800000 taken=0 tag=(untitled)
28:18:995 HLE\sceKernelMemory.cpp:193 I[HLE]: Shutting down "kernel" memory pool:
28:18:995 Util\BlockAllocator.cpp:359 I[HLE]: -----------
28:18:995 Util\BlockAllocator.cpp:363 I[HLE]: Block: 08000000 - 08400000 size 00400000 taken=0 tag=threadrethack
28:19:007 MemMap.cpp:112 I[MM]: Memory system shut down.
28:19:007 GLES\Framebuffer.cpp:1186 I[HLE]: Destroying FBO for 00044000 : 480 x 272 x 1
28:19:007 GLES\Framebuffer.cpp:1186 I[HLE]: Destroying FBO for 00000000 : 480 x 272 x 1
28:19:685 Config.cpp:310 I[LOAD]: Config saved: ppsspp.ini
28:20:513 Config.cpp:310 I[LOAD]: Config saved: ppsspp.ini