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 |
eFootball eCanizo |
v1.10 |
2025-05-18 |
sceDmacMemcpy(dest=092ed040, src=086ce900, size=1251072): overlapping read |
eFootball eCanizo |
v1.10.3 |
2025-06-30 |
80630006=sceAtracSetDataAndGetID(09a25200, 00001000): invalid RIFF header |
eFootball eCanizo |
v1.18.1 |
2025-05-16 |
Branch in branch delay slot at 08000024 with different target |
eFootball eCanizo |
v1.18.1 |
2025-03-30 |
Error in shader compilation: info: 0:5: P0007: Extension directive must occur before any non-preprocessor tokens
0:18: L0002: No matching function for call to 'fwidth'
0:19: L0002: Undeclared variable 'boxSize'
0:20: L0002: Undeclared variable 'boxSize'
0:21: L0002: Undeclared variable 'txOffset'
postshader
#ifdef GL_ES
precision mediump float;
#endif
#ifdef GL_ES
#extension GL_OES_standard_derivatives : enable
precision mediump float;
precision mediump int;
#endif
uniform sampler2D sampler0;
varying vec2 v_position;
uniform vec2 u_texelDelta; // (1.0 / bufferWidth, 1.0 / bufferHeight)
uniform vec2 u_pixelDelta; // (1.0 / targetWidth, 1.0 / targetHeight)
// Returns pixel sharpened to nearest pixel boundary.
vec2 sharpSample(vec4 texSize, vec2 coord) {
vec2 boxSize = clamp(fwidth(coord) * texSize.zw, 1e-5, 1.0);
coord = coord * texSize.zw - 0.5 * boxSize;
vec2 txOffset = smoothstep(vec2(1.0) - boxSize, vec2(1.0), fract(coord));
return (floor(coord) + 0.5 + txOffset) * texSize.xy;
}
void main() {
vec2 sharpPos = sharpSample(vec4(u_texelDelta, 1.0 / u_texelDelta), v_position);
vec4 color = texture2D(sampler0, sharpPos);
gl_FragColor = color;
}
|
eFootball eCanizo |
v1.16.6 |
2025-03-18 |
__KernelStopThread: thread 359 does not exist (helper deleted) |
eFootball eCanizo |
v1.16.6 |
2025-03-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
eFootball eCanizo |
v1.16.6 |
2025-03-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
eFootball eCanizo |
v1.16.6 |
2025-02-13 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
eFootball eCanizo |
v1.17.1 |
2025-02-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
eFootball eCanizo |
v1.17.1 |
2025-02-04 |
Unimplemented HLE function sceKernelDcacheWritebackAll |
eFootball eCanizo |
v1.18.1 |
2025-02-03 |
Unknown GetPointer 2c5bb582 PC 0884d5b0 LR 0884d7d4 |
eFootball eCanizo |
v1.18.1 |
2025-01-25 |
Unknown GetPointerWrite 00000000 PC 0882bbf4 LR 088113dc |
eFootball eCanizo |
v1.18.1 |
2025-01-24 |
Unknown GetPointer 000d0000 PC 0884a918 LR 0884a938 |
eFootball eCanizo |
v1.13.2 |
2025-01-22 |
Unknown GetPointer f7c9631b PC 08815f88 LR 08815fd4 |
eFootball eCanizo |
v1.9.4 |
2025-05-13 |
Unknown GetPointer 00000000 PC 08a1b7b0 LR 08000030 |
eFootball eCanizo |
v1.16.6 |
2025-04-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
eFootball eCanizo |
v1.16.6 |
2025-04-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
eFootball eCanizo |
v1.18.1 |
2025-05-02 |
Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8 |
eFootball eCanizo |
v1.16.6 |
2025-03-11 |
sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read |
eFootball eCanizo |
v1.18.1 |
2024-12-18 |
Unknown GetPointerWrite 00000000 PC 08824cf4 LR 088113dc |
eFootball eCanizo |
v1.16.6 |
2025-02-13 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
eFootball eCanizo |
v1.14.4 |
2024-12-13 |
Replacement rowPitch=256, but w=6928 (level=0) |
eFootball eCanizo |
v1.9.4 |
2025-07-03 |
sceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read |
eFootball eCanizo |
v1.9.4 |
2025-01-16 |
Unknown GetPointer 00000000 PC 08815f0c LR 08000020 |
eFootball eCanizo |
v1.9.4 |
2025-06-13 |
80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16) |
eFootball eCanizo |
v1.11 |
2025-05-31 |
Unknown GetPointer 00000000 PC 088287f0 LR 08828800 |
eFootball eCanizo |
v1.18.1 |
2024-11-26 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
eFootball eCanizo |
v1.18.1 |
2025-06-06 |
sceNetAdhocMatchingInit(32768) at 08a719b8 |
eFootball eCanizo |
v1.18.1 |
2025-05-04 |
Unknown GetPointerWrite 00000000 PC 088287f0 LR 08828800 |
eFootball eCanizo |
v1.18.1 |
2024-12-01 |
Unknown GetPointerWrite 00000000 PC 08816154 LR 0881615c |
eFootball eCanizo |
v1.9.4 |
2025-03-01 |
Game install with no files / data |
eFootball eCanizo |
v1.18.1 |
2024-12-18 |
Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc |
eFootball eCanizo |
v1.17.1 |
2024-11-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
eFootball eCanizo |
v1.17.1 |
2024-11-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1 |
eFootball eCanizo |
v1.17.1 |
2024-10-31 |
807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000 |
eFootball eCanizo |
v1.17.1 |
2024-10-31 |
sceMp3Init: invalid data: not layer 3 |
eFootball eCanizo |
v1.18.1 |
2025-06-12 |
Unknown GetPointer 00000000 PC 0884a918 LR 0884a938 |
eFootball eCanizo |
v1.9.4 |
2025-07-06 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
eFootball eCanizo |
v1.18.1 |
2025-06-29 |
Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4 |
eFootball eCanizo |
v1.18.1 |
2025-06-29 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball eCanizo |
v1.9.4 |
2025-07-06 |
Savedata version requested: 3 |
eFootball eCanizo |
v1.9.4 |
2025-07-04 |
Unknown GetPointer 00000000 PC 08816148 LR 0881615c |
eFootball eCanizo |
v1.9.4 |
2025-07-05 |
Savedata version requested on save: 3 |