Recent logs - v1.18.1

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
EA-Sports FC Lop-Play v1.18.1 2026-05-14 Unknown GetPointerWrite 00001b24 PC 08872bf8 LR 08872c1c
WWE 2K24 BY HADY MODDER v1.18.1 2026-05-14 Unknown GetPointerWrite 00000000 PC 08bf4030 LR 08bf4038
WWE 2K24 BY HADY MODDER v1.18.1 2026-05-14 Unknown GetPointer 00000000 PC 08bf6838 LR 08bf6840
WWE 2K24 BY HADY MODDER v1.18.1 2026-05-14 80630007=sceAtracSetData(3, 08d4b180, 00020000): atracID uses different codec type than data
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 00002e77
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 6e692074
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 46697243
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 75646f6d
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 736e7520
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 6e694273
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 63634164
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 42206b70
EA-Sports FC Lop-Play v1.18.1 2026-05-14 MIPSCompileOp: Invalid instruction 72726520
EA-Sports FC Lop-Play v1.18.1 2026-05-14 Jump to invalid address: 02a6cec0
EA-Sports FC PC-V v1.18.1 2026-05-14 Unknown GetPointer deae116f PC 0881c2d8 LR 0881c2e8
eFootball Chelito 19 v1.18.1 2026-05-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:43: 'max' : no matching overloaded function found ERROR: 0:43: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; // 10180000:0021d002 Tex Fog FragUber TFuncMod AlphaTest0 > layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; float u_mipBias; vec2 u_texNoAlphaMul; float pad1; float pad2; vec3 u_fogcolor; uint u_alphacolorref; vec3 u_texenv; uint u_alphacolormask; vec4 u_texclamp; vec2 u_texclampoff; vec2 u_fogcoef; vec3 u_blendFixA; float u_stencilReplaceValue; vec3 u_blendFixB; float u_rotation; }; layout (set = 0, binding = 0) uniform sampler2D tex; layout (location = 1) in lowp vec4 v_color0; layout (location = 3) in highp float v_fogdepth; layout (location = 0) in highp vec3 v_texcoord; layout (location = 0, index = 0) 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 = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); 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; }
eFootball Chelito 19 v1.18.1 2026-05-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:43: 'max' : no matching overloaded function found ERROR: 0:43: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; // 10180000:00200002 Tex Fog FragUber TFuncMod layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; float u_mipBias; vec2 u_texNoAlphaMul; float pad1; float pad2; vec3 u_fogcolor; uint u_alphacolorref; vec3 u_texenv; uint u_alphacolormask; vec4 u_texclamp; vec2 u_texclampoff; vec2 u_fogcoef; vec3 u_blendFixA; float u_stencilReplaceValue; vec3 u_blendFixB; float u_rotation; }; layout (set = 0, binding = 0) uniform sampler2D tex; layout (location = 1) in lowp vec4 v_color0; layout (location = 3) in highp float v_fogdepth; layout (location = 0) in highp vec3 v_texcoord; layout (location = 0, index = 0) 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 = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; }
eFootball Chelito 19 v1.18.1 2026-05-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:41: 'mix' : no matching overloaded function found ERROR: 0:41: 'assign' : cannot convert from ' const float' to ' temp lowp 4-component vector of float' ERROR: 0:41: '' : compilation terminated ERROR: 3 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; // 10184000:00200000 Fog Flat FragUber layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; float u_mipBias; vec2 u_texNoAlphaMul; float pad1; float pad2; vec3 u_fogcolor; uint u_alphacolorref; vec3 u_texenv; uint u_alphacolormask; vec4 u_texclamp; vec2 u_texclampoff; vec2 u_fogcoef; vec3 u_blendFixA; float u_stencilReplaceValue; vec3 u_blendFixB; float u_rotation; }; layout (location = 1) flat in lowp vec4 v_color0; layout (location = 3) in highp float v_fogdepth; layout (location = 0, index = 0) out vec4 fragColor0; void main() { vec4 v = v_color0; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; }
eFootball Chelito 19 v1.18.1 2026-05-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:43: 'max' : no matching overloaded function found ERROR: 0:43: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; // 10180000:00000002 Tex FragUber TFuncMod layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; float u_mipBias; vec2 u_texNoAlphaMul; float pad1; float pad2; vec3 u_fogcolor; uint u_alphacolorref; vec3 u_texenv; uint u_alphacolormask; vec4 u_texclamp; vec2 u_texclampoff; vec2 u_fogcoef; vec3 u_blendFixA; float u_stencilReplaceValue; vec3 u_blendFixB; float u_rotation; }; layout (set = 0, binding = 0) uniform sampler2D tex; layout (location = 1) in lowp vec4 v_color0; layout (location = 3) in highp float v_fogdepth; layout (location = 0) in highp vec3 v_texcoord; layout (location = 0, index = 0) 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; }
eFootball Chelito 19 v1.18.1 2026-05-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:43: 'max' : no matching overloaded function found ERROR: 0:43: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; // 10184000:00000002 Tex Flat FragUber TFuncMod layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; float u_mipBias; vec2 u_texNoAlphaMul; float pad1; float pad2; vec3 u_fogcolor; uint u_alphacolorref; vec3 u_texenv; uint u_alphacolormask; vec4 u_texclamp; vec2 u_texclampoff; vec2 u_fogcoef; vec3 u_blendFixA; float u_stencilReplaceValue; vec3 u_blendFixB; float u_rotation; }; layout (set = 0, binding = 0) uniform sampler2D tex; layout (location = 1) flat in lowp vec4 v_color0; layout (location = 3) in highp float v_fogdepth; layout (location = 0) in highp vec3 v_texcoord; layout (location = 0, index = 0) 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; }
eFootball 2026 DEMOU v1.18.1 2026-05-13 ReadFromHardware: Invalid address 00000004 near PC 0880b598 LR 08809cc8
eFootball 2026 DEMOU v1.18.1 2026-05-13 WriteToHardware: Invalid address 0000000c near PC 0880abb4 LR 0880abbc
eFootball JOELAND v1.18.1 2026-05-13 Unknown GetPointer 00002f74 PC 0881c428 LR 0881c438
eFootball Lop - Play v1.18.1 2026-05-13 Unknown GetPointer 10b3e377 PC 0884d5b0 LR 0884d7d4
WWE SmackDown vs. RAW 2010 v1.18.1 2026-05-12 sceDmacMemcpy(dest=0415eb40, src=095d2b30, size=65552): overlapping read
EA FC 2024 BY FARIS X RAPHAEL v1.18.1 2026-05-12 Unknown GetPointer 00000000 PC 0884a918 LR 0884a938
PES eFOOTBALL 2026 JRplay v1.18.1 2026-05-12 Unknown GetPointerWrite 00000900 PC 08872ba4 LR 08872c0c
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 4549c28c
PES 2014 v1.18.1 2026-05-12 ReadFromHardware: Invalid address 0a0025e0 near PC 08b8ac84 LR 0899e6a8
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 00001bb8
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 44afec18
PES 2014 v1.18.1 2026-05-12 WriteFCR: Unexpected reg 24 (value 08b2bd00)
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 45bf0375
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 456a3eac
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 46228f92
PES 2014 v1.18.1 2026-05-12 MIPSCompileOp: Invalid instruction 4624e3d2
eFootball Lop - Play v1.18.1 2026-05-11 Branch in Jump delay slot at 08b8af8c in block starting at 08b8ad0c
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-10 Unknown GetPointer 00000000 PC 0881c2e0 LR 0881c2e8
IRON MAN v1.18.1 2026-05-10 Branch in Jump delay slot at 0883b664 in block starting at 0883b660
IRON MAN v1.18.1 2026-05-10 Branch in Jump delay slot at 0883b660 in block starting at 0883b660
IRON MAN v1.18.1 2026-05-10 Jump to invalid address: 020cc780
CDM FIFA v1.18.1 2026-05-10 Unimplemented HLE function sceNetResolverTerm
CDM FIFA v1.18.1 2026-05-10 Unimplemented HLE function sceNetResolverCreate
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-09 ReadFromHardware: Invalid address 00000078 near PC 08868a80 LR 08868a8c
eFootball RB - V. v1.18.1 2026-05-09 Unknown GetPointer 0022341c PC 0884a918 LR 0884a938
WWE 2K19 by GamerNafZ™ and Finn v1.18.1 2026-05-09 Invalid address for syscall stub ThreadManForUser 0a060c22
WWE 2K19 by GamerNafZ™ and Finn v1.18.1 2026-05-09 Unexpected module entry size 178
WWE 2K19 by GamerNafZ™ and Finn v1.18.1 2026-05-09 Invalid address for syscall stub ThreadManForUser 0a9c0b62
WWE 2K19 by GamerNafZ™ and Finn v1.18.1 2026-05-09 Invalid address for syscall stub ThreadManForUser 00000000
Obscure: The Aftermath v1.18.1 2026-05-11 sceDmacMemcpy(dest=0936ae60, src=097132c0, size=8192): overlapping read
Pro Evolution Soccer 2013 v1.18.1 2026-05-09 ReadFromHardware: Invalid address f31408f1 near PC f31408f1 LR 08a3c2f4
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-09 ReadFromHardware: Invalid address 00000040 near PC 089f4f9c LR 08824a50
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-09 Unknown GetPointerWrite 00000000 PC 08808458 LR 08808460
eFootball Chelito 19 v1.18.1 2026-05-10 sceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read
Avatar: The Last Airbender v1.18.1 2026-05-08 sceDmacMemcpy(dest=041c4000, src=09ae5d10, size=16384): overlapping read
eFootball Chelito 19 v1.18.1 2026-05-08 Unknown GetPointer 001f0000 PC 0884d7b4 LR 0884d7d4
eFootball Chelito 19 v1.18.1 2026-05-08 Unknown GetPointer 00460300 PC 0884d7b4 LR 0884d7d4
eFootball Chelito 19 v1.18.1 2026-05-08 Unknown GetPointer 001c0000 PC 0884d7b4 LR 0884d7d4
eFootball Chelito 19 v1.18.1 2026-05-08 Unknown GetPointer 00000000 PC 0884c9fc LR 0884d7d4
Hexyz Force™ v1.18.1 2026-05-08 sceDmacMemcpy(dest=0862fe00, src=09f007c0, size=57647): overlapping read
eFootball Chelito 19 v1.18.1 2026-05-08 Unknown GetPointerWrite 00000000 PC 088287f0 LR 08828800
eFootball JOELAND v1.18.1 2026-05-08 Unknown GetPointer 0000d738 PC 0881c0fc LR 0881c10c
Disney•Pixar UP v1.18.1 2026-05-08 __KernelStopThread: thread 2342 does not exist (helper deleted)
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-08 ReadFromHardware: Invalid address 00000002 near PC 08815f88 LR 08815f88
eFootball Chelito 19 v1.18.1 2026-05-09 Unknown GetPointer 00000000 PC 0884a918 LR 0884a938
eFootball Chelito 19 v1.18.1 2026-05-07 Unknown GetPointer 00000140 PC 088113d4 LR 088113dc
EFOOTBALL 26 PPSSPP BY SPARTAN v1.18.1 2026-05-08 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): fmt definition too small (16)
刺客信条 血统 汉化版 PLAY汉化组 v1.18.1 2026-05-07 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09d62a44, 4, 00000000, 0)
eFootball Chelito 19 v1.18.1 2026-05-09 Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8
Killzone™: Liberation v1.18.1 2026-05-06 sceDmacMemcpy(dest=04110000, src=09998710, size=720): overlapping read
eFootball 2026 By Komo Valeri v1.18.1 2026-05-06 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): invalid RIFF header
eFootball Chelito 19 v1.18.1 2026-05-12 Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4
eFootball Chelito 19 v1.18.1 2026-05-14 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
Killzone™: Liberation v1.18.1 2026-05-06 sceDmacMemcpy(dest=0411ae00, src=09869750, size=1280): overlapping read
Hexyz Force™ v1.18.1 2026-05-05 sceDmacMemcpy(dest=09bc1e00, src=08561b40, size=158084): overlapping read
Hexyz Force™ v1.18.1 2026-05-05 sceDmacMemcpy(dest=08400080, src=09b20940, size=34880): overlapping read
eFootball 2026 By Komo Valeri v1.18.1 2026-05-14 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
EA-Sports FC PC-V v1.18.1 2026-05-05 Unknown GetPointer 003e1b17 PC 0884a918 LR 0884a938
Hexyz Force™ v1.18.1 2026-05-05 sceDmacMemcpy(dest=08572780, src=09f027c0, size=50853): overlapping read
Killzone™: Liberation v1.18.1 2026-05-05 sceDmacMemcpy(dest=0415a400, src=0966c3f0, size=304): overlapping read
Dragon Ball Z: Tenkaichi BT4 Latina v1.18.1 2026-05-05 ReadFromHardware: Invalid address 00000054 near PC 08902b08 LR 08902b08
Dragon Ball Z: Tenkaichi BT4 Latina v1.18.1 2026-05-05 565 depal unsupported: shift=5 mask=ff offset=0
Grand Theft Auto: San Andreas v1.18.1 2026-05-05 Unexpected mpeg first timestamp: 0 / 0
Killzone™: Liberation v1.18.1 2026-05-04 sceDmacMemcpy(dest=04128100, src=09853910, size=816): overlapping read
Killzone™: Liberation v1.18.1 2026-05-04 sceDmacMemcpy(dest=04116d00, src=09631000, size=160): overlapping read
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 00000000
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 Jump to invalid address: 0bb93a70
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 Jump to invalid address: 0bb93b70
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 Jump to invalid address: 0bb93f70
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 Jump to invalid address: 0bb93c70
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 MIPSCompileOp: Invalid instruction 7216b304
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 MIPSCompileOp: Invalid instruction 71e491d4
eFootball 2024 By RH12 Official v1.18.1 2026-05-04 Jump to invalid address: 07093860
Killzone™: Liberation v1.18.1 2026-05-04 sceDmacMemcpy(dest=041cf900, src=097f6460, size=4944): overlapping read
Killzone™: Liberation v1.18.1 2026-05-04 sceDmacMemcpy(dest=04193700, src=095a61d0, size=2096): overlapping read
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-09 ReadFromHardware: Invalid address 00000008 near PC 08857db8 LR 08857bb8
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-04 WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 08856f30
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-04 ReadFromHardware: Invalid address 00000008 near PC 0887c84c LR 0887c664
eFootball Edicion Mundial de Clubes By T. Bendezu v1.18.1 2026-05-04 Unknown GetPointer 00000000 PC 08a02a0c LR 0881c2e8
Killzone™: Liberation v1.18.1 2026-05-04 sceDmacMemcpy(dest=04180500, src=096868a0, size=5120): overlapping read