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
SBK®09 Superbike World Championship v1.9.4 2026-05-02 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09056df0): duplicate handler
LittleBigPlanet™ v1.19.3 2026-05-02 __KernelStopThread: thread 1250 does not exist (ApctlThread deleted)
LittleBigPlanet™ v1.19.3 2026-05-02 __KernelStopThread: thread 1250 does not exist (ApctlThread stopped)
EA SPORTS FC26 BY Charly v1.11.3 2026-05-02 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball JOELAND v1.20.3 2026-05-02 Branch in Jump delay slot at 08020400 in block starting at 08020020
eFootball Chelito 19 v1.20.3 2026-05-02 Error in shader program link: info: Link failed because of missing vertex shader. fs: 10184000:00000002 Tex Flat FragUber TFuncMod #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-T820 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:00000002 Tex Flat FragUber TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; flat 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; fragColor0 = v; } vs: 40000000:0000000a THR C Flat
eFootball Chelito 19 v1.20.3 2026-05-02 Error in shader program link: info: Link failed because of missing vertex shader. fs: 10184000:00000000 Flat FragUber #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-T820 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:00000000 Flat FragUber flat in lowp vec4 v_color0; in mediump float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; fragColor0 = v; } vs: 40000000:0000000a THR C Flat
DBZ BUDOKAI TENKAICHI 3 LATINO v1.19.3 2026-05-02 Branch in Jump delay slot at 08a80b1c in block starting at 08a805d0
DBZ BUDOKAI TENKAICHI 3 LATINO v1.19.3 2026-05-02 Branch in Jump delay slot at 08a80a7c in block starting at 08a805d0
DBZ BUDOKAI TENKAICHI 3 LATINO v1.19.3 2026-05-02 Branch in Jump delay slot at 08a80ac0 in block starting at 08a805d0
DBZ BUDOKAI TENKAICHI 3 LATINO v1.19.3 2026-05-02 Branch in Jump delay slot at 08a80a98 in block starting at 08a805d0
EA SPORTS FC26 BY Charly v1.11.3 2026-05-02 Savedata version requested on save: 3
eFootball Lop - Play v1.7.4 2026-05-02 ReadFromHardware: Invalid address ed7de380 near PC ed7de380 LR 08000018
eFootball Lop - Play v1.7.4 2026-05-02 ReadFromHardware: Invalid address 7465520c near PC 7465520c LR 08000018
Grand Theft Auto: Vice City Stories v1.6.3 2026-05-02 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 00000000:00000382 Tex TClampST TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec4 u_texclamp; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; float mymod(float a, float b) { return a - b * floor(a / b); } void main() { vec2 fixedcoord = vec2(clamp(v_texcoord.x, u_texclamp.z, u_texclamp.x - u_texclamp.z), clamp(v_texcoord.y, u_texclamp.w, u_texclamp.y - u_texclamp.w)); vec4 t = texture(tex, fixedcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:00000012 THR Tex #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out highp vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball SM - V. v1.20.3 2026-05-02 PerformMemorySet with invalid range: 041a2980, size 1016087030
NARUTO Shippuden: Ultimate Ninja Heroes 3 v1.20.3 2026-05-02 0=sceUtilityScreenshotInitStart(09a731d8)
eFootball Lop - Play v1.6.3 2026-05-02 Error in shader program link: info: Link Error: Fragment shader is missing. fs: 00000000:0001d022 Tex TexAlpha TFuncMod AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; if (v.a < 0.002) discard; fragColor0 = v; } vs: 00000000:0000001a THR C Tex #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out highp vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Lop - Play v1.6.3 2026-05-02 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 00004000:00000022 Tex TexAlpha Flat TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; flat in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; fragColor0 = v; } vs: 40000000:00000910 HWX T Tex Flat #version 300 es precision highp float; 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; flat out lowp vec4 v_color0; out highp vec3 v_texcoord; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); }
eFootball PC - V. v1.14.1 2026-05-02 UI scissor out of bounds in SavedataScreen: 1480,516-0,92 / 1280,720
eFootball PC - V. v1.14.1 2026-05-02 UI scissor out of bounds in SavedataScreen: 1480,412-0,99 / 1280,720
eFootball PC - V. v1.14.1 2026-05-02 UI scissor out of bounds in SavedataScreen: 1480,204-0,99 / 1280,720
eFootball PC - V. v1.14.1 2026-05-02 UI scissor out of bounds in SavedataScreen: 1480,308-0,99 / 1280,720
eFootball PC - V. v1.14.1 2026-05-02 UI scissor out of bounds in SavedataScreen: 1480,100-0,99 / 1280,720
PES eFOOTBALL 2026 JRplay v1.15.4 2026-05-02 sceDmacMemcpy(dest=092ed040, src=086cd800, size=1255424): overlapping read
eFootball 2026 By Komo Valeri v1.13.2 2026-05-02 sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read
NARUTO Shippuden: Ultimate Ninja Heroes 3 v1.10.3 2026-05-02 __KernelStopThread: thread 887 does not exist
PES eFOOTBALL 2026 JRplay v1.15.4 2026-05-02 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header
Medal of Honor Heroes™ 2 v1.8.0 2026-05-02 Unknown GetPointer 00000000 PC 08a2674c LR 08a2674c
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-05-02 Branch in Jump delay slot at 08e2a6e0 in block starting at 08e29d88
eFootball RB - V. v1.18.1 2026-05-02 Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.20.3 2026-05-02 __KernelStopThread: thread 1154 does not exist (ApctlThread stopped)
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.20.3 2026-05-02 __KernelStopThread: thread 1154 does not exist (ApctlThread deleted)
eFootball SM - V. v1.9.4 2026-05-02 Unimplemented HLE function sceKernelFindModuleByUID
eFootball SM - V. v1.9.4 2026-05-02 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
eFootball SM - V. v1.9.4 2026-05-02 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
ASPHALT : URBAN GT 2 v1.20.3 2026-05-02 __KernelStopThread: thread 536 does not exist (helper deleted)
ASPHALT : URBAN GT 2 v1.20.3 2026-05-02 __KernelStopThread: thread 469 does not exist (helper deleted)
RIDGE RACER v1.13.2 2026-05-02 FBO created from existing depthbuffer as color, 04088000/00000000 and 041bbb80/04088000
Patapon 3 - DxD Edition v1.0 v1.11.2 2026-05-02 WriteToHardware: Invalid address 0008ddc8 near PC 08858f14 LR 08ac3324
ASPHALT : URBAN GT 2 v1.20.3 2026-05-02 __KernelStopThread: thread 449 does not exist (helper deleted)
ASPHALT : URBAN GT 2 v1.20.3 2026-05-02 __KernelStopThread: thread 452 does not exist (helper deleted)
eFootball PC - V. v1.11.3 2026-05-02 Unknown GetPointer 2c5de502 PC 0884d5b0 LR 0884d7d4
Dragon Ball Z: Tenkaichi Tag Team v1.11.3 2026-05-02 Jump to invalid address: 03ff7c60
eFootball Lop - Play v1.9.4 2026-05-02 Unknown GetPointer 10bf5437 PC 0884d5b0 LR 0884d7d4
EA-Sports FC PC-V v1.10.3-1192-g575ae376a 2026-05-02 Error in shader compilation: info: Compile failed. ERROR: 0:3: Syntax error, #endif mismatch WARNING: 0:1:3 '�' is an invalid character. WARNING: 0:1:4 '�' is an invalid character. WARNING: 0:1:7 '�' is an invalid character. 3 compilation warnings. 1 compilation errors. No code generated. thin3d pr:��r:�L_ES precision mediump float; #endif #ifdef GL_ES precision lowp float; #endif #if __VERSION__ >= 130 #define varying in #define gl_FragColor fragColor0 out vec4 fragColor0; #endif varying vec4 oColor0; void main() { gl_FragColor = oColor0; }
eFootball 2026 By Komo Valeri v1.20.3 2026-05-02 SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v2 l3 rate 000f
eFootball 2026 By Komo Valeri v1.20.3 2026-05-02 sceMp3Init: invalid data: not layer 3
UFC® Undisputed™ 2010 v1.18.1 2026-05-02 Unknown GetPointerWrite 00000000 PC 08b07508 LR 08b07520
WWE'12 v1.8.0 2026-05-02 sceDmacMemcpy(dest=04158b20, src=093aedf0, size=65552): overlapping read
遊☆戯☆王 5D's タッグフォース6 v1.15.4 2026-05-02 __KernelStopThread: thread 436 does not exist (helper deleted)
eFootball RB - V. v1.9.4 2026-05-02 Unknown GetPointer 00000012 PC 08872bb4 LR 08872c1c
eFootball PC - V. v1.9.4 2026-05-02 ReadFromHardware: Invalid address de244770 near PC de244770 LR 08000018
WWE'12 v1.18.1 2026-05-02 Unknown GetPointer 1a0f470d PC 08bfbd08 LR 08bfbe04
WWE'12 v1.18.1 2026-05-02 Unknown GetPointerWrite 41c0e803 PC 08bfbde0 LR 08bfbe04
EAFC 26 By Komo Valeri v1.11.3 2026-05-02 WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 08856c34
EAFC 26 By Komo Valeri v1.11.3 2026-05-02 Unknown GetPointer 00000000 PC 08a02a0c LR 0881615c
EAFC 26 By Komo Valeri v1.11.3 2026-05-02 ReadFromHardware: Invalid address 00000043 near PC 08a41b9c LR 08a47b14
EAFC 26 By Komo Valeri v1.11.3 2026-05-02 ReadFromHardware: Invalid address 0000006f near PC 08a3fbbc LR 08a44350
Ben 10 Alien Force™ v1.20.3 2026-05-02 Unexpected mpeg first timestamp: 63408fef6f8 / 6820558993144
Ben 10 Alien Force™ v1.20.3 2026-05-02 Unexpected mpeg first timestamp: 148fef6f8fc / 1413026871548
Ben 10 Alien Force™ v1.20.3 2026-05-02 Unexpected mpeg first timestamp: ff8e6e0ea63 / 17561699805795
Ben 10 Alien Force™ v1.20.3 2026-05-02 Unexpected mpeg first timestamp: ffbf8e6e0ea / 17574887088362
WWE 2K25 V1.00 BY MANIASVR v1.18.1 2026-05-02 80630007=sceAtracSetData(2, 08d4b180, 00010000): atracID uses different codec type than data
Assassin's Creed: Bloodlines™ v1.20.3 2026-05-02 UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09b72344, 4, 00000000, 0)
Assassin's Creed: Bloodlines™ v1.20.3 2026-05-02 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09b72344, 4, 00000000, 0)
WWE 2K26 L.T.I.N V-1 LETSKIMOD™ v1.12.3 2026-05-02 80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data
WWE 2K26 L.T.I.N V-1 LETSKIMOD™ v1.11.1 2026-05-02 80630007=sceAtracSetData(2, 08d13140, 00000aec): atracID uses different codec type than data
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.19.3 2026-05-02 __KernelStopThread: thread 957 does not exist (ApctlThread deleted)
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.19.3 2026-05-02 __KernelStopThread: thread 957 does not exist (ApctlThread stopped)
EA SPORTS FC26 BY Charly v1.20.3 2026-05-02 sceNetAdhocMatchingInit(32768) at 08a719b8
Prince of Persia The Forgotten Sands™ v1.10.3 2026-05-02 UNIMPL sceIoDevctl("usbpspcm:", 03415002, 095d38fc, 4, 00000000, 0)
Prince of Persia The Forgotten Sands™ v1.10.3 2026-05-02 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 095d38fc, 4, 00000000, 0)
RIDGE RACER v1.13.2 2026-05-02 FBO created from existing depthbuffer as color, 04088000/00000000 and 041e1140/04088000
eFootball Chelito 19 v1.11.3 2026-05-02 Savedata version requested: 3
AFCON 2025 MOROCCO v1.11.3 2026-05-02 Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8
RIDGE RACER v1.13.2 2026-05-02 FBO created from existing depthbuffer as color, 04088000/00000000 and 041e5540/04088000
eFootball Chelito 19 v1.11.3 2026-05-02 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
GTA: Liberty City Stories v1.17.1-62d9abf 2026-05-01 Unknown GE command : 35b70051
eFootball Chelito 19 v1.11.3 2026-05-02 Savedata version requested on save: 3
eFootball Chelito 19 * BETEGAMING v1.17.1-334-g1786a4ddb 2026-05-01 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a41cc4
EFOOTBALL 26 PPSSPP BY SPARTAN v1.18.1 2026-05-02 Unknown GetPointer 00000008 PC 08a0a208 LR 08a01a10
WWE 2K25 V1.00 BY MANIASVR v1.9.4 2026-05-01 Bad vertex address 00005d08!
WWE 2K25 V1.00 BY MANIASVR v1.9.4 2026-05-01 Bad vertex address 00004fb0!
WWE 2K25 V1.00 BY MANIASVR v1.9.4 2026-05-01 Bad vertex address 00005730!
WWE 2K25 V1.00 BY MANIASVR v1.9.4 2026-05-01 Bad vertex address 00004170!
WWE 2K25 V1.00 BY MANIASVR v1.9.4 2026-05-01 Bad vertex address 00002ca0!
eFootball 2026 DEMOU v1.11.3 2026-05-01 Jump to invalid address: 0775b000
eFootball 2026 DEMOU v1.11.3 2026-05-01 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0887bb3c
eFootball 2026 DEMOU v1.11.3 2026-05-01 Unknown GetPointer 00000000 PC 08871374 LR 0887138c
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0911d6a0): duplicate handler
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09021bb0): duplicate handler
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09081430): duplicate handler
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09081030): duplicate handler
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0905be30): duplicate handler
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 090106c0): duplicate handler
SBK®09 Superbike World Championship v1.9.4 2026-05-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08e9b9f0): duplicate handler
eFootball Lop - Play v1.11.3 2026-05-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408
eFootball Lop - Play v1.11.3 2026-05-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024
eFootball Lop - Play v1.11.3 2026-05-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872