Recent logs

To see your stuff show here, enable Compatibility Server Reports in PPSSPP.

Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.

Game title Version Latest Report Message
EA-Sports FC Lop-Play v1.10.3 2026-02-28 80020001=sceKernelCreateSema(): invalid name
eFOOTBALL BETWAY PREMIERSHIP v1.19.3 2026-02-28 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0
eFOOTBALL BETWAY PREMIERSHIP v1.19.3 2026-02-28 Unimplemented HLE function sceKernelDcacheWritebackAll
eFootball Lop - Play v1.15.4 2026-02-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5060, pos=0, access=1, data=1, text=1
遊☆戯☆王 5D's タッグフォース5 v1.18.1 2026-02-28 __KernelStopThread: thread 308 does not exist (helper deleted)
eFootball Libertadores 2022 By T. Bendezu. v1.19.3 2026-02-28 SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000
SBK®09 Superbike World Championship v1.18.1 2026-02-28 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0963d2f0): duplicate handler
eFootball Lop - Play v1.18.1 2026-02-28 Unknown GetPointerWrite 00000000 PC 08816090 LR 08816098
eFootball Lop - Play v1.18.1 2026-02-28 Unknown GetPointer 68ac32ca PC 08816090 LR 08816098
SBK®09 Superbike World Championship v1.18.1 2026-02-28 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 096f4530): duplicate handler
SBK®09 Superbike World Championship v1.18.1 2026-02-28 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08ea04f0): duplicate handler
SBK®09 Superbike World Championship v1.18.1 2026-02-28 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 092679e0): duplicate handler
SBK®09 Superbike World Championship v1.18.1 2026-02-28 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08ea57e0): duplicate handler
Medal of Honor Heroes™ v1.19.3 2026-02-28 __KernelStopThread: thread 455 does not exist (ApctlThread stopped)
Medal of Honor Heroes™ v1.19.3 2026-02-28 __KernelStopThread: thread 455 does not exist (ApctlThread deleted)
eFootball Lop - Play v1.6.3 2026-02-28 Error in shader program link: info: cannot find a matched output for input v_texcoordNC0 cannot find a matched output for input v_texcoordNC1 cannot find a matched output for input v_texcoordNC2 cannot find a matched output for input v_texcoordNC3 fs: postshader //Note : Recommend to use PPSSPP v1.1.1-183-gb411fc0 or newer for full functionality, there were some bugs in earlier versions. //Note2 : Upscaling, smoothing and sharpening filters are not set to be mixed between each other since the results are pointless(they counter each other). // Only last one applies, so pick just one of them, mess around with it's settings and add other effects as needed. //====================================================================================================================================================================== //SMOOTHING FILTERS: //If you love smooth graphics ~ those are also great for downscaling - to do that, you need to use higher rendering res than your display res //================ #define FXAA 0 //ON:1/OFF:0 /default FXAA, orginal info below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering #define Gsmoothing 3.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 1 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ //SHARPENING FILTERS: //if you need very sharp image, add lots of aliasing //================ #define SHARPEN 1 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 8.5 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 0 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ //UPSCALING FILTERS: //To use those, you have to set rendering res to smaller than window/display size(x1 for best results) and screen scaling filter to "nearest" //Starting from v1.1.1-28-g70e9979 you can also add Upscaling=True to ini file(check example) to do it automatically //================ #define xBR 0 //ON:1/OFF:0 /5xBR upscale, nice for 2D games especially those that might be buggy with higher rendering res, initially made by Hyllian - license below #define VariantB 1 //ON:1/OFF:0 /slightly less effect on fonts, dots and other small details //================ #define xHQ 1 //ON:1/OFF:0 same as 4xHQ in PPSSPP, but actually using output resolution #define scaleoffset 0.5 //Default: 0.75 /you can tweek it between 0.5 and 1.0, Note: to little = no effect, to high = ugliness //================ //OTHER FILTERS: //Most effects from here on can be fully mixed without loosing previous effects. Exceptions: Natural Colors, Advanced Cartoon //================ #define BLOOM 1 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define MIKU 0 //Hatsune<3 this is an optional bloom filter for all those pale anime faces which get white otherwise:P tested on Miku in white dress #define samples 3 //Default: 4 /higher = more glow, worse performance #define quality 0.22 //Default: 0.18 /lower = smaller glow, better quality #define Bpower 1.0 //Default: 1.0 /amount of bloom mixed //================ #define COLORED 1 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.5 //Default: 0.5 /strenght of the effect //================ #define NATURALC 0 //ON:1/OFF:0 /by popular demand, natular colors, note: this shader can't be fully mixed with smoothing/sharpening/upscaling effects #define ncpower 0.5 //Default:0.5 / higher =
eFootball Asia 2023 v1.6.3 2026-02-28 Error in shader program link: info: cannot find a matched output for input v_texcoordNC0 cannot find a matched output for input v_texcoordNC1 cannot find a matched output for input v_texcoordNC2 cannot find a matched output for input v_texcoordNC3 fs: postshader //Note : Recommend to use PPSSPP v1.1.1-183-gb411fc0 or newer for full functionality, there were some bugs in earlier versions. //Note2 : Upscaling, smoothing and sharpening filters are not set to be mixed between each other since the results are pointless(they counter each other). // Only last one applies, so pick just one of them, mess around with it's settings and add other effects as needed. //====================================================================================================================================================================== //SMOOTHING FILTERS: //If you love smooth graphics ~ those are also great for downscaling - to do that, you need to use higher rendering res than your display res //================ #define FXAA 0 //ON:1/OFF:0 /default FXAA, orginal info below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering #define Gsmoothing 3.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 1 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ //SHARPENING FILTERS: //if you need very sharp image, add lots of aliasing //================ #define SHARPEN 1 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 8.5 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 0 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ //UPSCALING FILTERS: //To use those, you have to set rendering res to smaller than window/display size(x1 for best results) and screen scaling filter to "nearest" //Starting from v1.1.1-28-g70e9979 you can also add Upscaling=True to ini file(check example) to do it automatically //================ #define xBR 0 //ON:1/OFF:0 /5xBR upscale, nice for 2D games especially those that might be buggy with higher rendering res, initially made by Hyllian - license below #define VariantB 1 //ON:1/OFF:0 /slightly less effect on fonts, dots and other small details //================ #define xHQ 1 //ON:1/OFF:0 same as 4xHQ in PPSSPP, but actually using output resolution #define scaleoffset 0.5 //Default: 0.75 /you can tweek it between 0.5 and 1.0, Note: to little = no effect, to high = ugliness //================ //OTHER FILTERS: //Most effects from here on can be fully mixed without loosing previous effects. Exceptions: Natural Colors, Advanced Cartoon //================ #define BLOOM 1 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define MIKU 0 //Hatsune<3 this is an optional bloom filter for all those pale anime faces which get white otherwise:P tested on Miku in white dress #define samples 3 //Default: 4 /higher = more glow, worse performance #define quality 0.22 //Default: 0.18 /lower = smaller glow, better quality #define Bpower 1.0 //Default: 1.0 /amount of bloom mixed //================ #define COLORED 1 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.5 //Default: 0.5 /strenght of the effect //================ #define NATURALC 0 //ON:1/OFF:0 /by popular demand, natular colors, note: this shader can't be fully mixed with smoothing/sharpening/upscaling effects #define ncpower 0.5 //Default:0.5 / higher =
ナルティメットアクセル3 v1.17.1 2026-02-28 00000000=sceUtilityScreenshotInitStart(09a73d98)
EA v1.10.3 2026-02-28 ReadFromHardware: Invalid address 00000008 near PC 0887c84c LR 0887c664
NARUTO SHIPPUDEN: Ultimate Ninja Impact v1.18.1 2026-02-28 WriteToHardware: Invalid address 000007bf near PC 08821550 LR 08821550
EA SPORTS FC26 BY ElvieP v1.10.3 2026-02-28 GL ran out of GPU memory; switching to low memory mode
eFootball JOELAND v1.11.3 2026-02-28 Unknown GetPointer 00000000 PC 08220f54 LR 08220f4c
PANGYA : Fantasy Golf v1.9.4 2026-02-28 Branch in RSRTComp delay slot at 088ffb6c in block starting at 088ffb68
真・三國無双5 Empires v1.9.0 2026-02-28 WriteToHardware: Invalid address 00000000 near PC 09eb70f4 LR 09eb70f4
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e95c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e958 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e950 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e960 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e990 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9a4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e994 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e998 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9cc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9bc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e92c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e938 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e98c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9e4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9d4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e908 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9e8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9e0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e968 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9f8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9ec in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e94c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e974 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9fc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9f4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e934 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9d0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e964 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e910 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9f0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e970 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e91c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e96c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e980 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e978 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e948 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e988 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e914 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e884 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e904 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9dc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e918 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e928 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9a8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9c0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9ac in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9b0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9a0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e984 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e940 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e97c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9d8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e944 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e99c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9b8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e920 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9c8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e90c in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e898 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8ac in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8fc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9c4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8f8 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e954 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8f4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e930 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e924 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8a0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8e4 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8bc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8b0 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8dc in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e894 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e8ec in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e890 in block starting at 09c9e880
eFootball Euro y Copa America By T. Bendezu v1.19.3 2026-02-28 Branch in Jump delay slot at 09c9e9b4 in block starting at 09c9e880