Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
|
08-21-2015, 11:19 AM
Post: #11
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(07-28-2015 03:57 PM)gid15 Wrote:(07-08-2015 10:11 AM)gid15 Wrote: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.(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... 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. |
|||
08-22-2015, 08:30 PM
(This post was last modified: 08-22-2015 08:35 PM by DragonNeos.)
Post: #12
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
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. |
|||
08-23-2015, 02:49 AM
(This post was last modified: 08-23-2015 02:50 AM by onelight.)
Post: #13
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(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 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. |
|||
09-04-2015, 04:00 AM
Post: #14
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(08-23-2015 02:49 AM)onelight Wrote:OK, can 0eb80e8 now read again decrypted PGD files?(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? Always include a complete log file at INFO level in your reports. Thanks! How to post a log |
|||
09-04-2015, 04:19 AM
Post: #15
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(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 |
|||
09-04-2015, 04:52 AM
Post: #16
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(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. 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> Always include a complete log file at INFO level in your reports. Thanks! How to post a log |
|||
09-04-2015, 05:11 AM
Post: #17
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(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. |
|||
09-04-2015, 05:34 AM
Post: #18
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(09-04-2015 05:11 AM)onelight Wrote:OK, new try for a fix in 6417242....(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. Always include a complete log file at INFO level in your reports. Thanks! How to post a log |
|||
09-04-2015, 05:53 AM
Post: #19
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(09-04-2015 05:34 AM)gid15 Wrote:Think you, now read again decrypted PGD files(09-04-2015 05:11 AM)onelight Wrote:OK, new try for a fix in 6417242....(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. |
|||
09-04-2015, 06:02 AM
Post: #20
|
|||
|
|||
RE: Dengeki Ciel nosurge Zoukangou Vol.2: Raciela Christmas Party - NPJH60022
(09-04-2015 05:53 AM)onelight Wrote: Think you, now read again decrypted PGD filesGreat ![]() Always include a complete log file at INFO level in your reports. Thanks! How to post a log |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: