EmuNewz Network
Lick It by TRSI & Titan - 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: Homebrew Games Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=55)
+----- Forum: JPCSP - Homebrew - Playable (https://www.emunewz.net/forum/forumdisplay.php?fid=71)
+----- Thread: Lick It by TRSI & Titan (/showthread.php?tid=65880)



Lick It by TRSI & Titan - nash67 - 07-05-2012

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


RE: Lick It by TRSI & Titan - gid15 - 07-19-2012

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...


RE: Lick It by TRSI & Titan - gid15 - 07-20-2012

(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.