EmuNewz Network
Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - 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: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 (/showthread.php?tid=169802)

Pages: 1 2


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - onelight - 08-21-2015

(07-28-2015, 03:57 PM)gid15 Wrote:
(07-08-2015, 10:11 AM)gid15 Wrote:
(07-07-2015, 07:55 PM)DragonNeos Wrote: The size of gvd.dat.edat is about 520 MB (545,316,033 bytes).
OK, this explains the OutOfMemoryError. The current implementation tries to decode the complete file at once and loads the whole file into memory, which is too large in that case. An implementation decoding on the fly only what is really needed would be better...
The decoding of EDAT files (and also PGD's) is now performed on the fly in e8ca352. Very large files are supported and files under tmp are no longer created for DLC and PGD.

What about decrypt PGD's file
I get this WARN and game stop run :
Code:
19:12:25  WARN      vfs - Z2_FILE_READ - No PGD header detected 00 00 08 00 ('   ') detected in file 'jpcsp.HLE.VFS.SeekableDataInputVirtualFile@813fc60'

PPSSPP will open it if it is not a valid PGD file.
Code:
Z2_FILE_READ E[IO]: HLE\sceIo.cpp:2112 Not a valid PGD file. Open as normal file.



RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - DragonNeos - 08-22-2015

onelight, which revision and settings are you using? What is the file format of the game that you are trying to load?

I am using revision 21e6501 and the emulator has no problems loading this game as an EBOOT.PBP (although there may be WARN messages about unimplemented values from mp4msv_9CA13D1A and mp4msv_3C2183C7). JPCSP may have problems loading this PlayView title if the game is in a different format such as ISO or CSO.


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - onelight - 08-23-2015

(08-22-2015, 08:30 PM)DragonNeos Wrote: onelight, which revision and settings are you using? What is the file format of the game that you are trying to load?

I am using revision 21e6501 and the emulator has no problems loading this game as an EBOOT.PBP (although there may be WARN messages about unimplemented values from mp4msv_9CA13D1A and mp4msv_3C2183C7). JPCSP may have problems loading this PlayView title if the game is in a different format such as ISO or CSO.

I didn't have this game.
I always decrypt PGD using pgdecrypt.exe, for older JPCSP, it take up less disk space.
After jpcsp re8ca352, decrypt PGD no be load, so I ty find what happen about JPCSP and I found this post.


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - gid15 - 09-04-2015

(08-23-2015, 02:49 AM)onelight Wrote:
(08-22-2015, 08:30 PM)DragonNeos Wrote: onelight, which revision and settings are you using? What is the file format of the game that you are trying to load?

I am using revision 21e6501 and the emulator has no problems loading this game as an EBOOT.PBP (although there may be WARN messages about unimplemented values from mp4msv_9CA13D1A and mp4msv_3C2183C7). JPCSP may have problems loading this PlayView title if the game is in a different format such as ISO or CSO.

I didn't have this game.
I always decrypt PGD using pgdecrypt.exe, for older JPCSP, it take up less disk space.
After jpcsp re8ca352, decrypt PGD no be load, so I ty find what happen about JPCSP and I found this post.
OK, can 0eb80e8 now read again decrypted PGD files?


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - onelight - 09-04-2015

(09-04-2015, 04:00 AM)gid15 Wrote: OK, can 0eb80e8 now read again decrypted PGD files?
Still no read decrypted PGD files.
Code:
12:15:56  INFO hle.IoFileMgrForUser - Z2_FILE_READ - hleIoOpen filename = disc0:/PSP_GAME/INSDIR/DATA002.BIN flags = 40000001 permissions = 00
12:15:56  WARN      vfs - Z2_FILE_READ - No PGD header detected 00 00 08 00 ('   ') detected in file 'jpcsp.HLE.VFS.SeekableDataInputVirtualFile@e5250d7'



RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - gid15 - 09-04-2015

(09-04-2015, 04:19 AM)onelight Wrote:
(09-04-2015, 04:00 AM)gid15 Wrote: OK, can 0eb80e8 now read again decrypted PGD files?
Still no read decrypted PGD files.
Code:
12:15:56  INFO hle.IoFileMgrForUser - Z2_FILE_READ - hleIoOpen filename = disc0:/PSP_GAME/INSDIR/DATA002.BIN flags = 40000001 permissions = 00
12:15:56  WARN      vfs - Z2_FILE_READ - No PGD header detected 00 00 08 00 ('   ') detected in file 'jpcsp.HLE.VFS.SeekableDataInputVirtualFile@e5250d7'

Hmmm, could you post a log file at INFO level with the following lines added in LogSettings.xml:
Code:
<logger name='hle.IoFileMgrForUser'> <level value='trace' /> </logger>
<logger name='vfs'> <level value='trace' /> </logger>
Thank you!


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - onelight - 09-04-2015

(09-04-2015, 04:52 AM)gid15 Wrote:
(09-04-2015, 04:19 AM)onelight Wrote:
(09-04-2015, 04:00 AM)gid15 Wrote: OK, can 0eb80e8 now read again decrypted PGD files?
Still no read decrypted PGD files.
Code:
12:15:56  INFO hle.IoFileMgrForUser - Z2_FILE_READ - hleIoOpen filename = disc0:/PSP_GAME/INSDIR/DATA002.BIN flags = 40000001 permissions = 00
12:15:56  WARN      vfs - Z2_FILE_READ - No PGD header detected 00 00 08 00 ('   ') detected in file 'jpcsp.HLE.VFS.SeekableDataInputVirtualFile@e5250d7'

Hmmm, could you post a log file at INFO level with the following lines added in LogSettings.xml:
Code:
<logger name='hle.IoFileMgrForUser'> <level value='trace' /> </logger>
<logger name='vfs'> <level value='trace' /> </logger>
Thank you!



RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - gid15 - 09-04-2015

(09-04-2015, 05:11 AM)onelight Wrote:
(09-04-2015, 04:52 AM)gid15 Wrote:
(09-04-2015, 04:19 AM)onelight Wrote:
(09-04-2015, 04:00 AM)gid15 Wrote: OK, can 0eb80e8 now read again decrypted PGD files?
Still no read decrypted PGD files.
Code:
12:15:56  INFO hle.IoFileMgrForUser - Z2_FILE_READ - hleIoOpen filename = disc0:/PSP_GAME/INSDIR/DATA002.BIN flags = 40000001 permissions = 00
12:15:56  WARN      vfs - Z2_FILE_READ - No PGD header detected 00 00 08 00 ('   ') detected in file 'jpcsp.HLE.VFS.SeekableDataInputVirtualFile@e5250d7'

Hmmm, could you post a log file at INFO level with the following lines added in LogSettings.xml:
Code:
<logger name='hle.IoFileMgrForUser'> <level value='trace' /> </logger>
<logger name='vfs'> <level value='trace' /> </logger>
Thank you!
OK, new try for a fix in 6417242....


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - onelight - 09-04-2015

(09-04-2015, 05:34 AM)gid15 Wrote:
(09-04-2015, 05:11 AM)onelight Wrote:
(09-04-2015, 04:52 AM)gid15 Wrote:
(09-04-2015, 04:19 AM)onelight Wrote:
(09-04-2015, 04:00 AM)gid15 Wrote: OK, can 0eb80e8 now read again decrypted PGD files?
Still no read decrypted PGD files.
Code:
12:15:56  INFO hle.IoFileMgrForUser - Z2_FILE_READ - hleIoOpen filename = disc0:/PSP_GAME/INSDIR/DATA002.BIN flags = 40000001 permissions = 00
12:15:56  WARN      vfs - Z2_FILE_READ - No PGD header detected 00 00 08 00 ('   ') detected in file 'jpcsp.HLE.VFS.SeekableDataInputVirtualFile@e5250d7'

Hmmm, could you post a log file at INFO level with the following lines added in LogSettings.xml:
Code:
<logger name='hle.IoFileMgrForUser'> <level value='trace' /> </logger>
<logger name='vfs'> <level value='trace' /> </logger>
Thank you!
OK, new try for a fix in 6417242....
Think you, now read again decrypted PGD files


RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022 - gid15 - 09-04-2015

(09-04-2015, 05:53 AM)onelight Wrote: Think you, now read again decrypted PGD files
Great Smile, thank you for the quick tests!