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
エクシズ・フォルス v1.18 2026-04-21 sceDmacMemcpy(dest=09c150c0, src=08736bc0, size=158084): overlapping read
eFootball FWC C19 v1.20.3 2026-04-21 PerformMemorySet with invalid range: 041a2980, size 1016087030
eFootball SM - V. v1.7.4 2026-04-21 Branch in RSRTComp delay slot at 0802f18c in block starting at 0802f130
eFootball SM - V. v1.7.4 2026-04-21 Jump to invalid address: 0761d740
eFootball SM - V. v1.7.4 2026-04-21 MIPSCompileOp: Invalid instruction ccb730cc
eFootball SM - V. v1.7.4 2026-04-21 MIPSCompileOp: Invalid instruction 00000001
eFootball SM - V. v1.7.4 2026-04-21 MIPSCompileOp: Invalid instruction 000cf5ff
eFootball SM - V. v1.7.4 2026-04-21 Jump to invalid address: 074542c0
eFootball SM - V. v1.7.4 2026-04-21 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0887bb3c
eFootball SM - V. v1.7.4 2026-04-21 WriteToHardware: Invalid address 00001764 near PC 0001001c LR 0887bb3c
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 0010007b
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 775f6174
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 00160045
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 000f007a
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 0012007d
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 746e6166
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 000a0075
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 000c0077
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 000d0078
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 000e0079
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 73697361
eFootball Lop - Play v1.9.4 2026-04-21 Branch in JumpReg delay slot at 09127a7c in block starting at 09125568
eFootball Lop - Play v1.9.4 2026-04-21 Jump to invalid address: 02f98e80
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 0013007e
eFootball Lop - Play v1.9.4 2026-04-21 Jump to invalid address: 0349e000
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 0011007c
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction 000003fc
eFootball Lop - Play v1.9.4 2026-04-21 Jump to invalid address: 034b3a00
eFootball Lop - Play v1.9.4 2026-04-21 Jump to invalid address: 02f98000
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction ecbce7c3
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction efff7c00
eFootball Lop - Play v1.9.4 2026-04-21 Jump to invalid address: 030b2e00
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction ecc61000
eFootball Lop - Play v1.9.4 2026-04-21 MIPSCompileOp: Invalid instruction ecbd60ed
Tomb Raider: Legend™ v1.7.4 2026-04-21 sceDmacMemcpy(dest=041a5400, src=09976760, size=5120): overlapping read
頭文字D STREET STAGE v1.17.1 2026-04-21 Unaligned icache invalidation of 088bffb8 (088bffb8 + 0) at PC=09efa37c
eFootball SAN JOE v1.20.3 2026-04-21 PerformMemorySet with invalid range: 041b0800, size -16
PES eFOOTBALL 2026 JRplay v1.7.5 2026-04-21 ReadFromHardware: Invalid address 61724710 near PC 61724710 LR 08000018
Toy Story 3 v1.20.3 2026-04-21 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10190000:0040d002 Tex TexProj FragUber TFuncMod AlphaTest > TestDiscardToZero #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: PowerVR Rogue GE8320 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10190000:0040d002 Tex TexProj FragUber TFuncMod AlphaTest > TestDiscardToZero uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform uint u_alphacolorref; uniform uint u_alphacolormask; in lowp vec4 v_color0; in highp float v_fogdepth; in highp vec3 v_texcoord; int roundAndScaleTo255i(in float x) { return int(floor(x * 255.0 + 0.5)); } out vec4 fragColor0; void main() { vec4 t = textureProj(tex, v_texcoord); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb *= u_texNoAlphaMul.y; if ((roundAndScaleTo255i(v.a) & int(u_alphacolormask >> 0x18u)) <= int(u_alphacolorref >> 0x18u)) v.a = 0.0; fragColor0 = v; } vs: 00000000:0001000a THR C TexProjPos UVMtx
Assassin's Creed: Bloodlines™ v1.20.3 2026-04-21 UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09bd4d84, 4, 00000000, 0)
Assassin's Creed: Bloodlines™ v1.20.3 2026-04-21 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09bd4d84, 4, 00000000, 0)
GRIPSHIFT™ v1.19.1 2026-04-21 sceKernelCreateThread(name=sceNetAdhocctl_Library): unsupported attributes 00000006, ignoring
GRIPSHIFT™ v1.19.1 2026-04-21 sceKernelCreateThread(name=sceNetAdhoc_Library): unsupported attributes 00000006, ignoring
GRIPSHIFT™ v1.19.1 2026-04-21 sceKernelCreateThread(name=sceNet_Library): unsupported attributes 00000006, ignoring
GRIPSHIFT™ v1.19.1 2026-04-21 sceKernelCreateThread(name=sceATRAC3plus_Library): unsupported attributes 00000006, ignoring
MONSTER HUNTER FREEDOM UNITE™ v1.14.4 2026-04-21 sceDmacMemcpy(dest=0414e000, src=09500010, size=218704): overlapping read
eFootball 2025 By Komo Valeri v1.11.3 2026-04-21 Unknown GetPointer 00000000 PC 08a1b7b0 LR 08000030
eFootball PC - V. v1.17.1 2026-04-21 Normal projection mapping without normal?
eFootball Lop - Play v1.10.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520
eFootball Lop - Play v1.10.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-04-21 Branch in branch delay slot at 08b4e8d0 with different target
LittleBigPlanet™ v1.20.3 2026-04-21 __KernelStopThread: thread 2806 does not exist (ApctlThread stopped)
LittleBigPlanet™ v1.20.3 2026-04-21 __KernelStopThread: thread 2806 does not exist (ApctlThread deleted)
Tomb Raider: Legend™ v1.7.4 2026-04-21 sceDmacMemcpy(dest=041b7000, src=094db5a0, size=5120): overlapping read
eFootball JOELAND v1.17.1 2026-04-21 Unknown GetPointer 00000000 PC 0881c2e0 LR 0881c2e8
God of War®: Ghost of Sparta v1.20.3 2026-04-21 Imm vertex used clip value, flags=772000
Silent Hill: Shattered Memories v1.18.1 2026-04-21 __KernelStopThread: thread 2673 does not exist (helper deleted)
eFootball PES 2021 By TM ARTS v1.16.6 2026-04-21 Unknown GetPointer 00000020 PC 08815fb4 LR 08815fbc
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 147069000
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146129136
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146120776
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143597400
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167770768
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145510224
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147037508
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
BURNOUT DOMINATOR v1.12.3 2026-04-21 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 10
Tomb Raider: Legend™ v1.7.4 2026-04-21 sceDmacMemcpy(dest=041b2800, src=0966d130, size=9216): overlapping read
MONSTER HUNTER FREEDOM UNITE™ v1.14.4 2026-04-21 sceDmacMemcpy(dest=0414e000, src=09532890, size=221936): overlapping read
Tomb Raider: Legend™ v1.7.4 2026-04-21 sceDmacMemcpy(dest=0419e400, src=09a11030, size=5120): overlapping read
SBK®09 Superbike World Championship v1.16.6 2026-04-21 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 092200c0): duplicate handler
SBK®09 Superbike World Championship v1.16.6 2026-04-21 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 096d6c30): duplicate handler
SBK®09 Superbike World Championship v1.16.6 2026-04-21 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08f6f710): duplicate handler
Real Madrid v1.18.1 2026-04-21 Bad VAG samples address? 09ed8b40 / 75600
Tomb Raider: Legend™ v1.7.4 2026-04-21 sceDmacMemcpy(dest=041fac00, src=0959d800, size=5120): overlapping read
Silent Hill: Shattered Memories v1.18.1 2026-04-21 __KernelStopThread: thread 1490 does not exist (helper deleted)
EA-Sports FC PC-V v1.9.4 2026-04-21 Unknown GetPointer 10b43777 PC 0884d5b0 LR 0884d7d4
EA-Sports FC PC-V v1.9.4 2026-04-21 Unknown GetPointer 10b43637 PC 0884d5b0 LR 0884d7d4
eFootball 2025 STAR PATCH v1.20.1 2026-04-21 Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link. fs: 10184000:0001d000 Flat FragUber AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Apple A12 GPU - GLSL 300 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:0001d000 Flat FragUber AlphaTest0 > uniform uint u_alphacolorref; in lowp vec4 v_color0; in mediump float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; if (v.a < 0.002) DISCARD; fragColor0 = v; } vs: 40000000:00000002 THR Flat
eFootball 2025 STAR PATCH v1.20.1 2026-04-21 Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link. fs: 10184000:00000002 Tex Flat FragUber TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Apple A12 GPU - GLSL 300 #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; 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:00000002 THR Flat
eFootball 2025 STAR PATCH v1.20.1 2026-04-21 Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link. fs: 10184000:00000000 Flat FragUber #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Apple A12 GPU - GLSL 300 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:00000000 Flat FragUber in lowp vec4 v_color0; in mediump float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; fragColor0 = v; } vs: 40000000:00000002 THR Flat
eFootball 2025 STAR PATCH v1.20.1 2026-04-21 Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link. fs: 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Apple A12 GPU - GLSL 300 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:0001d002 Tex Flat 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: 40000000:00000002 THR Flat
MONSTER HUNTER FREEDOM UNITE™ v1.18.1 2026-04-20 sceDmacMemcpy(dest=040e4000, src=09133f10, size=17440): overlapping read
MONSTER HUNTER FREEDOM UNITE™ v1.14.4 2026-04-20 sceDmacMemcpy(dest=0414e000, src=0946dfc0, size=204944): overlapping read
WWE 2K25 BY LETSKIMODZ v1.17.1 2026-04-20 80630007=sceAtracSetData(2, 08d4b180, 0000d7e4): atracID uses different codec type than data
eFootball Chelito 19 * BETEGAMING v1.12.3 2026-04-20 80020001=sceKernelCreateMutex(): invalid name
eFootball Lop - Play v1.6.3 2026-04-20 Error in shader program link: info: L0100 GLSL allows exactly two attached shaders (one of each type) per program fs: 00004000:00000022 Tex TexAlpha Flat TFuncMod #version 100 precision lowp float; uniform sampler2D tex; varying vec4 v_color0; varying mediump vec3 v_texcoord; void main() { vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; gl_FragColor = v; } vs: 40000000:00000910 HWX T Tex Flat #version 100 precision highp float; attribute vec3 position; attribute vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; varying lowp vec4 v_color0; varying mediump 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); }
EA SPORTS FC26 v1.20.3 2026-04-20 sceNetAdhocMatchingInit(32768) at 08a719b8
WWE'12 v1.11.3 2026-04-20 ReadFromHardware: Invalid address ccffffff near PC ccffffff LR 08c5247c
eFootball Chelito 19 * BETEGAMING v1.20.3 2026-04-20 Branch in Jump delay slot at 08020400 in block starting at 08020020
Medal of Honor Heroes™ v1.20.3 2026-04-20 __KernelStopThread: thread 454 does not exist (ApctlThread stopped)
Medal of Honor Heroes™ v1.20.3 2026-04-20 __KernelStopThread: thread 454 does not exist (ApctlThread deleted)
eFootball Lop - Play v1.11.3 2026-04-20 Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272
GUILTYGEAR XX ΛCORE PLUS v1.9.0 2026-04-20 sceDmacMemcpy(dest=04144000, src=04088000, size=23296): overlapping read
eFootball SM - V. v1.7.4 2026-04-20 Jump to invalid address: 0761c840