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.11.3-111-g047f84d5e |
2025-07-22 |
WriteToHardware: Invalid address 000000f4 near PC 08afb60c LR 08999c74 |
マクロストライアングルフロンティア |
v1.11.3-111-g047f84d5e |
2025-07-22 |
WriteToHardware: Invalid address 00000034 near PC 08afb60c LR 08999c74 |
マクロストライアングルフロンティア |
v1.11.3-111-g047f84d5e |
2025-07-22 |
ReadFromHardware: Invalid address 00000020 near PC 08afb60c LR 08999c74 |
マクロストライアングルフロンティア |
v1.11.3-111-g047f84d5e |
2025-07-22 |
WriteToHardware: Invalid address 000000f4 near PC 088e3adc LR 088e3a94 |
マクロストライアングルフロンティア |
v1.11.3-111-g047f84d5e |
2025-07-22 |
WriteToHardware: Invalid address 00000034 near PC 088e3adc LR 088e3a94 |
マクロストライアングルフロンティア |
v1.11.3-111-g047f84d5e |
2025-07-22 |
ReadFromHardware: Invalid address 00000020 near PC 088e3adc LR 088e3a94 |
那由多の軌跡 |
v1.4-2-g648bc5d |
2025-07-22 |
sceDmacMemcpy(dest=041d8c00, src=08cbff40, size=16384): overlapping read |
Phantasy Star Portable™ 2 |
v1.14.4-324-geef5c51c6 |
2025-07-22 |
Failed to read valid video stream data from header |
CRISIS CORE -FINAL FANTASY VII- |
v1.12.2 |
2025-07-22 |
sceDmacMemcpy(dest=08424140, src=0927adc0, size=258048): overlapping read |
LEGO® Indiana Jones™: The Original Adventures |
v1.17.1-334-g1786a4ddb |
2025-07-22 |
Unaligned icache invalidation of 086c2f78 (086c2f78 + 0) at PC=0896f274 |
Need for Speed™ Shift |
v1.12.3 |
2025-07-22 |
__KernelStopThread: thread 334 does not exist |
eFootball Lop - Play |
v1.18.1-846-gab47c3cb1f |
2025-07-22 |
Unknown GetPointerWrite 00000000 PC 08824cf4 LR 088113dc |
eFootball Lop - Play |
v1.18.1-846-gab47c3cb1f |
2025-07-22 |
Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc |
eFootball 2024 By Komo Valeri |
v1.18.1 |
2025-07-22 |
Game install with no files / data |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2025-07-22 |
MIPSCompileOp: Invalid instruction 4316f5c9 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2025-07-22 |
MIPSCompileOp: Invalid instruction 403ebee5 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2025-07-22 |
MIPSCompileOp: Invalid instruction 43b0d4eb |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2025-07-22 |
MIPSCompileOp: Invalid instruction 411ab1c4 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2025-07-22 |
MIPSCompileOp: Invalid instruction 42148ff8 |
初音ミク -Project DIVA- extend |
v1.18.1 |
2025-07-22 |
00000000=sceUtilityScreenshotInitStart(093b9258) |
初音ミク -Project DIVA- extend |
v1.18.1 |
2025-07-22 |
UNIMPL sceRtcSetAlarmTick(9fff560, e2f2dc) |
MONSTER HUNTER FREEDOM™ 2 |
v1.11.3 |
2025-07-22 |
sceDmacMemcpy(dest=0414e000, src=0941a800, size=170880): overlapping read |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-22 |
MIPSCompileOp: Invalid instruction 41800000 |
Pro Evolution Soccer 2012 |
v1.18.1 |
2025-07-22 |
Unknown GetPointer 2985afd4 PC 0881c21c LR 0881c22c |
CRIMINALGIRLS |
v1.4.2-425-g7a7ccee5e |
2025-07-22 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
CRIMINALGIRLS |
v1.4.2-425-g7a7ccee5e |
2025-07-22 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
in vec4 v_color0;
in vec3 v_color1;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
EFOOTBALL PES FL 2025 |
v1.7.5 |
2025-07-22 |
Savedata version requested: 3 |
METAL SLUG Anthology |
v1.19.3 |
2025-07-21 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI7c80, 0c:53:78:c8:7c:80, 20000000, 0) at 088e45b8 |
METAL SLUG Anthology |
v1.19.3 |
2025-07-21 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI7c80, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4 |
WWE'12 |
v1.9.4 |
2025-07-21 |
sceDmacMemcpy(dest=0418dae0, src=09778af0, size=65552): overlapping read |
eFootball Chelito 19 |
v1.18 |
2025-07-21 |
Unknown GetPointer 00481200 PC 0884d7b4 LR 0884d7d4 |
eFootball Edicion Mundial de Clubes By T. Bendezu |
v1.17.1-1143-g0f909051ee |
2025-07-21 |
Can't draw: No current render step. Step count: 0 |
Def Jam® Fight For NY™: The Takeover |
v1.8.0 |
2025-07-21 |
sceDmacMemcpy(dest=098d38c0, src=08400000, size=104640): overlapping read |
SplinterCell |
v1.16.6 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 000139bc |
SplinterCell |
v1.16.6 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 0017e97c |
Def Jam® Fight For NY™: The Takeover |
v1.12.3 |
2025-07-21 |
sceDmacMemcpy(dest=09998700, src=08400000, size=203968): overlapping read |
Dante's Inferno™ |
v1.19.3 |
2025-07-21 |
Failed decrypting the PRX (ret = -1, size = 4419857, psp_size = 4420208)! |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
Invalid replacement op 6a6a6a6a at 096edd00 |
初音ミク -Project DIVA- |
v1.19.2 |
2025-07-21 |
0=sceUtilityScreenshotInitStart(091f39f0) |
初音ミク -Project DIVA- |
v1.19.2 |
2025-07-21 |
0=sceUtilityScreenshotInitStart(09691150) |
PES 2014 |
v1.18.1 |
2025-07-21 |
Jump to invalid address: 073bb040 PC 08b0a988 LR 088681cc |
PES 2014 |
v1.18.1 |
2025-07-21 |
Jump to invalid address: 073ba980 PC 08b0a984 LR 088681cc |
PES 2014 |
v1.18.1 |
2025-07-21 |
Jump to invalid address: 073bb700 PC 08b0a98c LR 088681cc |
PES 2014 |
v1.18.1 |
2025-07-21 |
Jump to invalid address: 073ba2c0 PC 08b0a980 LR 088681cc |
Silent Hill: Shattered Memories |
v1.19.3 |
2025-07-21 |
__KernelStopThread: thread 2922 does not exist (helper deleted) |
Silent Hill: Shattered Memories |
v1.19.3 |
2025-07-21 |
__KernelStopThread: thread 2996 does not exist (helper deleted) |
Spider-Man 3 |
v1.15.2 |
2025-07-21 |
ReadFromHardware: Invalid address 00570056 near PC 00570056 LR 0881e6fc |
eFOOTBALL 2020 |
v1.17.1 |
2025-07-21 |
ReadFromHardware: Invalid address 13953948 near PC 08849a54 LR 08849a60 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 4 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 3 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 1 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 0 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 7 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 6 |
DBZ BUDOKAI TENKAICHI 3 LATINO |
v1.17.1-334-g1786a4ddb |
2025-07-21 |
GE Interrupt: newState might be 5 |
Resistance: Retribution™ |
v1.17.1 |
2025-07-21 |
Unexpected mpeg first timestamp: 2040a090000 / 2216371486720 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000ccc, pos=1, access=64, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000cae, pos=1, access=-80, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000b86, pos=1, access=64, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000b68, pos=1, access=-80, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000a9a, pos=1, access=64, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=0000099f, pos=1, access=64, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=000008e8, pos=1, access=-80, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000872, pos=1, access=64, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000854, pos=1, access=-80, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=000007dd, pos=1, access=64, data=0, text=0 |
MLB 07 The Show |
v1.10.3 |
2025-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000577, pos=1, access=-80, data=0, text=0 |
eFootball 26 BY DIWAX GAMING |
v1.11.3 |
2025-07-21 |
Unknown GetPointer 00000000 PC 08815f0c LR 08000020 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 45365590 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 46435d90 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 45808163 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 46292d26 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 000407f7 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 000407f5 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 46466ca1 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 00020b14 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 464a019f |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 00020dff |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 45ef9ae0 |
eFootball PC - V. |
v1.18.1 |
2025-07-21 |
MIPSCompileOp: Invalid instruction 00020a14 |
Star Wars®: Battlefront II™ |
v1.18.1 |
2025-07-21 |
__KernelStopThread: thread 955 does not exist (helper deleted) |
eFootball BY Zamani Demo 2025/26 |
v1.11.3 |
2025-07-21 |
Unknown GetPointer 00000000 PC 08815f0c LR 08000020 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a988 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a930 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a994 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a984 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a99c in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a9a0 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a998 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a8e0 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a90c in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a8e4 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a908 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a8b0 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a904 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a900 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a7b0 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a800 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a7f8 in block starting at 09d1a700 |
eFootball Euro y Copa America By T. Bendezu |
v1.19.3 |
2025-07-21 |
Branch in Jump delay slot at 09d1a7e4 in block starting at 09d1a700 |