Recent logs - v1.12.2

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
MLB 08 The Show ™ v1.12.2 2026-06-22 scePsmfPlayerSetPsmf*: incorrect PSMF magic (457b06f0), bad data
MLB 08 The Show ™ v1.12.2 2026-06-21 scePsmfPlayerSetPsmf*: incorrect PSMF magic (a02d859b), bad data
eFootball WORLD CUP 2026 ST PATCH v1.12.2 2026-06-24 Savedata version requested on save: 3
eFootball 2026 By Komo Valeri v1.9.4 2026-06-23 Savedata version requested: 3
PGL PSP 2025/26 v1.9.4 2026-06-23 Savedata version requested: 3
MLB 08 The Show ™ v1.12.2 2026-05-09 scePsmfPlayerSetPsmf*: incorrect PSMF magic (cfbf67d6), bad data
MLB 08 The Show ™ v1.12.2 2026-05-09 scePsmfPlayerSetPsmf*: incorrect PSMF magic (f688cb7c), bad data
MLB 08 The Show ™ v1.12.2 2026-05-09 scePsmfPlayerSetPsmf*: incorrect PSMF magic (2cec0da0), bad data
MLB 08 The Show ™ v1.12.2 2026-05-09 scePsmfPlayerSetPsmf*: incorrect PSMF magic (87180f23), bad data
MLB 08 The Show ™ v1.12.2 2026-05-03 scePsmfPlayerSetPsmf*: incorrect PSMF magic (8dcc52fc), bad data
WWE'12 v1.12.2 2026-04-28 sceDmacMemcpy(dest=0417f230, src=096cee60, size=65552): overlapping read
eFootball PC - V. v1.12.2 2026-04-27 ReadFromHardware: Invalid address ffff4438 near PC ffff4438 LR 08a3e7dc
eFootball JOELAND v1.12.2 2026-04-23 Unknown GetPointer 00000000 PC 0881c428 LR 0881c438
EA SPORTS FC26 v1.9.4 2026-06-22 Savedata version requested on save: 3
EA SPORTS FC26 v1.9.4 2026-06-23 Savedata version requested: 3
eFootball SAN JOE v1.12.2 2026-04-13 Unknown GetPointer 00000000 PC 08a8912c LR 08a89150
eFootball SAN JOE v1.12.2 2026-04-13 UNIMPL sceMpegAvcResourceGetAvcEsBuf(deadbeef)
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 76666666
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 76768676
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 76767686
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 06787676
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 76767671
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 7676767f
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 00000078
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 76767676
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 78767676
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 76767100
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 000009fd
eFootball Lop - Play v1.12.2 2026-04-04 ReadFromHardware: Invalid address fffffe30 near PC 08023d58 LR 08000020
eFootball Lop - Play v1.12.2 2026-04-04 MIPSCompileOp: Invalid instruction 05fe2000
eFootball Lop - Play v1.12.2 2026-03-30 __KernelStopThread: thread 359 does not exist
DRAGON BALL Z SHIN BUDOKAI 2 v1.12.2 2026-03-26 Ignoring possible texturing from framebuffer at 041a0000 +192x256 / 256x272
PES 2014 v1.12.2 2026-04-23 Error in shader program link: info: (unknown reason) fs: 00004000:0021d022 Tex TexAlpha Fog Flat TFuncMod AlphaTest0 > #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G57 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; flat in lowp vec4 v_color0; uniform vec3 u_fogcolor; 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; vec4 v = p * t; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if (v.a < 0.002) DISCARD; fragColor0 = v; } vs: 40000000:00000934 HWX T Fog Tex Flat Cull #version 320 es // Mali-G57 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; vec3 projPos = outPos.xyz / outPos.w; if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; }
eFootball PC - V. v1.12.2 2026-02-25 Error in shader program link: info: (unknown reason) fs: 00004000:0001d000 Flat AlphaTest0 > #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G57 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D testtex; flat in lowp vec4 v_color0; out vec4 fragColor0; void main() { vec4 v = v_color0 ; if (v.a < 0.002) DISCARD; fragColor0 = v; } vs: 40000000:00000002 THR Flat #version 320 es // Mali-G57 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; }
eFootball JOELAND v1.9.4 2026-06-22 Savedata version requested on save: 3
eFootball JOELAND v1.9.4 2026-06-22 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball Lop - Play v1.16.1 2026-04-04 MIPSCompileOp: Invalid instruction 000006ff
EFOOTBALL 26 PPSSPP BY SPARTAN v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
EFOOTBALL 26 PPSSPP BY SPARTAN v1.9.4 2026-06-23 Savedata version requested on save: 3
eFootball SAN JOE v1.12.2 2026-02-02 sceDmacMemcpy(dest=08701400, src=040cc000, size=1043456): overlapping read
EFOOTBALL 26 PPSSPP BY SPARTAN v1.9.4 2026-06-24 Savedata version requested: 3
EA-Sports FC PC-V v1.12.2 2026-02-01 80630007=sceAtracSetData(2, 08d4b180, 00018700): atracID uses different codec type than data
eFootball RB - V. v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball RB - V. v1.9.4 2026-06-23 Savedata version requested on save: 3
eFootball RB - V. v1.9.4 2026-06-24 Savedata version requested: 3
Game Sepak Bola PPSSPP v1.9.4 2026-06-23 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
Game Sepak Bola PPSSPP v1.9.4 2026-06-23 Savedata version requested on save: 3
Game Sepak Bola PPSSPP v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
Pursuit Force v1.12.2 2026-01-18 __KernelStopThread: thread 370 does not exist
EA v1.9.4 2026-06-21 MIPSCompileOp: Invalid instruction 621d8c98
EA v1.9.4 2026-06-21 MIPSCompileOp: Invalid instruction 4e55864d
Def Jam® Fight For NY™: The Takeover v1.12.2 2026-01-15 sceDmacMemcpy(dest=09b64780, src=08400000, size=17792): overlapping read
Pursuit Force v1.12.2 2026-01-14 __KernelStopThread: thread 355 does not exist
eFootball JOELAND v1.9.4 2026-06-23 Unimplemented HLE function sceKernelDcacheWritebackAll
Game Sepak Bola PPSSPP v1.9.4 2026-06-24 Savedata version requested: 3
Gladiator Begins v1.12.2 2026-01-11 __KernelStopThread: thread 423 does not exist
Def Jam® Fight For NY™: The Takeover v1.12.2 2026-01-10 sceDmacMemcpy(dest=0978da80, src=08400000, size=17792): overlapping read
eFootball JOELAND v1.9.4 2026-06-23 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball JOELAND v1.9.4 2026-06-23 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header
Pro Evolution Soccer 2012 by HDX GAMES v1.12.2 2026-06-14 Savedata version requested on save: 3
Dragon Ball Z: Tenkaichi Tag Team v1.12.2 2025-12-31 Unknown GE command : fa57c002
eFootball JOELAND v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball JOELAND v1.9.4 2026-06-24 Savedata version requested: 3
eFootball JOELAND v1.9.4 2026-06-23 Savedata version requested on save: 3
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.12.2 2025-12-28 sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2
PES eFOOTBALL 2026 JRplay v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 088287e0 LR 088287f0
Pro Evolution Soccer 2012 by HDX GAMES v1.20.4 2026-06-14 Savedata version requested: 3
PES15 Campeones Definitivos TEAMBYD v1.9.4 2026-06-23 Savedata version requested on save: 3
PES15 Campeones Definitivos TEAMBYD v1.9.4 2026-06-23 Savedata version requested: 3
PES eFOOTBALL 2026 JRplay v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816130 LR 08816144
PES eFOOTBALL 2026 JRplay v1.9.4 2026-06-24 Savedata version requested on save: 3
PES eFOOTBALL 2026 JRplay v1.9.4 2026-06-24 Savedata version requested: 3
EA v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
EA v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 088287f0 LR 08828800
EA v1.9.4 2026-06-24 Savedata version requested: 3
EA v1.9.4 2026-06-24 Savedata version requested on save: 3
eFootball Chelito 19 * BETEGAMING v1.9.4 2026-06-24 Savedata version requested: 3
eFootball SAN JOE v1.9.4 2026-06-23 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball Chelito 19 v1.12.2 2025-12-05 Invalid VFPU swizzle: 000000b1: 1 / 1 at PC = 089ba584 (vsrt1.s S231, S000)
eFootball Chelito 19 v1.12.2 2025-12-03 MIPSCompileOp: Invalid instruction b04300ff
eFootball SAN JOE v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 088287f0 LR 08828800
eFootball SAN JOE v1.9.4 2026-06-23 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball SAN JOE v1.9.4 2026-06-23 Savedata version requested on save: 3
eFootball SAN JOE v1.9.4 2026-06-23 Savedata version requested: 3
eFootball 2026 DEMOU v1.9.4 2026-06-23 Savedata version requested: 3
eFootball 2026 DEMOU v1.9.4 2026-06-23 Savedata version requested on save: 3
eFootball PC - V. v1.12.2 2025-11-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
eFootball Lop - Play v1.9.4 2026-06-23 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): fmt definition too small (16)
PES 2015 v1.9.4 2026-03-02 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
PES 2015 v1.9.4 2026-05-18 Savedata version requested on save: 3
eFootball Lop - Play v1.9.4 2026-06-24 MIPSCompileOp: Invalid instruction 46800499
eFootball Lop - Play v1.12.2 2026-06-07 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 149356544
eFootball Lop - Play v1.12.2 2026-06-07 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 149518448
eFootball Lop - Play v1.12.2 2026-06-07 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151465432
WWE 2K25 V1.00 BY MANIASVR v1.9.4 2026-06-23 sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid)
EA-Sports FC PC-V v1.9.4 2026-06-23 MIPSCompileOp: Invalid instruction 46800499
EA-Sports FC Lop-Play v1.9.4 2026-06-06 Unknown GetPointer ffffffe8 PC 08828258 LR 08828298
eFootball RB - V. v1.9.4 2026-06-23 sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read
eFootball PC - V. v1.12.2 2026-05-11 Unknown GetPointer 1774f3a6 PC 0888d3fc LR 0888d40c
EAFC 26 By Komo Valeri v1.9.4 2026-06-22 Savedata version requested: 3