This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
#11
(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.
Reply
#12
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.


Attached Files
.zip   Log_r21e6501(64bit)_INFO.zip (Size: 140.93 KB / Downloads: 102)
Reply
#13
(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.
Reply
#14
(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?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#15
(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'
Reply
#16
(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!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#17
(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!


Attached Files
.zip   log.zip (Size: 17.69 KB / Downloads: 84)
Reply
#18
(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....
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#19
(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


Attached Files
.zip   log2.zip (Size: 4.19 KB / Downloads: 86)
Reply
#20
(09-04-2015, 05:53 AM)onelight Wrote: Think you, now read again decrypted PGD files
Great Smile, thank you for the quick tests!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)