RE: Little Big Planet - USA - UCUS98744 [Encrypted] - Hykem - 12-13-2010
(12-13-2010, 09:21 AM)Orphis Wrote: Seems like it has created directory ms0:/PSP/SAVEDATA/UCUS98744PROFILE when it should have done ms0:/PSP/SAVEDATA/UCUS98744/PROFILE
Should be a not so difficult fix...
Not exactly. The savedata folder created by the PSP is indeed ms0:/PSP/SAVEDATA/UCUS98744PROFILE, but the game is trying to open a ms0/PSP/GAME/UCUS98744 (notice the GAME tag). I believe it's trying to locate the NPDRM license file to check if it can install this data.
I think the issue may be related to the unimplemented truncate operation. I'll add it in the next commit to see if it changes anything.
EDIT:
(12-13-2010, 03:53 PM)gid15 Wrote: Code: 34210 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
34210 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
How does this file look like on a real PSP? The file is indeed empty. I believe the game is checking this before allowing anything more to happen.
This is a common process used in TCP connections for instance.
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - BlackDaemon - 12-13-2010
(12-13-2010, 03:53 PM)gid15 Wrote: Code: 34210 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
34210 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
How does this file look like on a real PSP?
Some parts looks same, some different. With SAVEDATA from real PSP no any errors about corrupted data.
SAVEDATA from JPCSP and PSP added.
r1907
Running with dynarec compiler (log level set to INFO)
Compability options used: None
Code: 5692 [Emu] INFO runtime - Using Compiler
5787 [root_6] WARN hle - Unsupported syscall 20F0 SysMemUserForUser_91DE343C 05000010 09FFFE00 00000000
5800 [user_main] INFO compiler - Replacing CodeBlock at 0x08B9D47C by Native Code 'strlen'
5804 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
5872 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
5926 [user_main] INFO compiler - Replacing CodeBlock at 0x08A7DA40 by Native Code 'nop'
5936 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
6437 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF264 by Native Code 'nop'
6457 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
6458 [user_main] INFO compiler - Replacing CodeBlock at 0x08B9D388 by Native Code 'strcmp'
6461 [user_main] INFO compiler - Replacing CodeBlock at 0x08ACCDDC by Native Code 'nop'
6462 [user_main] INFO compiler - Replacing CodeBlock at 0x08ACCDE4 by Native Code 'nop'
6464 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
6479 [ExitGameThread] INFO hle.LoadExecForUser - sceKernelRegisterExitCallback SceUID=1c
6479 [ExitGameThread] INFO hle.scePower - scePowerRegisterCallback slot=0 SceUID=1d
6531 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF208 by Native Code 'nop'
6564 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
6585 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
6623 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0500) PSP_MODULE_NP_DRM
6633 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9D47C-0x08B9D490 by Native Code 'strlen'
6697 [user_main] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/sce_lbn0x0000_size0x00000800 flags = 1 permissions = 00
6718 [user_main] WARN hle.ModuleMgrForUser - IGNORED:hleKernelLoadModule(path='disc0:/PSP_GAME/USRDIR/modules/prx/pspnet_ap_dialog_dummy.prx'): module from banlist not loaded
6719 [user_main] WARN hle.ModuleMgrForUser - IGNORING:sceKernelStartModule flash module 'pspnet_ap_dialog_dummy'
6719 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0400) PSP_MODULE_NP_COMMON
6720 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0401) PSP_MODULE_NP_SERVICE
6724 [user_main] INFO compiler - Replacing CodeBlock at 0x08949214 by Native Code 'nop'
6742 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0300) PSP_MODULE_AV_AVCODEC
6742 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0301) PSP_MODULE_AV_SASCORE
6742 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0302) PSP_MODULE_AV_ATRAC3PLUS
6746 [user_main] INFO hle.sceSasCore - __sceSasInit(0x08C01800, grain=2048, 32, 0, sampleRate=44100)
6777 [user_main] INFO stdout -
6784 [user_main] INFO stdout - ========================================================
6790 [user_main] INFO stdout - SCREAM PSP (c)2006 Sony Computer Entertainment America
6795 [user_main] INFO stdout - v2.7.0, built Oct 9 2009 at 16:40:26
6800 [user_main] INFO stdout - ========================================================
6835 [user_main] INFO stdout - Sound Tick Thread Priority: 27
6840 [user_main] INFO stdout - ========================================================
6845 [user_main] INFO stdout -
6853 [user_main] INFO stdout - snd_stream v1.10.2
6853 [user_main] INFO stdout - , built Oct 1 2009 at 10:37:20
6854 [user_main] INFO stdout - Compiled against Scream v2.7.0
6877 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
6897 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF26C by Native Code 'nop'
6915 [user_main] INFO compiler - Replacing CodeBlock at 0x0894921C by Native Code 'nop'
6925 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9D47C-0x08B9D490 by Native Code 'strlen'
6929 [091150C4 fios scheduler] INFO compiler - Replacing CodeBlock at 0x08B9AD98 by Native Code 'memcpy'
6939 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/lbp_archive.arc flags = 1 permissions = 0644
6979 [user_main] INFO compiler - Replacing CodeBlock at 0x088C02DC by Native Code 'nop'
7003 [user_main] INFO compiler - Replacing CodeBlock at 0x088C02C8 by Native Code 'nop'
7007 [08C12CE4 fios mediathread] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
7018 [user_main] INFO compiler - Replacing CodeBlock at 0x088C02E4 by Native Code 'nop'
9117 [user_main] INFO compiler - Replacing CodeBlock at 0x088B212C by Native Code 'nop'
9231 [user_main] INFO compiler - Replacing CodeBlock at 0x08969AE4 by Native Code 'nop'
9240 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E54 by Native Code 'nop'
9241 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E44 by Native Code 'nop'
9243 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E30 by Native Code 'nop'
9269 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E4C by Native Code 'nop'
11959 [user_main] INFO compiler - Replacing CodeBlock at 0x089DE7F0 by Native Code 'nop'
11961 [user_main] INFO compiler - Replacing CodeBlock at 0x08969ACC by Native Code 'nop'
11964 [user_main] INFO compiler - Replacing CodeBlock at 0x08804EF0 by Native Code 'nop'
11973 [user_main] INFO compiler - Replacing CodeBlock at 0x088BE7E4 by Native Code 'nop'
11974 [user_main] INFO compiler - Replacing CodeBlock at 0x08969AC4 by Native Code 'nop'
11977 [user_main] INFO compiler - Replacing CodeBlock at 0x08804EE8 by Native Code 'nop'
11979 [08C4F374 ThreadedRenderer] INFO compiler - Replacing CodeBlock at 0x088BE7D0 by Native Code 'nop'
12002 [user_main] INFO compiler - Replacing CodeBlock at 0x088BE7EC by Native Code 'nop'
12005 [user_main] INFO compiler - Replacing CodeBlock at 0x089D9FD0 by Native Code 'nop'
19259 [user_main] INFO compiler - Replacing CodeBlock at 0x088C5804 by Native Code 'nop'
19259 [user_main] INFO compiler - Replacing CodeBlock at 0x088C580C by Native Code 'nop'
19262 [user_main] INFO compiler - Replacing CodeBlock at 0x088C57FC by Native Code 'nop'
20087 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
20088 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
20157 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF7C by Native Code 'nop'
20158 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF8C by Native Code 'nop'
20158 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF94 by Native Code 'nop'
20158 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAFA4 by Native Code 'nop'
20223 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=11, gameName=UCUS98744, saveName=*, fileName=
20241 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF9C by Native Code 'nop'
20478 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF84 by Native Code 'nop'
20584 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=21, gameName=UCUS98744, saveName=INSTALL, fileName=
20919 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=21, gameName=UCUS98744, saveName=PROFILE, fileName=
21184 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
21256 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=22, gameName=UCUS98744, saveName=INSTALL, fileName=
21593 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=14, gameName=UCUS98744, saveName=INSTALL, fileName=
21995 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=22, gameName=UCUS98744, saveName=PROFILE, fileName=
22331 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=14, gameName=UCUS98744, saveName=PROFILE, fileName=
22668 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
22675 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/STORY.SCO flags = 2000602 permissions = 0644
22675 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
22743 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/PLAYER.AUT flags = 2000602 permissions = 0644
22743 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
22809 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/STORY.SLV flags = 2000602 permissions = 0644
22810 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
22876 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/FECONFIG.BIN flags = 2000602 permissions = 0644
22877 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
22976 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/MYCST.ILB flags = 2000602 permissions = 0644
22977 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23043 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/DEFCOST.CBF flags = 2000602 permissions = 0644
23043 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23110 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/MYOBJ.ILB flags = 2000602 permissions = 0644
23110 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23176 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/THEME.PLK flags = 2000602 permissions = 0644
23177 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23243 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CMOBJ.ILB flags = 2000602 permissions = 0644
23243 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23310 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CURCOST.CST flags = 2000602 permissions = 0644
23310 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23376 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/DEFCOST.CST flags = 2000602 permissions = 0644
23377 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23443 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CATEGORY.PLK flags = 2000602 permissions = 0644
23443 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23510 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/STORY.DLV flags = 2000602 permissions = 0644
23510 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23577 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/MYSHA1.BIN flags = 2000602 permissions = 0644
23577 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23643 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/COMSHA1.BIN flags = 2000602 permissions = 0644
23644 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23710 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CURCOST.CBF flags = 2000602 permissions = 0644
23710 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23777 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/PS.BIN flags = 2000602 permissions = 0644
23777 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
23806 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
24343 [user_main] INFO compiler - Replacing CodeBlock at 0x088BB084 by Native Code 'nop'
24343 [user_main] INFO compiler - Replacing CodeBlock at 0x088BB094 by Native Code 'nop'
24345 [user_main] INFO compiler - Replacing CodeBlock at 0x088BB07C by Native Code 'nop'
24373 [user_main] INFO compiler - Replacing CodeBlock at 0x088BB08C by Native Code 'nop'
24513 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/archives/gui.arc flags = 1 permissions = 0644
24563 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
24563 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
24595 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/archives/gui.arc flags = 1 permissions = 0644
24635 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
24636 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
24667 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/archives/gui.arc flags = 1 permissions = 0644
24707 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
24708 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
24739 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/archives/gui.arc flags = 1 permissions = 0644
24782 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
24783 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
24814 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/archives/gui.arc flags = 1 permissions = 0644
24852 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 2000602 permissions = 0644
24852 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
25052 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/LBPKEY.BIN flags = 2000602 permissions = 0644
25052 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
25119 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744INSTALL/GUI.ARC flags = 1 permissions = 0644
25121 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
25122 [user_main] INFO compiler - Replacing CodeBlock at 0x088B15DC by Native Code 'nop'
25123 [user_main] INFO compiler - Replacing CodeBlock at 0x088B15E4 by Native Code 'nop'
25309 [user_main] INFO compiler - Replacing CodeBlock at 0x088B15EC by Native Code 'nop'
25450 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - sceIoDopen 'ms0/PSP/GAME/UCUS98744' not a directory! (could be missing)
25604 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CATEGORY.PLK flags = 1 permissions = 0644
25616 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/THEME.PLK flags = 1 permissions = 0644
30437 [user_main] INFO compiler - Replacing CodeBlock at 0x0891B1D4 by Native Code 'nop'
37484 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/STORY.DLV flags = 1 permissions = 0644
37495 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/PS.BIN flags = 1 permissions = 0644
44784 [08C4F374 ThreadedRenderer] INFO compiler - Replacing CodeBlock at 0x088B4304 by Native Code 'nop'
44873 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
45422 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
45577 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF254 by Native Code 'nop'
45581 [user_main] INFO compiler - Replacing CodeBlock at 0x088B431C by Native Code 'nop'
45582 [user_main] INFO compiler - Replacing CodeBlock at 0x088B4314 by Native Code 'nop'
45586 [user_main] INFO compiler - Replacing CodeBlock at 0x088CBEFC by Native Code 'nop'
45586 [user_main] INFO compiler - Replacing CodeBlock at 0x088CBF0C by Native Code 'nop'
45601 [user_main] INFO compiler - Replacing CodeBlock at 0x088C3B90 by Native Code 'nop'
45602 [user_main] INFO compiler - Replacing CodeBlock at 0x088C3B88 by Native Code 'nop'
45604 [user_main] INFO compiler - Replacing CodeBlock at 0x088C3AE4 by Native Code 'nop'
45633 [user_main] INFO compiler - Replacing CodeBlock at 0x088C3B80 by Native Code 'nop'
45637 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/MYSHA1.BIN flags = 1 permissions = 0644
45656 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/COMSHA1.BIN flags = 1 permissions = 0644
45686 [08C12CE4 fios mediathread] WARN hle.IoFileMgrForUser - stat - 'PSP_GAME/USRDIR/movies/89_tut_mov.movie.biff' umd file not found
45977 [user_main] INFO compiler - Replacing CodeBlock at 0x0894B30C by Native Code 'nop'
46135 [user_main] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/movies/89_tut_mov.bik flags = 1 permissions = 00
46265 [user_main] INFO compiler - Replacing CodeBlock at 0x08A31558 by Native Code 'nop'
46564 [user_main] INFO compiler - Splitting _S1_2_8AFFCF0 (3132/3000)
46693 [user_main] INFO compiler - Replacing CodeBlock at 0x088C4564 by Native Code 'nop'
46696 [user_main] INFO compiler - Replacing CodeBlock at 0x088C44A0 by Native Code 'nop'
56790 [user_main] WARN hle.ThreadManForUser - hleKernelLockMutex(uid=0,count=1,timeout_addr=0x0) wait=true,cb=false - unknown UID
60066 [user_main] INFO compiler - Replacing CodeBlock at 0x0899E4F0 by Native Code 'nop'
60124 [08C12CE4 fios mediathread] WARN hle.IoFileMgrForUser - stat - 'PSP_GAME/USRDIR/movies/01_tut_mov.movie.biff' umd file not found
60269 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/PS.BIN flags = 2000602 permissions = 0644
60270 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
60466 [user_main] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/movies/01_tut_mov.bik flags = 1 permissions = 00
63260 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CURCOST.CBF flags = 1 permissions = 0644
63322 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/PS.BIN flags = 2000602 permissions = 0644
63322 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
63497 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CURCOST.CST flags = 1 permissions = 0644
73683 [user_main] INFO compiler - Replacing CodeBlock at 0x08956DFC by Native Code 'nop'
75189 [user_main] INFO compiler - Replacing CodeBlock at 0x08A7DA24 by Native Code 'nop'
75189 [user_main] INFO compiler - Replacing CodeBlock at 0x08A386B4 by Native Code 'nop'
75194 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9AD98-0x08B9AEB8 by Native Code 'memcpy'
75197 [user_main] INFO compiler - Replacing CodeBlock at 0x0894FF0C by Native Code 'nop'
75198 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
75224 [08C4F374 ThreadedRenderer] INFO compiler - Replacing CodeBlock at 0x088B5704 by Native Code 'nop'
75361 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
75834 [user_main] INFO compiler - Replacing CodeBlock at 0x089F803C by Native Code 'nop'
75880 [user_main] INFO compiler - Replacing CodeBlock at 0x08A18E48 by Native Code 'nop'
75929 [user_main] INFO compiler - Replacing CodeBlock at 0x088F8718 by Native Code 'nop'
75931 [user_main] INFO compiler - Replacing CodeBlock at 0x088F8728 by Native Code 'nop'
80979 [user_main] INFO compiler - Replacing CodeBlock at 0x08A6935C by Native Code 'nop'
81598 [user_main] INFO compiler - Replacing CodeBlock at 0x08A306E8 by Native Code 'nop'
81840 [user_main] INFO compiler - Replacing CodeBlock at 0x08A0DB94 by Native Code 'nop'
81847 [user_main] INFO compiler - Replacing CodeBlock at 0x0894FF14 by Native Code 'nop'
82355 [user_main] INFO compiler - Replacing CodeBlock at 0x08A0DBFC by Native Code 'nop'
82369 [user_main] INFO compiler - Replacing CodeBlock at 0x08A2E894 by Native Code 'nop'
82379 [user_main] INFO compiler - Replacing CodeBlock at 0x08A0DC14 by Native Code 'nop'
82396 [user_main] INFO compiler - Replacing CodeBlock at 0x088FA560 by Native Code 'nop'
82398 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
82482 [user_main] INFO compiler - Replacing CodeBlock at 0x08912F50 by Native Code 'nop'
82482 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF24C by Native Code 'nop'
82483 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF25C by Native Code 'nop'
82497 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
82574 [user_main] INFO compiler - Replacing CodeBlock at 0x0890F5C8 by Native Code 'nop'
82574 [user_main] INFO compiler - Replacing CodeBlock at 0x0890F868 by Native Code 'nop'
82575 [user_main] INFO compiler - Replacing CodeBlock at 0x0890F5D0 by Native Code 'nop'
82575 [user_main] INFO compiler - Replacing CodeBlock at 0x0890F888 by Native Code 'nop'
82583 [user_main] INFO compiler - Replacing CodeBlock at 0x08900F2C by Native Code 'nop'
82658 [user_main] INFO compiler - Replacing CodeBlock at 0x08A06E9C by Native Code 'nop'
82809 [user_main] INFO compiler - Replacing CodeBlock at 0x08A0DD60 by Native Code 'nop'
82948 [user_main] INFO compiler - Replacing CodeBlock at 0x08A30730 by Native Code 'nop'
83523 [user_main] INFO compiler - Replacing CodeBlock at 0x08A31568 by Native Code 'nop'
83538 [user_main] INFO compiler - Replacing CodeBlock at 0x08A2E7D0 by Native Code 'nop'
83599 [user_main] INFO compiler - Replacing CodeBlock at 0x08A1CAE0 by Native Code 'nop'
83773 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/MYOBJ.ILB flags = 1 permissions = 0644
83796 [user_main] INFO compiler - Replacing CodeBlock at 0x08A0CE44 by Native Code 'nop'
84355 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CURCOST.CST flags = 2000602 permissions = 0644
84355 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
84357 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
84752 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CMOBJ.ILB flags = 1 permissions = 0644
84982 [user_main] INFO compiler - Replacing CodeBlock at 0x08A06E8C by Native Code 'nop'
85017 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/CURCOST.CBF flags = 2000602 permissions = 0644
85017 [08C12774 fios mediathread] WARN hle.IoFileMgrForUser - hleIoOpen - file already exists, deleting UNIMPLEMENT (PSP_O_TRUNC)
85423 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/MYCST.ILB flags = 1 permissions = 0644
85838 [user_main] INFO compiler - Replacing CodeBlock at 0x088FA558 by Native Code 'nop'
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - BlackDaemon - 12-22-2010
Defect introduced from r1909.
r1921
Running with dynarec compiler (log level set to INFO)
Compability options used: Use shaders
Code: 72967 [Emu] INFO runtime - Using Compiler
73832 [root_6] WARN hle - Unsupported syscall 20F0 SysMemUserForUser_91DE343C 05000010 09FFFE00 00000000
73860 [user_main] INFO compiler - Replacing CodeBlock at 0x08B9D47C by Native Code 'strlen'
73862 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
73969 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
74020 [user_main] INFO compiler - Replacing CodeBlock at 0x08A7DA40 by Native Code 'nop'
74029 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
74593 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF264 by Native Code 'nop'
74613 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
74614 [user_main] INFO compiler - Replacing CodeBlock at 0x08B9D388 by Native Code 'strcmp'
74617 [user_main] INFO compiler - Replacing CodeBlock at 0x08ACCDDC by Native Code 'nop'
74617 [user_main] INFO compiler - Replacing CodeBlock at 0x08ACCDE4 by Native Code 'nop'
74619 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
74635 [ExitGameThread] INFO hle.LoadExecForUser - sceKernelRegisterExitCallback SceUID=1c
74635 [ExitGameThread] INFO hle.scePower - scePowerRegisterCallback slot=0 SceUID=1d
74718 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF208 by Native Code 'nop'
74855 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
74876 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
74906 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0500) PSP_MODULE_NP_DRM
74927 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9D47C-0x08B9D490 by Native Code 'strlen'
74992 [user_main] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/sce_lbn0x0000_size0x00000800 flags = 1 permissions = 00
75025 [user_main] WARN hle.ModuleMgrForUser - IGNORED:hleKernelLoadModule(path='disc0:/PSP_GAME/USRDIR/modules/prx/pspnet_ap_dialog_dummy.prx'): module from banlist not loaded
75026 [user_main] WARN hle.ModuleMgrForUser - IGNORING:sceKernelStartModule flash module 'pspnet_ap_dialog_dummy'
75026 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0400) PSP_MODULE_NP_COMMON
75027 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0401) PSP_MODULE_NP_SERVICE
75030 [user_main] INFO compiler - Replacing CodeBlock at 0x08949214 by Native Code 'nop'
75049 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0300) PSP_MODULE_AV_AVCODEC
75049 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0301) PSP_MODULE_AV_SASCORE
75049 [user_main] INFO hle.sceUtility - IGNORING:sceUtilityLoadModule(module=0x0302) PSP_MODULE_AV_ATRAC3PLUS
75053 [user_main] INFO hle.sceSasCore - __sceSasInit(0x08C01800, grain=2048, maxVoices=32, outMode=0, sampleRate=44100)
75137 [user_main] INFO stdout -
75144 [user_main] INFO stdout - ========================================================
75150 [user_main] INFO stdout - SCREAM PSP (c)2006 Sony Computer Entertainment America
75156 [user_main] INFO stdout - v2.7.0, built Oct 9 2009 at 16:40:26
75174 [user_main] INFO stdout - ========================================================
75182 [user_main] INFO stdout - Sound Tick Thread Priority: 27
75188 [user_main] INFO stdout - ========================================================
75194 [user_main] INFO stdout -
75202 [user_main] INFO stdout - snd_stream v1.10.2
75202 [user_main] INFO stdout - , built Oct 1 2009 at 10:37:20
75203 [user_main] INFO stdout - Compiled against Scream v2.7.0
75227 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
75248 [user_main] INFO compiler - Replacing CodeBlock at 0x089EF26C by Native Code 'nop'
75266 [user_main] INFO compiler - Replacing CodeBlock at 0x0894921C by Native Code 'nop'
75276 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9D47C-0x08B9D490 by Native Code 'strlen'
75280 [091150C4 fios scheduler] INFO compiler - Replacing CodeBlock at 0x08B9AD98 by Native Code 'memcpy'
75290 [08C12CE4 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/lbp_archive.arc flags = 1 permissions = 0644
75328 [user_main] INFO compiler - Replacing CodeBlock at 0x088C02DC by Native Code 'nop'
75352 [user_main] INFO compiler - Replacing CodeBlock at 0x088C02C8 by Native Code 'nop'
75390 [08C12CE4 fios mediathread] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
75401 [user_main] INFO compiler - Replacing CodeBlock at 0x088C02E4 by Native Code 'nop'
77462 [user_main] INFO compiler - Replacing CodeBlock at 0x088B212C by Native Code 'nop'
77577 [user_main] INFO compiler - Replacing CodeBlock at 0x08969AE4 by Native Code 'nop'
77587 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E54 by Native Code 'nop'
77587 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E44 by Native Code 'nop'
77589 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E30 by Native Code 'nop'
77616 [user_main] INFO compiler - Replacing CodeBlock at 0x088B0E4C by Native Code 'nop'
80288 [user_main] INFO compiler - Replacing CodeBlock at 0x089DE7F0 by Native Code 'nop'
80290 [user_main] INFO compiler - Replacing CodeBlock at 0x08969ACC by Native Code 'nop'
80293 [user_main] INFO compiler - Replacing CodeBlock at 0x08804EF0 by Native Code 'nop'
80302 [user_main] INFO compiler - Replacing CodeBlock at 0x088BE7E4 by Native Code 'nop'
80303 [user_main] INFO compiler - Replacing CodeBlock at 0x08969AC4 by Native Code 'nop'
80305 [user_main] INFO compiler - Replacing CodeBlock at 0x08804EE8 by Native Code 'nop'
80307 [08C4F374 ThreadedRenderer] INFO compiler - Replacing CodeBlock at 0x088BE7D0 by Native Code 'nop'
80331 [user_main] INFO compiler - Replacing CodeBlock at 0x088BE7EC by Native Code 'nop'
80333 [user_main] INFO compiler - Replacing CodeBlock at 0x089D9FD0 by Native Code 'nop'
87133 [user_main] INFO compiler - Replacing CodeBlock at 0x088C5804 by Native Code 'nop'
87133 [user_main] INFO compiler - Replacing CodeBlock at 0x088C580C by Native Code 'nop'
87136 [user_main] INFO compiler - Replacing CodeBlock at 0x088C57FC by Native Code 'nop'
88624 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
88624 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
88694 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF7C by Native Code 'nop'
88695 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF8C by Native Code 'nop'
88695 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF94 by Native Code 'nop'
88696 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAFA4 by Native Code 'nop'
88724 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=11, gameName=UCUS98744, saveName=*, fileName=
88742 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF9C by Native Code 'nop'
88950 [user_main] INFO compiler - Replacing CodeBlock at 0x088CAF84 by Native Code 'nop'
89058 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=21, gameName=UCUS98744, saveName=INSTALL, fileName=
89401 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=21, gameName=UCUS98744, saveName=PROFILE, fileName=
89672 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
89745 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=22, gameName=UCUS98744, saveName=INSTALL, fileName=
90090 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=14, gameName=UCUS98744, saveName=INSTALL, fileName=
90493 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=22, gameName=UCUS98744, saveName=PROFILE, fileName=
90835 [user_main] INFO hle.sceUtility - sceUtilitySavedataInitStart Address 0x090DDC84, mode=14, gameName=UCUS98744, saveName=PROFILE, fileName=
91182 [user_main] INFO compiler - Replacing CodeSequence at 0x08B9B178-0x08B9B21C by Native Code 'memset'
91189 [08C12774 fios mediathread] INFO hle.IoFileMgrForUser - hleIoOpen filename = ms0:/PSP/SAVEDATA/UCUS98744PROFILE/STORY.SCO flags = 2000602 permissions = 0644
91197 [08C12774 fios mediathread] ERROR runtime - java.lang.NullPointerException
Code: java.lang.NullPointerException
at jpcsp.HLE.modules150.IoFileMgrForUser.hleIoLseek(IoFileMgrForUser.java:1382)
at jpcsp.HLE.modules150.IoFileMgrForUser.sceIoLseekAsync(IoFileMgrForUser.java:1970)
at jpcsp.HLE.modules150.IoFileMgrForUser$16.execute(IoFileMgrForUser.java:3113)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:347)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:47)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:675)
at _S1_2_8BA6574.s(_S1_2_8BA6574.java:4)
at _S1_2_8AB0394.s(_S1_2_8AB0394.java:3860)
at _S1_2_8AB0394.exec(_S1_2_8AB0394.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:154)
at _S1_2_8AB02EC.s(_S1_2_8AB02EC.java:164)
at _S1_2_8AB02EC.exec(_S1_2_8AB02EC.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_2_891FEFC.s(_S1_2_891FEFC.java:36)
at _S1_2_891FEFC.exec(_S1_2_891FEFC.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:154)
at _S1_2_891FB78.s(_S1_2_891FB78.java:128)
at _S1_2_891FB78.exec(_S1_2_891FB78.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_2_8AABAE8.s(_S1_2_8AABAE8.java:960)
at _S1_2_8AABAE8.exec(_S1_2_8AABAE8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_2_8AB37F4.s(_S1_2_8AB37F4.java:16)
at _S1_2_8AB37F4.exec(_S1_2_8AB37F4.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_2_8ACD4B8.s(_S1_2_8ACD4B8.java:32)
at _S1_2_8ACD4B8.exec(_S1_2_8ACD4B8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:706)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:47)
Code: ------------------------------------------------------------
Thread ID - 0x00000044
Th Name - 08C12774 fios mediathread
zr:0x00000000 at:0x00000000 v0:0x0000002C v1:0x09FB38E4
a0:0x000000CB a1:0x532F454C a2:0x00000000 a3:0x00000000
t0:0x00000000 t1:0x09FB38E4 t2:0x09FB38BC t3:0x00000002
t4:0x00000008 t5:0x00000000 t6:0x00000000 t7:0x00000000
s0:0x000000CB s1:0x09110100 s2:0x09111A60 s3:0x09111A50
s4:0x00000001 s5:0x08C126E0 s6:0x00000000 s7:0x00000000
t8:0xD5000000 t9:0x08ACE388 k0:0x09FB3B00 k1:0x00000000
gp:0x08BEA030 sp:0x09FB37E0 fp:0x091102C0 ra:0x08AB12AC
0x08000030: 0x0010290C - syscall 0x040A4 [hleKernelExitCallback]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '08C12774 fios mediathread' ID: 0x0044 Module ID: 0x0001
Thread Status: 0x00000001 PSP_THREAD_RUNNING
Thread Attr: 0x80000000 Current Priority: 0x1C Initial Priority: 0x1C
Thread Entry: 0x08ACD4B8 Stack: 0x09FABC00 - 0x09FB3C00 Stack Size: 0x00008000
Thread Run Clocks: 3853 Exit Code: 0x800201A4
Thread Wait Type: None Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'SceIofileAsync' ID: 0x00CC Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x1C Initial Priority: 0x1C
Thread Entry: 0x08000040 Stack: 0x09F74C00 - 0x09F76C00 Stack Size: 0x00002000
Thread Run Clocks: 4 Exit Code: 0x800201A2
Thread Wait Type: None (sleeping) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '091150C4 fios scheduler' ID: 0x0065 Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x1D Initial Priority: 0x1D
Thread Entry: 0x08ACD4B8 Stack: 0x09F91C00 - 0x09F99C00 Stack Size: 0x00008000
Thread Run Clocks: 3914431 Exit Code: 0x800201A4
Thread Wait Type: Semaphore (0x0058) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'idle0' ID: 0x0004 Module ID: 0x0000
Thread Status: 0x00000002 PSP_THREAD_READY
Thread Attr: 0x00001000 Current Priority: 0x7F Initial Priority: 0x7F
Thread Entry: 0x88000000 Stack: 0x08800000 - 0x08802000 Stack Size: 0x00002000
Thread Run Clocks: 666 Exit Code: 0x800201A4
Thread Wait Type: None Us: 0 Forever: false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'idle1' ID: 0x0005 Module ID: 0x0000
Thread Status: 0x00000002 PSP_THREAD_READY
Thread Attr: 0x00001000 Current Priority: 0x7F Initial Priority: 0x7F
Thread Entry: 0x88000000 Stack: 0x08802000 - 0x08804000 Stack Size: 0x00002000
Thread Run Clocks: 855 Exit Code: 0x800201A4
Thread Wait Type: None Us: 0 Forever: false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '08C12CE4 fios mediathread' ID: 0x0061 Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x1C Initial Priority: 0x1C
Thread Entry: 0x08ACD4B8 Stack: 0x09F99C00 - 0x09FA1C00 Stack Size: 0x00008000
Thread Run Clocks: 23448126 Exit Code: 0x800201A4
Thread Wait Type: Semaphore (0x005E) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'user_main' ID: 0x0008 Module ID: 0x0001
Thread Status: 0x00000008 PSP_THREAD_SUSPEND
Thread Attr: 0x80004000 Current Priority: 0x1E Initial Priority: 0x20
Thread Entry: 0x08804228 Stack: 0x09FB4C00 - 0x09FFFC00 Stack Size: 0x0004B000
Thread Run Clocks: 448004284 Exit Code: 0x800201A4
Thread Wait Type: None Us: 2000 Forever: false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '09108AE8 rm_data' ID: 0x006F Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x1E Initial Priority: 0x1E
Thread Entry: 0x08ACD4B8 Stack: 0x09F89C00 - 0x09F91C00 Stack Size: 0x00008000
Thread Run Clocks: 176124094 Exit Code: 0x800201A4
Thread Wait Type: Semaphore (0x006C) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'SceIofileAsync' ID: 0x004F Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80004000 Current Priority: 0x1E Initial Priority: 0x1E
Thread Entry: 0x08000040 Stack: 0x09FA1C00 - 0x09FA3C00 Stack Size: 0x00002000
Thread Run Clocks: 4 Exit Code: 0x800201A2
Thread Wait Type: None (sleeping) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '09111574 fios scheduler' ID: 0x0048 Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x1D Initial Priority: 0x1D
Thread Entry: 0x08ACD4B8 Stack: 0x09FA3C00 - 0x09FABC00 Stack Size: 0x00008000
Thread Run Clocks: 6654 Exit Code: 0x800201A4
Thread Wait Type: Semaphore (0x003B) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'SceIofileAsync' ID: 0x0084 Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x1C Initial Priority: 0x1C
Thread Entry: 0x08000040 Stack: 0x09F7EC00 - 0x09F80C00 Stack Size: 0x00002000
Thread Run Clocks: 625 Exit Code: 0x800201A2
Thread Wait Type: None (sleeping) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '08C14120 ss_service_thread_0' ID: 0x007E Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80000000 Current Priority: 0x11 Initial Priority: 0x11
Thread Entry: 0x08ACD4B8 Stack: 0x09F80C00 - 0x09F88C00 Stack Size: 0x00008000
Thread Run Clocks: 36 Exit Code: 0x800201A4
Thread Wait Type: Semaphore (0x007B) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'ExitGameThread' ID: 0x001A Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80204000 Current Priority: 0x0F Initial Priority: 0x0F
Thread Entry: 0x089F5C04 Stack: 0x09FB3C00 - 0x09FB4C00 Stack Size: 0x00001000
Thread Run Clocks: 30704 Exit Code: 0x800201A4
Thread Wait Type: None (delay 15000 us, rest 0 us) Us: 15000 Forever: false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: '08C4F374 ThreadedRenderer' ID: 0x0095 Module ID: 0x0001
Thread Status: 0x00000004 PSP_THREAD_WAITING
Thread Attr: 0x80004000 Current Priority: 0x1D Initial Priority: 0x1D
Thread Entry: 0x08ACD4B8 Stack: 0x09F76C00 - 0x09F7EC00 Stack Size: 0x00008000
Thread Run Clocks: 578769 Exit Code: 0x800201A4
Thread Wait Type: Semaphore (0x0092) Us: 0 Forever: true
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thread Name: 'snd_tick_timer_thread' ID: 0x0079 Module ID: 0x0001
Thread Status: 0x00000008 PSP_THREAD_SUSPEND
Thread Attr: 0x80200000 Current Priority: 0x1B Initial Priority: 0x1B
Thread Entry: 0x08AD5928 Stack: 0x09F88C00 - 0x09F89C00 Stack Size: 0x00001000
Thread Run Clocks: 2325658 Exit Code: 0x800201A4
Thread Wait Type: None Us: 8156 Forever: false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Allocated memory: 0149A1B8 21602744 bytes
[XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XX]
Fragmented memory: 00366200 3564032 bytes
[ X XXXXXXXXXXX]
------------------------------------------------------------
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - Hykem - 12-22-2010
Is it any better in r1923?
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - BlackDaemon - 12-23-2010
Hykem,
Yes, exception fixed, thanks!
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - legend80 - 07-01-2011
Anyone else able to play this game? I get a hard lock in the same area of level 1. Has there been a regression introduced. It's been this way for about a month or so (since I got the game).
See screenshot.
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - Vegerunks - 07-01-2011
That's why the game is under Half-playable... You can get in the game but there are flaws that make it virtually impossible to beat the game.
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - legend80 - 07-01-2011
Ok, just making sure. I didn't see anything here except the save issue which would be enough to keep it in this section. Thankfully, there's a workaround for that. For this hard lock....not so much it appears.
Let me know if there's anything else I can do to help with the hard locking issue. I would definetely place this game high on the list of those to fix. C'mon it's LBP!
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - legend80 - 09-18-2011
Still locks up on the first level as of r2313.
RE: Little Big Planet - USA - UCUS98744 [Encrypted] - legend80 - 03-14-2012
Finally got the game playable!!! You have to disable "Use media engine" to prevent the lock-up at the end of the first level. Hopefully that can be looked at so we can have music AND stability.
Also, be sure to disable AF and "GE to screen" to prevent misc. gfx issues.
This can be moved to the playable section now!
FYI, the "GE to screen" option is not loaded from the properties file in patches. All the other settings for turning off the media player and AF work fine. Please take a look at that. It's probably a quick fix! Thanks!
|