Recent logs - Resistance: Retribution™

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
Resistance: Retribution™ v1.17.1 2024-07-26 Unknown GetPointerWrite 261705a8 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1 2024-07-25 Unknown GetPointerWrite 282a4d38 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.6.3 2024-07-25 BlockTransfer: Bad source transfer address 362222a0!
Resistance: Retribution™ v1.6.3 2024-07-25 BlockTransfer: Bad source transfer address 9e2222a0!
Resistance: Retribution™ v1.6.3 2024-07-25 Bad bounding box data: 9999fc
Resistance: Retribution™ v1.6.3 2024-07-25 Unknown GE command : 03032c59
Resistance: Retribution™ v1.6.3 2024-07-25 BJUMP to illegal address 0ffff600 - ignoring! data=fff601
Resistance: Retribution™ v1.6.3 2024-07-25 Unknown GE command : 0d11365f
Resistance: Retribution™ v1.17.1 2024-07-25 Unknown GetPointerWrite 2621ab38 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1 2024-07-24 Unknown GetPointerWrite 0d1d1f88 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.9.4 2024-07-23 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 r9p0-01rel0 [Revision 96995]. 01710951:00000b1d HWX C T N LM Fog Tex Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:2 MatUp:1 #version 100 precision highp float; attribute vec3 position; attribute mediump vec3 normal; attribute vec2 texcoord; attribute lowp vec4 color0; 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 mediump vec3 u_lightdir2; uniform mediump vec2 u_lightangle_spotCoef2; 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_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; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); vec4 outPos = u_proj * viewPos; lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0); lowp vec3 lightSum1 = vec3(0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; lowp float angle; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0); if (ldot >= 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); if (u_matspecular.a == 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } if (ldot > 0.0) lightSum1 += u_lightspecular0 * u_matspecular.rgb * ldot ; } lightSum0.rgb += (u_lightambient0 * color0.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 * u_matdiffuse) * max(ldot, 0.0); if (ldot >= 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); if (u_matspecular.a == 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } if (ldot > 0.0) lightSum1 += u_lightspecular1 * u_matspecular.rgb * ldot * lightScale; } lightSum0.rgb += (u_lightambient1 * color0.rgb + diffuse) * lightScale; toLight = u_lightpos2 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); angle = length(u_lightdir2) == 0.0 ? 0.0 : dot(normalize(u_lightdir2), toLight); if (angle >= u_lightangle_spotCoef2.x) { lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef2.y == 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef2.y)); } else { lightScale = 0.0; } diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0); if (ldot >= 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); if (u_matspecular.a == 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } if (ldot > 0.0) lightSum1 += u_lightspecular2 * u_matspecular.rgb * ldot * lightScale; } lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightS
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 Unknown GetPointerWrite 28007138 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 An uneaten prefix at end of block: 04501648
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 MIPSCompileOp: Invalid instruction 9decdcdc
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 MIPSCompileOp: Invalid instruction 78989c89
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 MIPSCompileOp: Invalid instruction 7b6cca6c
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 Branch in branch delay slot at 044fde48 with different target
Resistance: Retribution™ v1.17.1-817-g13506d3d02 2024-07-21 Branch in branch delay slot at 044e6010 with different target
Resistance: Retribution™ v1.15.4 2024-07-18 Unknown GetPointerWrite 261769c8 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.15.4 2024-07-18 Unknown GetPointerWrite 28970698 PC 08b52814 LR 08cd6754
Resistance: Retribution™ v1.17.1-334-g1786a4ddb 2024-07-17 Drawing region rate add non-zero: 0398, 0155 of 0392, 0054
Resistance: Retribution™ v1.17.1-334-g1786a4ddb 2024-07-15 MIPSCompileOp: Invalid instruction 00000801
Resistance: Retribution™ v1.17.1 2024-07-15 Unknown GetPointerWrite 25fea828 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1 2024-07-14 Could not setup streams, unexpected stream count: 8604
Resistance: Retribution™ v1.17.1 2024-07-13 Unknown GetPointerWrite 288170d8 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1-334-g1786a4ddb 2024-07-11 Branch in Jump delay slot at 09d52100 in block starting at 09d520f8
Resistance: Retribution™ v1.17.1-334-g1786a4ddb 2024-07-11 Jump to invalid address: 03a71580
Resistance: Retribution™ v1.17.1 2024-07-10 Unknown GetPointerWrite 27330378 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1-334-g1786a4ddb 2024-07-09 __KernelStopThread: thread 425 does not exist (ApctlThread deleted)
Resistance: Retribution™ v1.10.3 2024-07-09 Video out requested, not supported: mode=0 size=512,272
Resistance: Retribution™ v1.10.3 2024-07-09 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=2
Resistance: Retribution™ v1.17.1 2024-07-08 Unknown GetPointerWrite 13120a48 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1 2024-07-07 Unknown GetPointerWrite 251705f8 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1 2024-07-07 Unknown GetPointerWrite 26170e88 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.17.1 2024-07-06 WriteToHardware: Invalid address 17cead4c near PC 08c1cf78 LR 08c1cf78
Resistance: Retribution™ v1.17.1 2024-07-06 Unknown GetPointer 17b1d511 PC 08b360c8 LR 08b360c8
Resistance: Retribution™ v1.17.1 2024-07-06 Unexpected mpeg first timestamp: 11110090000 / 1172795097088
Resistance: Retribution™ v1.12.3 2024-07-06 BlockTransfer: Bad destination transfer address 00000000!
Resistance: Retribution™ v1.12.3 2024-07-06 Unexpected mpeg first timestamp: de014090000 / 15256059969536
Resistance: Retribution™ v1.7.4 2024-07-06 CALL to illegal address 02c4e3e4 - ignoring! data=c79ef0
Resistance: Retribution™ v1.17.1 2024-07-06 sceDmacMemcpy(dest=04088000, src=09c73490, size=557056): overlapping read
Resistance: Retribution™ v1.12.3 2024-07-05 Unexpected mpeg first timestamp: d480a090000 / 14603057168384
Resistance: Retribution™ v1.12.3 2024-07-05 sceDmacMemcpy(dest=04000000, src=09c7a480, size=557056): overlapping read
Resistance: Retribution™ v1.12.3 2024-07-05 Unexpected mpeg first timestamp: 19a15090000 / 1761289502720
Resistance: Retribution™ v1.12.3 2024-07-04 Unexpected mpeg first timestamp: 23819090000 / 2439961444352
Resistance: Retribution™ v1.12.3 2024-07-04 Unexpected mpeg first timestamp: b9415090000 / 12730635976704
Resistance: Retribution™ v1.12.3 2024-07-04 Unexpected mpeg first timestamp: 73c0a090000 / 7954447794176
Resistance: Retribution™ v1.12.3 2024-07-04 Unknown GE command : 52d0d3d5
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (12400057) P: ? N: s16 C: 5551 T: f (20b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (12400006) P: ? C: ? T: u16 (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05400006) P: ? C: ? T: u16 (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (12400003) P: ? T: f (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05400003) P: ? T: f (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0560000f) P: ? C: ? T: f (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (1260000f) P: ? C: ? T: f (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05800004) P: ? C: ? (through) (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05000005) P: ? C: ? T: u8 (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0580000b) P: ? C: ? T: f (through) (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (12400008) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05400008) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05000015) P: ? C: 5551 T: u8 (8b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200061) P: ? N: f T: u8 (20b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200076) P: ? N: f C: 5551 T: u16 (24b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05300003) P: ? T: f Morph: 5 (60b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200004) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (12200004) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200006) P: ? C: ? T: u16 (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05400007) P: ? C: ? T: f (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0560001e) P: ? C: 8888 T: u16 (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (1260001e) P: ? C: 8888 T: u16 (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0540000c) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (1240000c) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05800077) P: ? N: f C: 5551 T: f (through) (28b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05600005) P: ? C: ? T: u8 (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05a0001e) P: ? C: 8888 T: u16 (through) (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0580000f) P: ? C: ? T: f (through) (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05600003) P: ? T: f (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05600004) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0540000b) P: ? C: ? T: f (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05300007) P: ? C: ? T: f Morph: 5 (20b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (12000049) P: ? N: s16 C: ? T: u8 (10b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05000049) P: ? N: s16 C: ? T: u8 (10b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0520000e) P: ? C: ? T: u16 (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200005) P: ? C: ? T: u8 (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05800014) P: ? C: 5551 (through) (6b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200017) P: ? C: 5551 T: f (16b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (055e0004) P: ? C: ? Morph: 8 (24b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05800006) P: ? C: ? T: u16 (through) (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05e0001b) P: ? C: 4444 T: f (through) (16b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05e0000f) P: ? C: ? T: f (through) (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05800003) P: ? T: f (through) (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05000020) P: ? N: s8 (6b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05400005) P: ? C: ? T: u8 (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200002) P: ? T: u16 (8b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (0520000b) P: ? C: ? T: f (4b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05e00008) P: ? C: ? (through) (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05a00003) P: ? T: f (through) (12b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05000012) P: ? C: 565 T: u16 (10b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05200008) P: ? C: ? (3b)
Resistance: Retribution™ v1.17.1 2024-07-02 Vertices without position found: (05c00004) P: ? C: ? (through) (3b)