Recent logs - v1.8.0

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 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 MIPSCompileOp: Invalid instruction 00607777
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 MIPSCompileOp: Invalid instruction ec0c0ae5
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 Jump to invalid address: 0117b8a4
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 MIPSCompileOp: Invalid instruction 72476407
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 MIPSCompileOp: Invalid instruction 74025007
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a1f464
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 Jump to invalid address: 0729d1c0
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 MIPSCompileOp: Invalid instruction 00000075
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 MIPSCompileOp: Invalid instruction 00207777
EFOOTBALL 26 PPSSPP BY SPARTAN v1.8.0 2026-09-25 Jump to invalid address: 073b3700
eFootball RB - V. v1.8.0 2026-09-24 Unknown GetPointer 2c5aa742 PC 0884d7b4 LR 0884d7d4
Grand Theft Auto: Vice City Stories v1.8.0 2026-09-24 Error in shader compilation: info: Fragment shader failed to compile with the following errors: ERROR: 0:2: error(#61) Required extension is not found. Extension "GL_EXT_blend_func_extended" is not supported ERROR: error(#273) 1 compilation errors. No code generated 00000000:02200002 Tex Fog StenToAlphaDual StenUniform TFuncMod #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform float u_stencilReplaceValue; in vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = vec4(v.rgb, u_stencilReplaceValue); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
eFootball 2027 StaR Patch v1.8.0 2026-09-24 Unknown GetPointer 00000000 PC 08000000 LR 08000000
EA-Sports FC Lop-Play v1.8.0 2026-09-23 ReadFromHardware: Invalid address 272c2e34 near PC 272c2e34 LR 272c2e34
EAFC 26 By Komo Valeri v1.8.0 2026-09-22 Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c
Tomb Raider: Legend™ v1.8.0 2026-09-22 sceDmacMemcpy(dest=0419fc00, src=08ffe0c0, size=5120): overlapping read
eFootball 2027 StaR Patch v1.8.0 2026-09-22 sceDmacMemcpy(dest=09054040, src=086ce940, size=1251008): overlapping read
Tomb Raider: Anniversary v1.8.0 2026-09-21 sceDmacMemcpy(dest=041a3000, src=094483c0, size=5120): overlapping read
EA-Sports FC Lop-Play v1.8.0 2026-09-21 ReadFromHardware: Invalid address f1a5f301 near PC f1a5f301 LR 08000018
EA-Sports FC Lop-Play v1.8.0 2026-09-21 Unknown GetPointer 10beedb7 PC 0884d7b4 LR 0884d7d4
クロヒョウ2 龍が如く 阿修羅編 v1.8.0 2026-09-21 Error in shader compilation: info: 0(2) : error C5514: 'varying' is deprecated and removed from this profile, use 'in/out' instead 0(8) : error C7616: global variable gl_FragColor is removed after version 420 depal #version 460 varying vec2 v_texcoord0; uniform sampler2D tex; uniform sampler2D pal; void main() { vec4 index = texture2D(tex, v_texcoord0); float coord = (mod(index.g * 7.998750, 256.0) * 0.003906) + 0.001953; gl_FragColor = texture2D(pal, vec2(coord, 0.0)); }
クロヒョウ2 龍が如く 阿修羅編 v1.8.0 2026-09-21 Error in shader compilation: info: 0(2) : error C5514: 'varying' is deprecated and removed from this profile, use 'in/out' instead 0(8) : error C7616: global variable gl_FragColor is removed after version 420 depal #version 460 varying vec2 v_texcoord0; uniform sampler2D tex; uniform sampler2D pal; void main() { vec4 index = texture2D(tex, v_texcoord0); float coord = (index.b * 0.121094) + 0.001953; gl_FragColor = texture2D(pal, vec2(coord, 0.0)); }
クロヒョウ2 龍が如く 阿修羅編 v1.8.0 2026-09-21 Error in shader compilation: info: 0(2) : error C5514: 'varying' is deprecated and removed from this profile, use 'in/out' instead 0(8) : error C7616: global variable gl_FragColor is removed after version 420 depal #version 460 varying vec2 v_texcoord0; uniform sampler2D tex; uniform sampler2D pal; void main() { vec4 index = texture2D(tex, v_texcoord0); float coord = (index.r * 0.121094) + 0.001953; gl_FragColor = texture2D(pal, vec2(coord, 0.0)); }
クロヒョウ2 龍が如く 阿修羅編 v1.8.0 2026-09-21 Error in shader compilation: info: 0(2) : error C5514: 'varying' is deprecated and removed from this profile, use 'in/out' instead 0(8) : error C7616: global variable gl_FragColor is removed after version 420 depal #version 460 varying vec2 v_texcoord0; uniform sampler2D tex; uniform sampler2D pal; void main() { vec4 index = texture2D(tex, v_texcoord0); float coord = (mod(index.r * 15.995000, 16.0) * 0.003906) + 0.001953; gl_FragColor = texture2D(pal, vec2(coord, 0.0)); }
クロヒョウ2 龍が如く 阿修羅編 v1.8.0 2026-09-21 Error in shader compilation: info: 0(2) : error C5514: 'varying' is deprecated and removed from this profile, use 'in/out' instead 0(8) : error C7616: global variable gl_FragColor is removed after version 420 depal #version 460 varying vec2 v_texcoord0; uniform sampler2D tex; uniform sampler2D pal; void main() { vec4 index = texture2D(tex, v_texcoord0); float coord = (index.g * 0.121094) + 0.001953; gl_FragColor = texture2D(pal, vec2(coord, 0.0)); }
クロヒョウ2 龍が如く 阿修羅編 v1.8.0 2026-09-21 Error in shader compilation: info: 0(6) : error C5514: 'attribute' is deprecated and removed from this profile, use 'in/out' instead 0(7) : error C5514: 'attribute' is deprecated and removed from this profile, use 'in/out' instead 0(8) : error C5514: 'varying' is deprecated and removed from this profile, use 'in/out' instead depal #version 460 #ifdef GL_ES precision highp float; #endif attribute vec4 a_position; attribute vec2 a_texcoord0; varying vec2 v_texcoord0; void main() { v_texcoord0 = a_texcoord0; gl_Position = a_position; }
WWE'12 v1.8.0 2026-09-20 sceDmacMemcpy(dest=041506e0, src=0964f7e0, size=65552): overlapping read
INFECTED v1.8.0 2026-09-19 Unknown GetPointer 00000000 PC 08910538 LR 08000030
eFootball JOELAND v1.8.0 2026-09-18 ReadFromHardware: Invalid address ebd71180 near PC ebd71180 LR 08000018
EA-Sports FC PC-V v1.8.0 2026-09-17 Unknown GetPointer 10bed5f7 PC 0884d5b0 LR 0884d7d4
Pro Evolution Soccer 2021 - PES Libertadores V1.0 - PES ECUADOR BY JOEL GAMER VIDEOJUEGOS Y MAS v1.8.0 2026-09-17 Unknown GetPointer 00000000 PC 08000000 LR 08000000
eFootball RB - V. v1.8.0 2026-09-16 Unknown GetPointer 9ebd64ee PC 0884d5b0 LR 0884d7d4
eFootball Chelito 19 v1.8.0 2026-09-16 Unknown GetPointer 00000000 PC 08815fc0 LR 08815fd4
EFOOTBALL PES 2027 BETWAY PREMIERSHIP UPDATE BY TTSMODZ v1.8.0 2026-09-16 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball 2025 by MP v1.8.0 2026-09-15 ReadFromHardware: Invalid address 00000002 near PC 08815f88 LR 08815f88
eFootball 2026 By Komo Valeri v1.8.0 2026-09-15 ReadFromHardware: Invalid address 00000000 near PC 08a478b4 LR 08a3fbe4
efootball Mod By Mzansi Gaming v1.9.4 2026-09-25 Unknown GetPointer 00000000 PC 0881c2c0 LR 0881c2d0
eFootball JOELAND v1.8.0 2026-09-14 ReadFromHardware: Invalid address 00000004 near PC 0882bbf4 LR 0882bc04
eFootball JOELAND v1.8.0 2026-09-14 WriteToHardware: Invalid address 00000000 near PC 0882bbf4 LR 0882bc04
Pro Evolution Soccer 2014 v1.8.0 2026-09-14 Jump to invalid address: 072fd8c0
EFOOTBALL PES 2027 BETWAY PREMIERSHIP UPDATE BY TTSMODZ v1.8.0 2026-09-20 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
EFOOTBALL PES 2027 BETWAY PREMIERSHIP UPDATE BY TTSMODZ v1.8.0 2026-09-16 Savedata version requested on save: 3
efootball Mod By Mzansi Gaming v1.9.4 2026-09-23 Unknown GetPointer 00000000 PC 08815ef4 LR 08000020
EFOOTBALL PES 2027 BETWAY PREMIERSHIP UPDATE BY TTSMODZ v1.9.4 2026-09-24 Savedata version requested: 3
WWE 2K25 V1.00 BY MANIASVR v1.8.0 2026-09-13 Bad vertex address 00002cac!
WWE 2K25 V1.00 BY MANIASVR v1.8.0 2026-09-13 Bad vertex address 00000d8c!
WWE 2K25 V1.00 BY MANIASVR v1.8.0 2026-09-13 Bad vertex address 0000039c!
EA FC - ASPAH JF v1.8.0 2026-09-12 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header
PES 2014 v1.8.0 2026-09-12 Jump to invalid address: 07ffea40
PES 2014 v1.8.0 2026-09-12 An uneaten prefix at end of block: 09fffa90
PES 2014 v1.8.0 2026-09-12 Jump to invalid address: 0286eef0
PES 2014 v1.8.0 2026-09-12 Jump to invalid address: 07ffe0f0
SOCOM: Fireteam Bravo 3 v1.8.0 2026-09-11 sceDmacMemcpy(dest=085960c0, src=08f30bf0, size=202448): overlapping read
eFootball 2026 By Komo Valeri v1.8.0 2026-09-09 sceDmacMemcpy(dest=09054040, src=086ce8c0, size=1251136): overlapping read
eFootball Chelito 19 v1.8.0 2026-09-11 Unknown GetPointer 00000000 PC 08824cf4 LR 088113dc
eFootball PES 2024 "SN3" v1.8.0 2026-09-08 ReadFromHardware: Invalid address bf800000 near PC bf800000 LR 0880da58
PES eFOOTBALL 2026 JRplay v1.8.0 2026-09-08 MIPSCompileOp: Invalid instruction f304e068
PES eFOOTBALL 2026 JRplay v1.8.0 2026-09-08 MIPSCompileOp: Invalid instruction 7162bc20
PES eFOOTBALL 2026 JRplay v1.8.0 2026-09-08 MIPSCompileOp: Invalid instruction efbf91f0
PES eFOOTBALL 2026 JRplay v1.8.0 2026-09-08 MIPSCompileOp: Invalid instruction 7b4242da
PES eFOOTBALL 2026 JRplay v1.8.0 2026-09-08 MIPSCompileOp 69a4a99c failed
eFootball 2027 By T. Bendezu v1.8.0 2026-09-07 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0887bb3c
eFootball 2027 By T. Bendezu v1.8.0 2026-09-11 MIPSCompileOp: Invalid instruction 00000001
eFootball 2027 By T. Bendezu v1.8.0 2026-09-07 MIPSCompileOp: Invalid instruction 74000000
eFootball 2027 By T. Bendezu v1.8.0 2026-09-07 Jump to invalid address: 0728d800
efootball Mod By Mzansi Gaming v1.9.4 2026-09-23 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball v1.8.0 2026-09-06 Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c
efootball Mod By Mzansi Gaming v1.9.4 2026-09-25 Savedata version requested on save: 3
efootball Mod By Mzansi Gaming v1.9.4 2026-09-24 Unknown GetPointer 00000000 PC 08816130 LR 08816144
efootball Mod By Mzansi Gaming v1.9.4 2026-09-25 Savedata version requested: 3
eFootball 2026 By Komo Valeri v1.9.4 2026-09-25 Savedata version requested on save: 3
EA-Sports FC Lop-Play v1.8.0 2026-09-06 Unknown GetPointer 10b40077 PC 0884d7b4 LR 0884d7d4
eFootball Lop - Play v1.8.0 2026-09-05 Branch in RSRTComp delay slot at 0001001c in block starting at 00010014
eFootball Lop - Play v1.8.0 2026-09-05 WriteToHardware: Invalid address ffffefe9 near PC 00010008 LR 08000020
eFootball Lop - Play v1.8.0 2026-09-05 Jump to invalid address: 0bb5b170
eFootball Lop - Play v1.8.0 2026-09-05 Jump to invalid address: 0bb5b070
eFootball Lop - Play v1.8.0 2026-09-05 MIPSCompileOp: Invalid instruction 4f6d7799
eFootball Lop - Play v1.8.0 2026-09-05 Jump to invalid address: 0bb5b270
eFootball Lop - Play v1.8.0 2026-09-05 Jump to invalid address: 0705ae60
eFootball 2026 By Komo Valeri v1.9.4 2026-09-23 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball 2026 By Komo Valeri v1.9.4 2026-09-24 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball 2026 By Komo Valeri v1.9.4 2026-09-25 Savedata version requested: 3
eFootball 2027 StaR Patch v1.8.0 2026-09-22 Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8
EA SPORTS FC26 BY Charly v1.8.0 2026-09-04 Unknown GetPointer 00000000 PC 08815f0c LR 08000020
eFootball 2025 by MP v1.8.0 2026-09-17 Branch in Jump delay slot at 088a0f24 in block starting at 088a0f24
eFootball 2025 by MP v1.8.0 2026-09-24 Branch in Jump delay slot at 088a0f4c in block starting at 088a0f4c
EA-Sports FC Lop-Play v1.8.0 2026-09-19 ReadFromHardware: Invalid address 00000004 near PC 08863d6c LR 08856d28
EA-Sports FC Lop-Play v1.8.0 2026-09-19 WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 08856d28
eFootball 2027 StaR Patch v1.8.0 2026-09-24 Unknown GetPointer 00000000 PC 08a1b7b0 LR 08000030
efootball pes 2027 by KickZone X  v1.8.0 2026-09-02 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
Call of Duty : Roads to Victory™ v1.8.0 2026-09-02 WriteToHardware: Invalid address 00000150 near PC 089d63b8 LR 089d63b8
Pro Evolution Soccer 2014 v1.8.0 2026-09-01 Jump to invalid address: 0745eb80
WWE'12 v1.8.0 2026-09-01 sceDmacMemcpy(dest=0415f540, src=0974ba70, size=65552): overlapping read
eFootball Chelito 19 v1.8.0 2026-09-04 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
eFootball Chelito 19 v1.8.0 2026-09-04 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
eFootball Chelito 19 v1.8.0 2026-09-04 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
efootball pes 2027 by KickZone X  v1.8.0 2026-08-31 Unknown GetPointer 00000000 PC 08808448 LR 08808460
MONSTER HUNTER PORTABLE 2nd G v1.8.0 2026-09-02 sceDmacMemcpy(dest=0414e000, src=095ced70, size=201504): overlapping read
eFootball 2027 StaR Patch v1.8.0 2026-09-17 Game install with no files / data
efootball pes 2027 by KickZone X  v1.8.0 2026-09-10 Savedata version requested on save: 3