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 |
Cabela's® North American Adventures |
v1.17 |
2025-07-01 |
GE Interrupt: newState might be 0 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2025-06-29 |
MIPSCompileOp: Invalid instruction ccda2d68 |
White Knight Chronicles™: Origins |
v1.17 |
2025-06-28 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r8p0-01rel0 [Revision 96995].
01730551:00000b01 HWX T N LM Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 MatUp:3
#version 100
// Driver: Mali-450 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01730551:00000b01 HWX T N LM Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
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;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying 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(normal, 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;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecu |
Code Lyoko |
v1.17 |
2025-06-27 |
sceDmacMemcpy(dest=04088000, src=09869080, size=557056): overlapping read |
スターソルジャー |
v1.17 |
2025-06-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
RN O BRABO |
v1.17 |
2025-06-24 |
Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144 |
DUNGEON EXPLORER Warriors of Ancient Arts |
v1.17 |
2025-06-22 |
ReadFromHardware: Invalid address b8da2d5c near PC 0884612c LR 08849998 |
Def Jam® Fight For NY™: The Takeover |
v1.17 |
2025-06-22 |
sceGeBreak(mode=0, unknown=08f6ca7c): unknown ptr (valid) |
Mimana Iyar Chronicle |
v1.17 |
2025-06-22 |
Truncating vertex count from 32229 to 21845 |
Marvel™: Ultimate Alliance 2 |
v1.17 |
2025-06-22 |
sceGeBreak(mode=0, unknown=08f6ca7c): unknown ptr (valid) |
MTX Mototrax |
v1.17 |
2025-06-22 |
sceGeBreak(mode=0, unknown=08f6ca7c): unknown ptr (valid) |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.17 |
2025-06-25 |
Unimplemented HLE function sceKernelDcacheWritebackAll |
RN O BRABO |
v1.17 |
2025-06-24 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
eFootball PC - V. |
v1.17 |
2025-06-18 |
807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 0000 |
eFootball PC - V. |
v1.17 |
2025-06-18 |
807f00fd=sceMp3Init(00000000): invalid sample rate v3 l3 rate 03 |
eFootball PC - V. |
v1.17 |
2025-06-18 |
807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000b |
eFootball 2025 by MP |
v1.18.1 |
2025-06-30 |
Unknown GetPointerWrite 00000000 PC 08844a98 LR 08844aac |
BETEGAMING12 |
v1.9.4 |
2025-07-03 |
Savedata version requested: 3 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Could not setup streams, unexpected stream count: 39776 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
sceDmacMemcpy(dest=04000000, src=09e0ecc0, size=557056): overlapping read |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Could not setup streams, unexpected stream count: 19387 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GE command : 4f040b18 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GE command : 0302060d |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GetPointerWrite 28971f38 PC 08d09d20 LR 08cd6754 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GE command : 03020714 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GetPointerWrite 1b171f38 PC 08d09d20 LR 08cd6754 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GetPointerWrite 07171f38 PC 08d09d20 LR 08cd6754 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GE command : 4e202e73 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GetPointerWrite 28c295a8 PC 08d09d20 LR 08cd6754 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GE command : 52071022 |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unknown GE command : 5a07113d |
Resistance: Retribution™ |
v1.17 |
2025-06-14 |
Unexpected mpeg first timestamp: fde09090000 / 17446308741120 |
Resistance: Retribution™ |
v1.17 |
2025-06-13 |
Unknown GetPointerWrite 06fa30e8 PC 08d09d20 LR 08cd6754 |
eFootball 2025 by MP |
v1.9.4 |
2025-07-03 |
Savedata version requested: 3 |
Dragon Ball TAG VS |
v1.17.1 |
2025-06-20 |
WriteToHardware: Invalid address 0000007c near PC 08000000 LR 08000000 |
Dragon Ball TAG VS |
v1.17.1 |
2025-06-20 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Dragon Ball TAG VS |
v1.18.1 |
2025-06-20 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
Resistance: Retribution™ |
v1.17 |
2025-06-02 |
Unknown GetPointerWrite 24545ac8 PC 08d09d20 LR 08cd6754 |
Resistance: Retribution™ |
v1.17 |
2025-06-02 |
ReadFromHardware: Invalid address 24545ac8 near PC 08b52814 LR 08ca1a84 |
RN O BRABO |
v1.19.2-142-gb0df912935 |
2025-06-29 |
Unexpected mpeg first timestamp: fffffffffff / 17592186044415 |
RN O BRABO |
v1.19.2-142-gb0df912935 |
2025-06-29 |
Savedata version requested: 3 |
EA-Sports FC PC-V |
v1.17 |
2025-05-25 |
Unknown GetPointer 00014284 PC 0881c428 LR 0881c438 |
Resistance: Retribution™ |
v1.17 |
2025-05-25 |
ReadFromHardware: Invalid address 000007c0 near PC 08ca275c LR 08ca275c |
Resistance: Retribution™ |
v1.17 |
2025-05-25 |
Unknown GetPointerWrite 28ccece8 PC 08d09d20 LR 08cd6754 |
Resistance: Retribution™ |
v1.17 |
2025-05-25 |
ReadFromHardware: Invalid address 28ccece8 near PC 08d2b654 LR 08ca1a84 |
Resistance: Retribution™ |
v1.17 |
2025-05-25 |
WriteToHardware: Invalid address 0000000c near PC 08d2b654 LR 08ca2aac |
Prince of Persia - Revelations |
v1.17 |
2025-05-24 |
80630006=sceAtracSetDataAndGetID(097b8600, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.17 |
2025-05-24 |
80630006=sceAtracSetDataAndGetID(096ca240, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.17 |
2025-05-24 |
80630006=sceAtracSetDataAndGetID(090347c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.17 |
2025-05-24 |
80630006=sceAtracSetDataAndGetID(09a1ff40, 00000800): invalid RIFF header |
Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2025-05-23 |
MIPSCompileOp: Invalid instruction eca02468 |
Dragon Ball TAG VS |
v1.17 |
2025-05-23 |
WriteToHardware: Invalid address 00002e3c near PC 08000000 LR 08000000 |
eFootball PES 2025 By Phil X Gaming |
v1.17 |
2025-05-22 |
Savedata version requested: 3 |
EA-Sports FC PC-V |
v1.17 |
2025-05-21 |
Unknown GetPointer 0000ed08 PC 0881c428 LR 0881c438 |
Resistance: Retribution™ |
v1.17 |
2025-05-20 |
Unexpected mpeg first timestamp: e01c9090000 / 15400830566400 |
EA-Sports FC PC-V |
v1.17 |
2025-05-19 |
Unknown GetPointer 00ab0071 PC 0881c428 LR 0881c438 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2025-05-19 |
MIPSCompileOp: Invalid instruction 758014e0 |
Killzone™: Liberation |
v1.17 |
2025-05-18 |
BREAK instruction hit |
eFootball 2025 MAH |
v1.19.1 |
2025-06-14 |
Savedata version requested: 3 |
eFootball 2025 Betway Premiership By Zamani |
v1.17 |
2025-05-15 |
Unknown GetPointer 00734b2e PC 0884a918 LR 0884a938 |
Def Jam® Fight For NY™: The Takeover |
v1.17 |
2025-05-06 |
sceDmacMemcpy(dest=098bf0c0, src=08400000, size=72384): overlapping read |
MONSTER HUNTER PORTABLE 2nd G |
v1.17 |
2025-05-04 |
sceDmacMemcpy(dest=0414e000, src=094b3560, size=227984): overlapping read |
Dragon Ball TAG VS |
v1.6.3 |
2025-06-30 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Dragon Ball TAG VS |
v1.18.1 |
2025-06-06 |
WriteToHardware: Invalid address 0000007c near PC 08000000 LR 08000000 |
Dragon Ball TAG VS |
v1.18.1-783-g81015abef7 |
2025-07-02 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
SOCOM: Fireteam Bravo 3 |
v1.17 |
2025-05-02 |
sceDmacMemcpy(dest=08f3d7c0, src=08f37700, size=15168): overlapping read |
Def Jam® Fight For NY™: The Takeover |
v1.17 |
2025-04-30 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(a97e5af, 1, 2, 09fbf960, 20000000, 0) at 0897eb28 |
eFootball RB - V. |
v1.9.4 |
2025-07-03 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Dragon Ball TAG VS |
v1.18.1 |
2025-06-01 |
WriteToHardware: Invalid address 0000007c near PC 08000000 LR 08000000 |
Dragon Ball TAG VS |
v1.17.1 |
2025-06-01 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Dragon Ball TAG VS |
v1.18.1-783-g81015abef7 |
2025-06-01 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
MONSTER HUNTER PORTABLE 3rd HD Ver. |
v1.17 |
2025-04-22 |
80630006=sceAtracSetDataAndGetID(08c78b40, 000e8800): invalid RIFF header |
eFootball SM - V. |
v1.17 |
2025-04-21 |
Unknown GetPointer 001f0000 PC 0884a918 LR 0884a938 |
N.O.V.A. Near Orbit Vanguard Alliance |
v1.17 |
2025-04-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a900, pos=0, access=1, data=1, text=1 |
eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17 |
2025-04-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a900, pos=0, access=1, data=1, text=1 |
EFOOTBALL RA-PATCH 22-23 V. FINAL |
v1.17 |
2025-04-17 |
Unknown GetPointer 00000000 PC 0884a930 LR 0884a938 |
EFOOTBALL RA-PATCH 22-23 V. FINAL |
v1.17 |
2025-04-17 |
Unknown GetPointerWrite 00000000 PC 08816154 LR 0881615c |
Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2025-04-15 |
WriteToHardware: Invalid address 00640072 near PC 089adbb4 LR 089adbb4 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2025-04-14 |
00000000=sceAtracLowLevelDecode(0, 09fce790, 09fce8c0[00000130], 5fa28170, 09fce8c4[00001000]): invalid pointers |
Grand Theft Auto: Chinatown Wars |
v1.18.1 |
2025-04-14 |
MIPSCompileOp: Invalid instruction 002c003f |
Grand Theft Auto: Chinatown Wars |
v1.18.1 |
2025-04-14 |
MIPSCompileOp: Invalid instruction 002c003e |
Grand Theft Auto: Chinatown Wars |
v1.18.1 |
2025-04-14 |
MIPSCompileOp: Invalid instruction 002b003f |
Grand Theft Auto: Chinatown Wars |
v1.18.1 |
2025-04-14 |
MIPSCompileOp: Invalid instruction 002b003e |
Grand Theft Auto: Chinatown Wars |
v1.18.1 |
2025-04-14 |
MIPSCompileOp: Invalid instruction 002b003d |
Grand Theft Auto: Chinatown Wars |
v1.18.1 |
2025-04-14 |
MIPSCompileOp: Invalid instruction 002b003c |
eFootball Chelito 19 |
v1.17 |
2025-04-11 |
Unknown GetPointer 641e49ea PC 0881c428 LR 0881c438 |
Dragon Ball TAG VS |
v1.17 |
2025-04-11 |
WriteToHardware: Invalid address 0000007c near PC 0882e774 LR 0882e774 |
Call of Duty : Roads to Victory™ |
v1.17 |
2025-04-08 |
WriteToHardware: Invalid address 000003e4 near PC 089d71f4 LR 089d71f4 |
Dante's Inferno™ |
v1.17 |
2025-04-05 |
BREAK instruction hit |
Resistance: Retribution™ |
v1.17 |
2025-04-04 |
WriteToHardware: Invalid address 3f800028 near PC 08d164f0 LR 08b90088 |
eFooTBall Play Cesar Patch |
v1.17 |
2025-04-02 |
Unknown GetPointer 2c662b82 PC 0884d5b0 LR 0884d7d4 |
eFootball 25 Europa Hend Asean |
v1.9.4 |
2025-07-02 |
Savedata version requested: 3 |
eFootball RB - V. |
v1.9.4 |
2025-07-03 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
eFOOTBALL BETWAY PREMIERSHIP |
v1.18.1 |
2025-06-09 |
Unknown GetPointer 00000000 PC 0884a918 LR 0884a938 |
eFootball RB - V. |
v1.9.4 |
2025-07-03 |
Savedata version requested: 3 |
Dragon Ball TAG VS |
v1.18.1 |
2025-04-25 |
WriteToHardware: Invalid address 0000007c near PC 08000000 LR 08000000 |
Dragon Ball TAG VS |
v1.17.1 |
2025-04-27 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Dragon Ball TAG VS |
v1.18.1-783-g81015abef7 |
2025-05-24 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
Killzone™: Liberation |
v1.17 |
2025-03-28 |
sceDmacMemcpy(dest=04165d00, src=0981f680, size=9200): overlapping read |
eFootball 24 Mazdy Projects |
v1.9.4 |
2025-07-02 |
Savedata version requested: 3 |