Recent logs - The Warriors

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.18.1 2025-01-17 Unexpected mpeg first timestamp: 391d8f00714 / 3924944750356
The Warriors v1.18.1 2025-01-17 Unexpected mpeg first timestamp: 9763c7bad63 / 10403425529187
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e708 in block starting at 08e4e560
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e494 in block starting at 08e4e448
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e494 in block starting at 08e4e3d8
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e708 in block starting at 08e4e49c
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e708 in block starting at 08e4e4b0
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e4a8 in block starting at 08e4e49c
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 76616568
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 425de470
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 0a6002c0
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 0a5c02bc
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 0000c03a
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 40aa03e1
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 00000005
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 413b7cee
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 6e000100
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 426251c3
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 00014001
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 02b77150
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 426249ec
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 426203c5
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e440 in block starting at 08e4e3d8
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 0481e740
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 00050001
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 01010101
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 03938f40
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 010000ff
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 00000281
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 030cbc60
The Warriors v1.18.1 2024-12-31 ReadFromHardware: Invalid address 000064ac near PC 08e4e3e8 LR 08e4e3d0
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 000003e8
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e440 in block starting at 08e4e3d0
The Warriors v1.18.1 2024-12-31 Branch in Jump delay slot at 08e4e494 in block starting at 08e4e3d0
The Warriors v1.18.1 2024-12-31 Jump to invalid address: 0398f6c0
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction 4244cc4c
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction b5ba6434
The Warriors v1.18.1 2024-12-31 MIPSCompileOp: Invalid instruction b1c67d00
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.18.1 2025-01-18 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