EmuNewz Network
Dream C Club Portable - ULJS00333 - 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: Dream C Club Portable - ULJS00333 (/showthread.php?tid=92836)

Pages: 1 2 3


Dream C Club Portable - ULJS00333 - serio - 11-03-2012

r2827

after the initial advertising/warning screens the game crashes with a compiling an invalid address error.


RE: Dream C Club - ULJS00333 - sum2012 - 11-03-2012

maybe this error
Code:
18:59:17 ERROR hle.ThreadManForUser - user_main - changeThreadState thread 'user_main' => PSP_THREAD_RUNNING. waitType should be PSP_WAIT_NONE. caller:'ThreadManForUser.callAddress'



RE: Dream C Club Portable - ULJS00333 - nash67 - 03-30-2013

using r 3080
still crashes out after a few developers screens
here is a compiler log


RE: Dream C Club - ULJS00333 - nash67 - 06-02-2013

using r 3199
gets past the developers screens now but is stuck on this screen (pic1)(no camera)
here is an info log


RE: Dream C Club Portable - ULJS00333 - gid15 - 07-01-2013

Code:
20:25:50  INFO hle.sceUtility - user_main - sceUtilityScreenshotInitStart 0x09AF7BF0-0x09AF7F94:
Any change with r3279?


RE: Dream C Club Portable - ULJS00333 - serio - 07-01-2013

nope, no noticable changes. the game still stops at the same screen, with the 'no camera' symbol flashing periodically.


RE: Dream C Club Portable - ULJS00333 - nash67 - 08-26-2013

using r 3369
now there is nothing but a black screen after the developers screens (supposed to be the title screen)
not even the camera symbol
here is a compiler log

i just tried this game on my psp and you don't need a camera for this game


RE: Dream C Club Portable - ULJS00333 - gid15 - 08-26-2013

This game is using sceUtilityScreenshot which is unknown:
Code:
16:35:23  INFO hle.sceUtility - user_main - sceUtilityScreenshotInitStart 0x09AF7BF0-0x09AF7F94: startupType=100, status=0, imgFormat=0, imgQuality=0, imgFrameBufAddr=0x00000000, imgFrameBufWidth=0, imgPixelFormat=0, screenshotOffsetX=0, screenshotOffsetY=0, displayWidth=0, displayHeigth=0, screenshotID='', fileName='', nameRule=0, title='', parentalLevel=0, pscmFileFlag=0, iconPath='', iconPathSize=0, iconFileSize=0, backgroundPath='', backgroundPathSize=0, backgroundFileSize=0, commentFlag=0, commentShapeAddr=0x00000000, commentTextAddr=0x00000000

Could take a log with JpcspTrace and the following config:
Code:
sceUtilityScreenshotInitStart 0x0251B134 1
sceUtilityScreenshotContStart 0x86A03A27 1
sceUtilityScreenshotShutdownStart 0xF9E0008C 0
sceUtilityScreenshotUpdate 0xAB083EA9 1
sceUtilityScreenshotGetStatus 0xD81957B7 0
Thank you!


RE: Dream C Club Portable - ULJS00333 - nash67 - 08-27-2013

ok here is a JpcspTrace


RE: Dream C Club Portable - ULJS00333 - gid15 - 08-27-2013

(08-27-2013, 07:07 AM)nash67 Wrote: ok here is a JpcspTrace

Code:
15:01:33 user_main - sceUtilityScreenshotGetStatus = 0x5
Interesting, there is a new (unknown) status value...