EmuNewz Network

Full Version: Game demo, Papa no Iukoto o Kikinasai! - NPJH50575
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Game demo, Papa no Iukoto o Kikinasai! - NPJH50575
using r 3065
goes ingame
but makes a terrible buzzing sound over the top of the music (the music is so low you can just hear it )
here is a compiler log
Test with r76338c4, game didn't loading in.
[attachment=19038]
[attachment=19031]

Working fine using PPSSPP
[attachment=19032]


I also notice JPCSP get incorrect color/brightness

[attachment=19033]
[attachment=19034]
[attachment=19035]



[attachment=19036]
[attachment=19037]
The problem is that keep calling these
Code:
20:15:11 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus
20:15:11 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 0
Code:
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 3
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataShutdownStart
20:30:12 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=0
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 0
The status was switching directly from 3 to 0. In 29b805f, it should now stay a little bit in status 4 after the shutdown start. Does it help?
(06-16-2015, 04:25 PM)gid15 Wrote: [ -> ]
Code:
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 3
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataShutdownStart
20:30:12 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=0
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus
20:30:12 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 0
The status was switching directly from 3 to 0. In 29b805f, it should now stay a little bit in status 4 after the shutdown start. Does it help?

Still no loading in.
[attachment=19044]
Code:
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 3
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataShutdownStart
00:48:46 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=0
00:48:46 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=1
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 0
Hmmm, it is still not returning status 4... I've tried a longer delay in f253f31. Could you retry it?
(06-16-2015, 04:56 PM)gid15 Wrote: [ -> ]
Code:
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 3
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataShutdownStart
00:48:46 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=0
00:48:46 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=1
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 0
Hmmm, it is still not returning status 4... I've tried a longer delay in f253f31. Could you retry it?

get 50% chance loading in.
[attachment=19045]

[attachment=19046]
[attachment=19047]

[attachment=19048]
[attachment=19049]

[attachment=19050]
[attachment=19051]
(06-16-2015, 05:29 PM)onelight Wrote: [ -> ]get 50% chance loading in.
OK, your logs confirm that it is loading when the status=4 is returned once.
I've again increased the delay in dc75d19. It is now loading more often?
(06-18-2015, 06:02 PM)gid15 Wrote: [ -> ]
(06-16-2015, 05:29 PM)onelight Wrote: [ -> ]get 50% chance loading in.
OK, your logs confirm that it is loading when the status=4 is returned once.
I've again increased the delay in dc75d19. It is now loading more often?

95% can load in.
(06-16-2015, 04:56 PM)gid15 Wrote: [ -> ]
Code:
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 3
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataShutdownStart
00:48:46 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=0
00:48:46 DEBUG hle.sceUtility - SceUtilityShutdown - hleUtilityThread action=1
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus
00:48:46 DEBUG hle.sceUtility - user_main - sceUtilitySavedataGetStatus status 0
Hmmm, it is still not returning status 4... I've tried a longer delay in f253f31. Could you retry it?
longer delay NOT actually help, right?
delay = 2000 will broken Tokimeki Memorial 4 - JAP - NPJH50127 cant loading in.
delay =200 Game demo, Papa no Iukoto o Kikinasai! cant loading in.(sometime it can load in, about 40% chance)
but if I add <logger name='hle.sceUtility'> <level value='debug' /> </logger> to LogSettings.xml both Tokimeki Memorial 4 and Game demo, Papa no Iukoto o Kikinasai! can load in (tried delay 2000 and delay 200)

EDIT: add <logger name='hle.sceUtility'> <level value='debug' /> </logger> to LogSettings.xml, Papa no Iukoto o Kikinasai! still have about 10% chance can't loading in. it's random even? I'm not sure.
Pages: 1 2