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 |
The Warriors |
v1.17.1 |
2024-10-05 |
MIPSCompileOp: Invalid instruction 00624837 |
The Warriors |
v1.17.1 |
2024-10-05 |
MIPSCompileOp: Invalid instruction 005b493b |
The Warriors |
v1.17.1 |
2024-09-12 |
Branch in Jump delay slot at 08e48870 in block starting at 08e48800 |
The Warriors |
v1.17.1 |
2024-09-12 |
MIPSCompileOp: Invalid instruction 41819945 |
The Warriors |
v1.13.1 |
2024-08-03 |
Unexpected mpeg first timestamp: 19f8a088380 / 1784727241600 |
The Warriors |
v1.13.1 |
2024-07-31 |
Unexpected mpeg first timestamp: 19f8a08241f / 1784727217183 |
The Warriors |
v1.16.6 |
2024-06-23 |
Unexpected mpeg first timestamp: 6feeb5adff8 / 7691940061176 |
The Warriors |
v1.6.3 |
2024-05-14 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:00a1d802 Tex LM Fog 2x TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
in vec4 v_color0;
in vec3 v_color1;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a) + s;
if (v.a < 0.002) discard;
v.rgb = v.rgb * 2.0;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 01070000:0000091d HWX C T LM Fog Tex Light: MatUp:7
#version 300 es
precision highp float;
in vec3 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out lowp vec3 v_color1;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = vec3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
The Warriors |
v1.6.3 |
2024-05-13 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:0001d802 Tex LM TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
in vec4 v_color0;
in vec3 v_color1;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a) + s;
if (v.a < 0.002) discard;
fragColor0 = v;
}
vs: 01070000:00000919 HWX C T LM Tex Light: MatUp:7
#version 300 es
precision highp float;
in vec3 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
out lowp vec4 v_color0;
out lowp vec3 v_color1;
out mediump vec3 v_texcoord;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = vec3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
}
|
The Warriors |
v1.15.4-69-gca75e2015 |
2024-04-28 |
Unknown GE command : 29ffffff |
The Warriors |
v1.15.4-69-gca75e2015 |
2024-04-28 |
Unknown GE command : 11ffffff |
The Warriors |
v1.15.2 |
2024-01-21 |
MIPSCompileOp: Invalid instruction b67bd842 |
The Warriors |
v1.15.2 |
2024-01-21 |
MIPSCompileOp: Invalid instruction b796d5fa |
The Warriors |
v1.16.6 |
2024-01-18 |
Unexpected mpeg first timestamp: 3c89d412096 / 4160166633622 |
The Warriors |
v1.17.1 |
2024-07-15 |
Can't draw: No current render step. Step count: 0 |
The Warriors |
v1.16.6 |
2024-01-02 |
Unexpected mpeg first timestamp: 2770cf3b94d / 2710341663053 |
The Warriors |
v1.16.6 |
2024-01-03 |
Unexpected mpeg first timestamp: 1e247591b1d / 2071371258653 |
The Warriors |
v1.16.6 |
2023-11-19 |
Jump to invalid address: 05549080 |
The Warriors |
v1.16.6 |
2023-11-19 |
Jump to invalid address: 030b9d60 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00662322: pc = 00652322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 004e2322: pc = 004d2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00612322: pc = 00602322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00562322: pc = 00552322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00382322: pc = 00372322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00452322: pc = 00442322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00492322: pc = 00482322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00152322: pc = 00142322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00622322: pc = 00612322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 005e2322: pc = 005d2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 005d2322: pc = 005c2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00532322: pc = 00522322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00572322: pc = 00562322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00652322: pc = 00642322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00642322: pc = 00632322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00672322: pc = 00662322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00632322: pc = 00622322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00602322: pc = 005f2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 005f2322: pc = 005e2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00462322: pc = 00452322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 005c2322: pc = 005b2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 003f2322: pc = 003e2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00592322: pc = 00582322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 005a2322: pc = 00592322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00582322: pc = 00572322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 003b2322: pc = 003a2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 005b2322: pc = 005a2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00552322: pc = 00542322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00502322: pc = 004f2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00542322: pc = 00532322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00312322: pc = 00302322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 003c2322: pc = 003b2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00362322: pc = 00352322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 004f2322: pc = 004e2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 002c2322: pc = 002b2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 004b2322: pc = 004a2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00302322: pc = 002f2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00522322: pc = 00512322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00512322: pc = 00502322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 004c2322: pc = 004b2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00482322: pc = 00472322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00282322: pc = 00272322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 004d2322: pc = 004c2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00472322: pc = 00462322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00402322: pc = 003f2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00422322: pc = 00412322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00432322: pc = 00422322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00412322: pc = 00402322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00442322: pc = 00432322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 004a2322: pc = 00492322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 003e2322: pc = 003d2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 003d2322: pc = 003c2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 003a2322: pc = 00392322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00392322: pc = 00382322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 001a2322: pc = 00192322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00372322: pc = 00362322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00192322: pc = 00182322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00322322: pc = 00312322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00172322: pc = 00162322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 001f2322: pc = 001e2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 002a2322: pc = 00292322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 002b2322: pc = 002a2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00352322: pc = 00342322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00332322: pc = 00322322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 002f2322: pc = 002e2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 002e2322: pc = 002d2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00292322: pc = 00282322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 002d2322: pc = 002c2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
ReadFromHardware: Invalid address 00112322 near PC 00112322 LR 0899011c |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00252322: pc = 00242322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00242322: pc = 00232322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00262322: pc = 00252322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00182322: pc = 00172322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00122322: pc = 00112322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00142322: pc = 00132322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00132322: pc = 00122322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00202322: pc = 001f2322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00232322: pc = 00222322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00162322: pc = 00152322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00212322: pc = 00202322 |
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-11-19 |
Trying to write block exit to illegal destination 00222322: pc = 00212322 |