EmuNewz Network

Full Version: Lick It by TRSI & Titan
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Lick It by TRSI & Titan
it is a demo
it can be downloaded from
http://www.pouet.net/prod.php?which=25858
nothing but a black screen
here is the log
Code:
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoOpen - opening file ms0/PSP/GAME/__SCE__LICKIT/data/textures/start_logo1_color.png
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoOpen assigned id = 0x4
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoRead(id=3,data=0x9fbfca8,size=0x8) async=false
12:28:09  WARN hle.IoFileMgrForUser - TRSI_LICK_IT - UNIMPLEMENTED:hleIoRead id = stdin
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - sceIoClose redirecting to hleIoClose
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoClose - id 4
Hmmm, quite dirty programming: they assume that the file ID returned by sceIoOpen is always 3 (and not 4 as it is the case in Jpcsp).
I will improve Jpcsp to mimic the PSP in that case...
(07-19-2012, 10:30 AM)gid15 Wrote: [ -> ]
Code:
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoOpen - opening file ms0/PSP/GAME/__SCE__LICKIT/data/textures/start_logo1_color.png
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoOpen assigned id = 0x4
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoRead(id=3,data=0x9fbfca8,size=0x8) async=false
12:28:09  WARN hle.IoFileMgrForUser - TRSI_LICK_IT - UNIMPLEMENTED:hleIoRead id = stdin
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - sceIoClose redirecting to hleIoClose
12:28:09 DEBUG hle.IoFileMgrForUser - TRSI_LICK_IT - hleIoClose - id 4
Hmmm, quite dirty programming: they assume that the file ID returned by sceIoOpen is always 3 (and not 4 as it is the case in Jpcsp).
I will improve Jpcsp to mimic the PSP in that case...

Now fixed in r2626. Homebrew is running.