The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Clannad JPN -ULJM05338+ULJM05339 - 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: Clannad JPN -ULJM05338+ULJM05339 (/showthread.php?tid=242641) |
RE: Clannad JPN -ULJM05338 - sum2012 - 05-28-2020 Attached (05-28-2020, 07:20 AM)gid15 Wrote: OK, it would be helpful to have a log at DEBUG level when the performance is low. I do not need the DEBUG level from the beginning, only enable it when reaching the low performance screens and just keep it for 2 or 3 seconds. RE: Clannad JPN -ULJM05338 - gid15 - 05-28-2020 (05-28-2020, 11:13 AM)sum2012 Wrote: AttachedHmmm, it didn't capture any screen frame. Lets try it in a different way: press "Pause" when a slow performance screen is reached, select the menu "Debug / Tools / Debugger" and then under the "Misc" tab, press "Capture next frame". Then Press "Run" to restart the emulation. It will just run for one display frame but now, the log file should have captured the information I need. Images will also be created under the "tmp" directory, but I do not need them, just the log file. Thank you! RE: Clannad JPN -ULJM05338 - sum2012 - 05-28-2020 Attached. The misc button is hard to find. (05-28-2020, 11:36 AM)gid15 Wrote:(05-28-2020, 11:13 AM)sum2012 Wrote: AttachedHmmm, it didn't capture any screen frame. Lets try it in a different way: press "Pause" when a slow performance screen is reached, select the menu "Debug / Tools / Debugger" and then under the "Misc" tab, press "Capture next frame". Then Press "Run" to restart the emulation. It will just run for one display frame but now, the log file should have captured the information I need. Images will also be created under the "tmp" directory, but I do not need them, just the log file. RE: Clannad JPN -ULJM05338 - gid15 - 05-28-2020 OK, the application is using large textures in RAM (not VRAM), but those textures are 8BIT or 4BIT indexed. I will test this situation, but they probably should be excluded from the change in 8afa36f as their size in RAM is not so large than in 8888 format. Code: 21:11:10 DEBUG ge - GUI - tflush 0x097F2280, buffer_width=480 (512,512) RE: Clannad JPN -ULJM05338 - gid15 - 05-28-2020 (05-28-2020, 03:32 PM)gid15 Wrote: OK, the application is using large textures in RAM (not VRAM), but those textures are 8BIT or 4BIT indexed. I will test this situation, but they probably should be excluded from the change in 8afa36f as their size in RAM is not so large than in 8888 format.The indexed and compressed textures are now excluded from the timing settings in e24da20. I guess this will return the performance for this application to what it was before 8afa36f. RE: Clannad JPN -ULJM05338 - sum2012 - 05-28-2020 e24da20 version The performance restore. Remain case 3 in https://www.emunewz.net/forum/showthread.php?tid=242641&pid=364849#pid364849 RE: Clannad JPN -ULJM05338 - sum2012 - 05-31-2020 For the "Aborting current list processing due to too many errors" Last good 82dad98 First bad 1f7ff95 It mean https://github.com/jpcsp/jpcsp/commit/1f7ff951acc7bf8b81244b5b4f40ffc0edf12d91 have problem RE: Clannad JPN -ULJM05338 - gid15 - 06-01-2020 Could you please try to generate a log file reproducing the issue, at INFO level but with the following lines added to LogSettings.xml: Code: <logger name='hle.sceGe_user'> <level value='debug' /> </logger> RE: Clannad JPN -ULJM05338 - gid15 - 06-03-2020 (06-01-2020, 05:02 PM)gid15 Wrote: Could you please try to generate a log file reproducing the issue, at INFO level but with the following lines added to LogSettings.xml:Were you able to generate a log with those settings? RE: Clannad JPN -ULJM05338 - sum2012 - 06-07-2020 Sorry for late reply The game 100% no problem with these setting. (06-03-2020, 04:23 PM)gid15 Wrote:(06-01-2020, 05:02 PM)gid15 Wrote: Could you please try to generate a log file reproducing the issue, at INFO level but with the following lines added to LogSettings.xml:Were you able to generate a log with those settings? |