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 RB - V. |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| ASPHALT : URBAN GT 2 |
v1.19.3-624-g0332e67ad4 |
2025-09-14 |
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;
}
|
| FIFA 12 |
v1.19.3-624-g0332e67ad4 |
2025-09-15 |
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;
}
|
| MYFP26 ENGLISH |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.19.3-624-g0332e67ad4 |
2025-09-13 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=0000019b, pos=0, access=1, data=2, text=2 |
| eFootball 2025 by MP |
v1.19.3-624-g0332e67ad4 |
2025-09-08 |
Unknown instruction 77770062 at 00010030 |
| eFootball 2025 by MP |
v1.19.3-624-g0332e67ad4 |
2025-09-08 |
Unknown instruction 7404d775 at 00010018 |
| eFootball 2025 by MP |
v1.19.3-624-g0332e67ad4 |
2025-09-08 |
Unknown instruction 72c60280 at 00010004 |
| eFootball 2025 by MP |
v1.19.3-624-g0332e67ad4 |
2025-09-07 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10180000:0001d002 Tex FragUber TFuncMod AlphaTest0 >
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Mali-G52 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10180000:0001d002 Tex FragUber TFuncMod AlphaTest0 >
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform uint u_alphacolorref;
in lowp vec4 v_color0;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 00000000:0000000a THR C
|
| eFootball RB - V. |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball 2026 StaR Patch |
v1.19.3-624-g0332e67ad4 |
2025-12-26 |
Branch in Jump delay slot at 08020400 in block starting at 08020020 |
| eFootball 2026 StaR Patch |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| EA FC 2024 BY SPARTAN JR 11 |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball TM WAR |
v1.19.3-624-g0332e67ad4 |
2025-12-20 |
Savedata version requested: 3 |
| eFootball Lop - Play |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| BETEGAMING12 |
v1.7.4 |
2026-01-08 |
Texture cache ran out of GPU memory; switching to low memory mode |
| eFootball Edicion Mundial de Clubes By T. Bendezu |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball FWC C19 |
v1.19.3-624-g0332e67ad4 |
2025-12-25 |
Game install with no files / data |
| WipEout™ Portable Collection |
v1.19.3-624-g0332e67ad4 |
2026-01-11 |
sceKernelCreateThread(name=SceBase64_Library): unsupported attributes 00000006, ignoring |
| WipEout™ Portable Collection |
v1.19.3-624-g0332e67ad4 |
2026-01-11 |
sceKernelCreateThread(name=sceCert_Loader): unsupported attributes 00000006, ignoring |
| eFootball 2025 by MP |
v1.9.4 |
2025-12-27 |
BREAK instruction hit |
| eFootball 2025 by MP |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| WipEout™ Portable Collection |
v1.9.4 |
2026-01-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00646177, pos=0, access=1, data=1, text=1 |
| WipEout™ Portable Collection |
v1.9.4 |
2026-01-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=08be9d50, pos=0, access=1, data=2, text=2 |
| eFootball RB - V. |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball CESAR - PATCH |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| WWE SmackDown! vs. RAW 2006. |
v1.19.3-846-g6bce0c9ec4 |
2026-01-21 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00000006, ignoring |
| GOD EATER BURST 通常版 |
v1.19.3-965-gbb3e599f4e |
2026-01-18 |
sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006, ignoring |
| GOD EATER BURST 通常版 |
v1.19.3-965-gbb3e599f4e |
2026-01-18 |
sceKernelCreateThread(name=god_menu): unsupported attributes 00000006, ignoring |
| GOD EATER BURST 通常版 |
v1.19.3-965-gbb3e599f4e |
2026-01-18 |
sceKernelCreateThread(name=system): unsupported attributes 00000006, ignoring |
| eFootball 2025 |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball 2025 Betway Premiership By Zamani |
v1.9.4 |
2026-01-20 |
Savedata version requested: 3 |
| eFootball Chelito 19 |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| EFOOTBALL NEW PATCH SEASON 2025.... |
v1.9.4 |
2026-01-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
| eFootball PES 2024 "SN3" |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| EA-Sports FC PC-V |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball PC - V. |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| Medal of Honor Heroes™ 2 |
v1.19.3-624-g0332e67ad4 |
2025-12-20 |
__KernelStopThread: thread 447 does not exist (ApctlThread deleted) |
| Medal of Honor Heroes™ 2 |
v1.19.3-624-g0332e67ad4 |
2025-12-20 |
__KernelStopThread: thread 447 does not exist (ApctlThread stopped) |
| eFootball 2024 By RH12 Official |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball Chelito 19 |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| The Warriors |
v1.19.3-791-g8509e951a7 |
2026-01-21 |
Failed to read valid video stream data from header |
| eFootball Play-C |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball 2024 Beta By Tutoriales Bendezu |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFooTBall Play Cesar Patch |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| ASPHALT : URBAN GT 2 |
v1.19.3-787-g5aa0856280 |
2026-01-21 |
__KernelStopThread: thread 337 does not exist (helper deleted) |
| WWE SmackDown vs. RAW 2010 |
v1.19.3-624-g0332e67ad4 |
2026-01-18 |
Rendering to framebuffer offset at 040cc000 +64x0 (stride 512) |
| WWE SmackDown vs. RAW 2008 |
v1.19.3-787-g5aa0856280 |
2026-01-21 |
Rendering to framebuffer offset at 040cc000 +64x0 (stride 512) |
| God of War: Chains of Olympus |
v1.19.3-624-g0332e67ad4 |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| WWE'12 |
v1.19.3-787-g5aa0856280 |
2026-01-21 |
Rendering to framebuffer offset at 040cc000 +64x0 (stride 512) |
| ASPHALT : URBAN GT 2 |
v1.19.3-624-g0332e67ad4 |
2025-12-14 |
__KernelStopThread: thread 328 does not exist (helper deleted) |
| God of War: Chains of Olympus |
v1.19.3-660-ga240cb2407 |
2026-01-21 |
Rendering to framebuffer offset at 04161800 +64x0 (stride 1024) |
| God of War®: Ghost of Sparta |
v1.19.3-862-g74d6b463b2 |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| God of War®: Ghost of Sparta |
v1.19.3-959-gf44e0505ea |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| God of War®: Ghost of Sparta |
v1.19.3-787-g5aa0856280 |
2026-01-21 |
Rendering to framebuffer offset at 04161800 +64x0 (stride 1024) |
| God of War™: Ghost of Sparta |
v1.19.3-846-g6bce0c9ec4 |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| God of War: Chains of Olympus |
v1.19.3-862-g74d6b463b2 |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| God of War™: Ghost of Sparta |
v1.19.3-959-gf44e0505ea |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| God of War: Chains of Olympus |
v1.19.3-890-gf8c49ccf23 |
2026-01-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
| eFootball Chelito 19 |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| METAL SLUG Anthology |
v1.19.3-787-g5aa0856280 |
2026-01-18 |
sceNetAdhocMatchingInit(32768) at 088e59c8 |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.19.3-787-g5aa0856280 |
2026-01-21 |
sceNetAdhocMatchingInit(32768) at 088119dc |
| eFootball Chelito 19 |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball PES 2021 By GABRIEL |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| eFootball 2022 Tio PES/Usielfriky |
v1.9.4 |
2026-01-21 |
Savedata version requested: 3 |
| Grand Theft Auto: Vice City Stories |
v1.19.3-624-g0332e67ad4 |
2026-01-21 |
Trying to relocate non-loaded section (null) |
| Mortal Kombat: Unchained |
v1.19.3-890-gf8c49ccf23 |
2026-01-21 |
Failed to read valid video stream data from header |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.19.3-787-g5aa0856280 |
2026-01-07 |
Branch in Jump delay slot at 08e22720 in block starting at 08e21dc8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.19.3-787-g5aa0856280 |
2026-01-07 |
Branch in Jump delay slot at 08e22720 in block starting at 08e21d80 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.19.3-787-g5aa0856280 |
2026-01-07 |
Branch in Jump delay slot at 08e21dc0 in block starting at 08e21d80 |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.19.3-624-g0332e67ad4 |
2025-11-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.19.3-624-g0332e67ad4 |
2025-11-01 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2 |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.19.3-624-g0332e67ad4 |
2025-09-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1 |
| WWE SmackDown! vs. RAW 2006. |
v1.9.3-973-g2ba65c831 |
2026-01-21 |
Unimplemented HLE function Kprintf |
| Grand Theft Auto: Vice City Stories |
v1.9.4 |
2026-01-21 |
Trying to relocate non-loaded section (null) |
| Pro Evolution Soccer 2012 |
v1.9.4 |
2026-01-14 |
Savedata version requested: 3 |
| DRAGON BALL SUPER TORNEO DEL PODER FINAL |
v1.9.4 |
2026-01-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
| WWE SmackDown! vs. RAW 2006. |
v1.9.4 |
2026-01-21 |
An uneaten prefix at end of block: 0893bd34 |
| Assassin's Creed: Bloodlines™ |
v1.9.4 |
2026-01-21 |
An uneaten prefix at end of block: 08927ee4 |
| Disney•Pixar UP |
v1.9.4 |
2026-01-16 |
Video out requested, not supported: mode=0 size=0,0 |
| Mortal Kombat: Unchained |
v1.9.4 |
2026-01-21 |
Could not setup streams, unexpected stream count: 13462 |
| Mortal Kombat: Unchained |
v1.9.4 |
2026-01-21 |
Video out requested, not supported: mode=0 size=0,0 |
| SOCOM: U.S. Navy SEALs Fireteam Bravo |
v1.9.4 |
2026-01-21 |
Video out requested, not supported: mode=0 size=0,0 |
| The Simpsons™ Game |
v1.9.4 |
2026-01-21 |
Video out requested, not supported: mode=0 size=0,0 |
| Dante's Inferno™ |
v1.9.4 |
2026-01-21 |
Video out requested, not supported: mode=0 size=0,0 |
| FIFA 07 |
v1.9.4 |
2026-01-20 |
BREAK instruction hit |
| FIFA 07 |
v1.9.4 |
2026-01-20 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09ef26d4, 4, 00000000, 0) |
| FIFA 07 |
v1.9.4 |
2026-01-20 |
UNIMPL sceUtilityLoadUsbModule(1) |
| RESISTANCE® ~報復の刻~ |
v1.9.4 |
2026-01-15 |
sceGeBreak(mode=1, unknown=09ffd5f0): unknown ptr (valid) |
| Formula One 06 |
v1.9.4 |
2026-01-21 |
UNIMPL sceUtilityLoadUsbModule(1) |
| WWE SmackDown! vs. RAW 2006. |
v1.9.4 |
2026-01-21 |
sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid) |
| WWE SmackDown! vs. RAW 2006. |
v1.9.4 |
2026-01-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| WWE SmackDown! vs. RAW 2006. |
v1.9.4 |
2026-01-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| WWE SmackDown vs. RAW 2007 |
v1.9.4 |
2026-01-21 |
sceGeBreak(mode=0, unknown=08b9cc8c): unknown ptr (valid) |
| WWE SmackDown vs. RAW 2008 |
v1.9.4 |
2026-01-21 |
sceGeBreak(mode=0, unknown=08babb84): unknown ptr (valid) |
| WWE SmackDown vs. RAW 2008 |
v1.9.4 |
2026-01-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
| Crash® Mind Over Mutant |
v1.9.4 |
2026-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
| Crash® Mind Over Mutant |
v1.9.4 |
2026-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=1, text=1 |
| Formula One 06 |
v1.9.4 |
2026-01-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000003, pos=0, access=1, data=2, text=2 |
| ブレイドダンサー 千年の約束 |
v1.9.4 |
2025-09-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |