Posts: 2,420
Threads: 30
Joined: Dec 2009
Reputation:
50
10-30-2015, 01:59 PM
(This post was last modified: 10-30-2015, 02:03 PM by gid15 .)
(10-29-2015, 09:58 PM) sum2012 Wrote: It cannot log "The Red Star" 's gameOK, from your log.txt, it seems to fail on
Code:
if (sceKernelInitKeyConfig() != PSP_INIT_KEYCONFIG_GAME) {
return 1;
}
I will add additional logging information to check the value returned by sceKernelInitKeyConfig().
Could you also please create a separate thread for "The Red Star" game as this is a different story
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
OK,but you also need fix the game
(10-30-2015, 01:59 PM) gid15 Wrote: (10-29-2015, 09:58 PM) sum2012 Wrote: It cannot log "The Red Star" 's game OK, from your log.txt, it seems to fail on
Code:
if (sceKernelInitKeyConfig() != PSP_INIT_KEYCONFIG_GAME) {
return 1;
}
I will add additional logging information to check the value returned by sceKernelInitKeyConfig().
Could you also please create a separate thread for "The Red Star" game as this is a different story
Posts: 2,420
Threads: 30
Joined: Dec 2009
Reputation:
50
(10-30-2015, 01:59 PM) gid15 Wrote: (10-29-2015, 09:58 PM) sum2012 Wrote: It cannot log "The Red Star" 's game OK, from your log.txt, it seems to fail on
Code:
if (sceKernelInitKeyConfig() != PSP_INIT_KEYCONFIG_GAME) {
return 1;
}
I will add additional logging information to check the value returned by sceKernelInitKeyConfig().OK, the log message has now been added in b735ab6. Could you update the log.txt created by JpcspTrace? It should display one more line.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
10-31-2015, 11:44 AM
(This post was last modified: 10-31-2015, 11:45 AM by sum2012 .)
Yes,Now it add this line
sceKernelInitKeyConfig returned 0x100
(10-30-2015, 09:13 PM) gid15 Wrote: (10-30-2015, 01:59 PM) gid15 Wrote: (10-29-2015, 09:58 PM) sum2012 Wrote: It cannot log "The Red Star" 's game OK, from your log.txt, it seems to fail on
Code:
if (sceKernelInitKeyConfig() != PSP_INIT_KEYCONFIG_GAME) {
return 1;
}
I will add additional logging information to check the value returned by sceKernelInitKeyConfig(). OK, the log message has now been added in b735ab6. Could you update the log.txt created by JpcspTrace? It should display one more line.
Attached Files
JPCSPtracelog.txt (Size: 64 bytes / Downloads: 146)
Posts: 2,420
Threads: 30
Joined: Dec 2009
Reputation:
50
(10-31-2015, 11:44 AM) sum2012 Wrote: Yes,Now it add this line
sceKernelInitKeyConfig returned 0x100Where have you defined the use of the JpcspTrace plugin? Is it correctly added and enabled in seplugins/game.txt on your PSP? The value 0x100 shows it has been added in seplugins/vsh.txt if I understand correctly.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Posts: 1,087
Threads: 149
Joined: Sep 2011
Reputation:
8
yes,I added seplugins/game.txt and seplugins/vsh.txt too.
Now fixed,thanks
(11-01-2015, 01:17 PM) gid15 Wrote: (10-31-2015, 11:44 AM) sum2012 Wrote: Yes,Now it add this line
sceKernelInitKeyConfig returned 0x100 Where have you defined the use of the JpcspTrace plugin? Is it correctly added and enabled in seplugins/game.txt on your PSP? The value 0x100 shows it has been added in seplugins/vsh.txt if I understand correctly.