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
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 Branch in Jump delay slot at 085dbf50 in block starting at 085db070
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 ReadFromHardware: Invalid address 00003fff near PC 085dbf08 LR 08000020
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 Jump to invalid address: 0176fb40
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 Branch in Jump delay slot at 085dbf50 in block starting at 085d0020
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 Jump to invalid address: 0176fb20
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 Jump to invalid address: 00000080
eFootball Edicion Mundial de Clubes By T. Bendezu v1.9.4 2025-09-06 MIPSCompileOp: Invalid instruction 00007ffe
Twisted Metal: Head-On v1.18.1 2025-09-06 __KernelStopThread: thread 571 does not exist (helper deleted)
Twisted Metal: Head-On v1.18.1 2025-09-06 WriteToHardware: Invalid address 24c8630d near PC 089c7a00 LR 089c7afc
Midnight Club: L.A. Remix® v1.19.1 2025-09-06 Error in shader program link: info: Link failed because of missing vertex shader. fs: 10180000:00000002 Tex FragUber TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Mali-G52 MC2 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:00000002 Tex 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: 00000000:00000028 C Cull
Twisted Metal: Head-On v1.18.1 2025-09-06 __KernelStopThread: thread 521 does not exist (helper deleted)
Tomb Raider : Legend v1.18.1 2025-09-06 sceDmacMemcpy(dest=041b6000, src=09913fd0, size=8192): overlapping read
イレギュラーハンターX v1.18 2025-09-06 sceDmacMemcpy(dest=04000000, src=0952e5f0, size=557056): overlapping read
MTV1.1.1 MAX. MG 2025 v1.10.3 2025-09-06 Unknown GetPointer 00000000 PC 08815ef4 LR 08000020
SBK®08 Superbike World Championship v1.18.1 2025-09-06 sceKernelRegisterSubIntrHandler(30, 0, 089c90fc, 093525f0): duplicate handler
Tomb Raider: Anniversary™ v1.15.4 2025-09-06 sceDmacMemcpy(dest=041ad800, src=097362c0, size=9216): overlapping read
SBK®08 Superbike World Championship v1.18.1 2025-09-06 sceKernelRegisterSubIntrHandler(30, 0, 089c90fc, 09729740): duplicate handler
The Simpsons™ Game v1.13.2 2025-09-06 Trying to relocate non-loaded section (null)
Game Contents Line up v1.13.2 2025-09-06 __KernelStopThread: thread 309 does not exist
Game Contents Line up v1.13.2 2025-09-06 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918352
Game Contents Line up v1.13.2 2025-09-06 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=1, text=1
Need For Speed™ Underground Rivals v1.13.2 2025-09-06 Trying to relocate non-loaded section .debug_pubnames, ignoring
Need For Speed™ Underground Rivals v1.13.2 2025-09-06 Trying to relocate non-loaded section .debug_aranges, ignoring
Street Riders v1.18.1-1309-gecbbadd604 2025-09-06 __KernelStopThread: thread 514 does not exist (helper deleted)
Dragon Ball Z: Tenkaichi BT4 Latina v1.18.1 2025-09-06 WriteToHardware: Invalid address ad9732fc near PC 0880dcc8 LR 0880dcc8
eFootball 2025 v1.13.1 2025-09-06 ReadFromHardware: Invalid address 139871b8 near PC 08849a4c LR 08849a58
Dragon Ball Z: Tenkaichi BT4 Latina v1.18.1 2025-09-06 ReadFromHardware: Invalid address 00000040 near PC 089e65bc LR 089e65ac
eFootball PES 2021 By GABRIEL v1.19.3 2025-09-06 Error in shader program link: info: Link failed because of missing fragment shader. fs: 10184000:0021d002 Tex Fog Flat FragUber TFuncMod AlphaTest0 > vs: 40000000:00000920 HWX T Flat Cull #version 320 es // Driver: Mali-G57 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 40000000:00000920 HWX T Flat Cull 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_depthRange; 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 = normalizeOr001(mul(vec4(0.0, 0.0, 1.0, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); vec4 ambientColor = u_matambientalpha; 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; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; }
eFootball Chelito 19 v1.11.3 2025-09-06 Unknown GetPointer 00000000 PC 0887cb9c LR 0887c664
LittleBigPlanet™ v1.18.1-353-gcc9a25cffa 2025-09-06 __KernelStopThread: thread 2150 does not exist (ApctlThread stopped)
LittleBigPlanet™ v1.18.1-353-gcc9a25cffa 2025-09-06 __KernelStopThread: thread 2150 does not exist (ApctlThread deleted)
PES 2014 v1.10.3 2025-09-06 MIPSCompileOp: Invalid instruction 65ea0540
PES 2014 v1.10.3 2025-09-06 Jump to invalid address: 0753aa40
MONSTER HUNTER FREEDOM™ 2 v1.18.1 2025-09-06 sceDmacMemcpy(dest=0414e000, src=0941e940, size=222096): overlapping read
METAL GEAR SOLID PEACE WALKER v1.19.3 2025-09-06 UNTESTED sceHttpCreateTemplate(MGSPW__ULES01372, 1, 1)
MotorStorm®: Arctic Edge v1.18.1 2025-09-06 __KernelStopThread: thread 3668 does not exist (ApctlThread stopped)
MotorStorm®: Arctic Edge v1.18.1 2025-09-06 __KernelStopThread: thread 3668 does not exist (ApctlThread deleted)
Grand Theft Auto: Vice City Stories v1.11.3-66-g9da032dbe 2025-09-06 WriteToHardware: Invalid address 0000082c near PC 08aac380 LR 08aac380
Def Jam® Fight For NY™: The Takeover v1.18.1 2025-09-05 sceDmacMemcpy(dest=09aa3140, src=08400000, size=72384): overlapping read
MONSTER HUNTER PORTABLE 2nd G v1.17.1-817-g13506d3d02 2025-09-05 sceDmacMemcpy(dest=0414e000, src=095d7160, size=246640): overlapping read
"eFootball Mod Full Asia Musim 2024 by TRMD" v1.18.1 2025-09-05 Unknown GetPointer 00000000 PC 0881c2c0 LR 0881c2d0
eFootball SM - V. v1.17.1 2025-09-05 MIPSCompileOp: Invalid instruction 00000ba9
eFootball SM - V. v1.17.1 2025-09-05 MIPSCompileOp: Invalid instruction 0000007d
eFootball SM - V. v1.17.1 2025-09-05 MIPSCompileOp: Invalid instruction 00000ba8
EA SPORTS FC26 BY Charly v1.12.3 2025-09-05 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
EA SPORTS FC26 BY Charly v1.12.3 2025-09-05 Savedata version requested on save: 3
eFootball Chelito 19 v1.9.4 2025-09-05 MIPSCompileOp: Invalid instruction 71e33ff4
eFootball PC - V. v1.9.4 2025-09-05 Unknown GetPointer 0a028880 PC 08824108 LR 0880f448
RA-PATCH EDISI FIFA WORLD CUP 2022 v1.16.6 2025-09-05 ReadFromHardware: Invalid address 82e58a85 near PC 82e58a85 LR 088c9678
Burnout Legends v1.19.3 2025-09-05 sceKernelLoadModule: unsupported options size=00000014, flags=ff006461, pos=0, access=1, data=2, text=2
Burnout Legends v1.19.3 2025-09-05 sceKernelLoadModule: unsupported options size=00000014, flags=ff006461, pos=0, access=1, data=1, text=1
eFootball PES 2021 By GABRIEL v1.17.1-334-g1786a4ddb 2025-09-05 Unknown GetPointer 3d003c00 PC 08849a48 LR 0884a928
"eFootball Mod Full Asia Musim 2024 by TRMD" v1.18.1 2025-09-05 Unknown GetPointer 00000000 PC 0884d7a4 LR 0884d7c4
"eFootball Mod Full Asia Musim 2024 by TRMD" v1.18.1 2025-09-05 Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144
eFootball Edicion Mundial de Clubes By T. Bendezu v1.11 2025-09-05 WriteToHardware: Invalid address 00000004 near PC 08856f24 LR 08856f30
eFootball Edicion Mundial de Clubes By T. Bendezu v1.11 2025-09-05 ReadFromHardware: Invalid address 00000004 near PC 08856f24 LR 08856f30
eFootball Edicion Mundial de Clubes By T. Bendezu v1.11 2025-09-05 Unknown GetPointer 00000000 PC 08816154 LR 0881615c
EFOOTBALL NEW PATCH SEASON v1.18.1 2025-09-05 Trying to write block exit to illegal destination 07ff3de4: pc = 08000020
EFOOTBALL NEW PATCH SEASON v1.18.1 2025-09-05 Branch in branch delay slot at 08000024 with different target
EFOOTBALL NEW PATCH SEASON v1.18.1 2025-09-05 MIPSCompileOp: Invalid instruction 780a8519
eFootball 2026 By Komo Valeri v1.11.3 2025-09-05 Unknown GetPointer 00000000 PC 08a063b4 LR 08a3fbe4
WWE SmackDown vs. RAW 2010 v1.18.1 2025-09-05 sceDmacMemcpy(dest=04166640, src=08fd4790, size=65552): overlapping read
WWE SmackDown vs. RAW 2010 v1.18.1 2025-09-05 sceDmacMemcpy(dest=041314d0, src=092de010, size=65552): overlapping read
eFootball PC - V. v1.10.1 2025-09-05 Unknown GetPointer 10b6f1f7 PC 0884d7b4 LR 0884d7d4
NHL 2007 v1.19.1 2025-09-05 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 090af334, 4, 00000000, 0)
CRISIS CORE -FINAL FANTASY VII- v1.18.1 2025-09-05 sceDmacMemcpy(dest=0850a880, src=0918d5c0, size=258048): overlapping read
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Jump to invalid address: 07391b00
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Jump to invalid address: 07391440
eFootball v1.6.3 2025-09-05 Bad bounding box data: 948ce7
eFootball v1.6.3 2025-09-05 Unknown GE command : fe5fffca
eFootball v1.6.3 2025-09-05 Bad vertex address 00000020!
eFootball v1.6.3 2025-09-05 Unknown GE command : fcf102d7
eFootball v1.6.3 2025-09-05 Bad vertex address 00bdfc60!
eFootball v1.6.3 2025-09-05 Bad vertex address 00a4fed8!
eFootball v1.6.3 2025-09-05 Bad vertex address 00e8fcc8!
eFootball v1.6.3 2025-09-05 Bad vertex address 0033fd63!
eFootball v1.6.3 2025-09-05 Bad bounding box data: 0b82e0
eFootball v1.6.3 2025-09-05 Bad vertex address 00000038!
eFootball v1.6.3 2025-09-05 Bad vertex address 00f1fda9!
Ys SEVEN v1.17.1 2025-09-05 sceDmacMemcpy(dest=08dd3ca0, src=09cc2dd0, size=32768): overlapping read
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Jump to invalid address: 075439c0
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Jump to invalid address: 073a9680
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Branch in Jump delay slot at 08b0a984 in block starting at 08b0a970
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Jump to invalid address: 07390280
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Branch in Jump delay slot at 08b0a980 in block starting at 08b0a970
EA SPORTS FC26 BY Charly v1.16.6 2025-09-05 Jump to invalid address: 0738fbc0
遊戯王デュエルモンスターズGX タッグフォース 3 v1.16.6 2025-09-05 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2
遊戯王デュエルモンスターズGX タッグフォース 3 v1.16.6 2025-09-05 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=1, text=1
EA SPORTS FC26 BY Charly v1.16.6 2025-09-06 Unknown GetPointer 00000000 PC 0884a918 LR 0884a938
EA SPORTS FC26 BY Charly v1.16.6 2025-09-06 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
デジモンワールド リ:デジタイズ v1.18.1 2025-09-05 sceDmacMemcpy(dest=09086560, src=09086380, size=480): overlapping read
新世紀エヴァンゲリオン バトルオーケストラ PORTABLE v1.18.1 2025-09-05 ReadFromHardware: Invalid address 01064d07 near PC 0880db48 LR 0880db48
新世紀エヴァンゲリオン バトルオーケストラ PORTABLE v1.18.1 2025-09-05 WriteToHardware: Invalid address 00000040 near PC 08973a10 LR 08973a28
新世紀エヴァンゲリオン バトルオーケストラ PORTABLE v1.18.1 2025-09-05 ReadFromHardware: Invalid address 39633967 near PC 089a1b84 LR 089a1ae0
新世紀エヴァンゲリオン バトルオーケストラ PORTABLE v1.18.1 2025-09-05 ReadFromHardware: Invalid address 39633a19 near PC 089a1ae0 LR 089a1aec
NARUTO Shippuden: Ultimate Ninja Heroes 3 v1.17.1 2025-09-05 00000000=sceUtilityScreenshotInitStart(09a83298)
eFootball PC - V. v1.17.1 2025-09-05 Bad SAS Mix output address: 08b26d80, grain=164355600
NARUTO SHIPPUDEN: Ultimate Ninja Impact v1.9.4 2025-09-05 00000000=sceUtilityScreenshotInitStart(09d3a1e8)
eFootball 2025 by MP v1.12.3 2025-09-05 80630006=sceAtracSetDataAndGetID(09a25200, 00003000): invalid RIFF header
God of War: Chains of Olympus v1.19.3 2025-09-05 sceAudiocodecInit(09f43240, 4096): replacing existing context