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.11.3 2023-03-17 Unknown GetPointer 28970588 PC 08cd674c LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-03-16 Could not setup streams, unexpected stream count: 12355
Resistance: Retribution™ v1.14.4-930-gcd06b9c98 2023-03-18 Unknown GetPointerWrite 2831cd10 PC 08bfb894 LR 08bfb8e4
Resistance: Retribution™ v1.14.4 2023-03-12 Unknown GetPointerWrite 1b152cc8 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-03-11 Unknown GE command : 292d3e4e
Resistance: Retribution™ v1.14.4 2023-03-12 Failed to truncate file.
Resistance: Retribution™ v1.12.3 2023-03-10 Unknown GetPointer 25170648 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.12.3 2023-03-06 Unexpected mpeg first timestamp: 1000006436 / 68719502390
Resistance: Retribution™ v1.14.4 2023-03-01 Unexpected mpeg first timestamp: cacf090000 / 871056867328
Resistance: Retribution™ v1.12.3 2023-02-25 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765
Resistance: Retribution™ v1.12.3 2023-02-25 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524
Resistance: Retribution™ v1.12.3 2023-02-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2
Resistance: Retribution™ v1.12.3 2023-02-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1
Resistance: Retribution™ v1.14.4 2023-02-24 Unexpected mpeg first timestamp: 3e3ca090000 / 4276882046976
Resistance: Retribution™ v1.14.4 2023-02-23 Unexpected mpeg first timestamp: b7e09090000 / 12635945369600
Resistance: Retribution™ v1.14.4 2023-02-23 __KernelStopThread: thread 431 does not exist (ApctlThread stopped)
Resistance: Retribution™ v1.14.4 2023-02-20 __KernelStopThread: thread 454 does not exist (helper deleted)
Resistance: Retribution™ v1.14.4 2023-02-20 __KernelStopThread: thread 446 does not exist (ApctlThread deleted)
Resistance: Retribution™ v1.14.4 2023-02-20 __KernelStopThread: thread 446 does not exist (ApctlThread stopped)
Resistance: Retribution™ v1.14.4 2023-02-20 __KernelStopThread: thread 446 does not exist (helper deleted)
Resistance: Retribution™ v1.14.4 2023-02-20 __KernelStopThread: thread 430 does not exist (ApctlThread deleted)
Resistance: Retribution™ v1.14.4 2023-02-20 __KernelStopThread: thread 430 does not exist (ApctlThread stopped)
Resistance: Retribution™ v1.14.4 2023-03-17 Unknown GetPointerWrite 0d1d0588 PC 08cd674c LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-02-17 Unknown GetPointerWrite 0d1d1f18 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.9.4 2023-02-16 Unknown GE command : 11141414
Resistance: Retribution™ v1.14.4 2023-02-14 Unknown GetPointerWrite 13253998 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-02-13 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 r5p0-01rel0 [Revision 96995]. 01710551:00000b39 HWX C T N LM Tex Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 MatUp:1 Cull #version 100 // Driver: Mali-400 MP - GLSL 100 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01710551:00000b39 HWX C T N LM Tex Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 MatUp:1 Cull 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 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 = color0; 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) { 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 * 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) { 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 * 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) { 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
Resistance: Retribution™ v1.14.2 2023-02-12 Unexpected mpeg first timestamp: d671a090000 / 14736469590016
Resistance: Retribution™ v1.14.2 2023-02-12 UI scissor out of bounds in GamePauseScreen: 233,61-125,3968 / 816,1813
Resistance: Retribution™ v1.14.2 2023-02-12 UI scissor out of bounds in GamePauseScreen: 31,61-196,3968 / 816,1813
Resistance: Retribution™ v1.14.2 2023-02-12 UI scissor out of bounds in GamePauseScreen: 3059,44-924,324 / 1813,816
Resistance: Retribution™ v1.14.2 2023-02-12 UI scissor out of bounds in GamePauseScreen: 0,44-3029,324 / 1813,816
Resistance: Retribution™ v1.14.2 2023-02-11 Could not setup streams, unexpected stream count: 25149
Resistance: Retribution™ v1.14.2 2023-02-11 Unexpected mpeg first timestamp: 1000004439 / 68719494201
Resistance: Retribution™ v1.14.2 2023-02-11 Unexpected mpeg first timestamp: aabd1090000 / 11733062713344
Resistance: Retribution™ v1.14.4 2023-02-11 Unknown GetPointerWrite 265685f8 PC 08b52814 LR 08cd6754
Resistance: Retribution™ v1.14.3 2023-02-10 NpSignin Init Params: 00000000, 00000000, 00000000, 00000000
Resistance: Retribution™ v1.14.3 2023-02-10 WriteToHardware: Invalid address 03e0002c near PC 08b29ea4 LR 08b2b218
Resistance: Retribution™ v1.13.2 2023-02-10 Unknown GE command : 34141c1e
Resistance: Retribution™ v1.14.3 2023-02-09 Texture cache ran out of GPU memory; switching to low memory mode
Resistance: Retribution™ v1.14.4 2023-02-05 Unknown GetPointerWrite 25171f48 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-01-30 Drawing region rate add non-zero: 0223, 0283 of 01df, 010f
Resistance: Retribution™ v1.14.4 2023-01-30 Bad bounding box data: 005113
Resistance: Retribution™ v1.14.4 2023-01-30 Bad vertex address 024a6555!
Resistance: Retribution™ v1.14.4 2023-01-30 Bad vertex address 0644a707!
Resistance: Retribution™ v1.14.4 2023-01-30 Drawing region rate add non-zero: 0101, 02cc of 01df, 010f
Resistance: Retribution™ v1.14.4 2023-01-30 Unknown GE command : 11101011
Resistance: Retribution™ v1.13.2 2023-01-30 Vertices without position found: (00300007) P: s8 C: ? T: f Morph: 5 (size: 20)
Resistance: Retribution™ v1.13.2 2023-01-30 Vertices without position found: (00000049) P: s8 N: s16 C: ? T: u8 (size: 10)
Resistance: Retribution™ v1.13.2 2023-01-30 Vertices without position found: (00800014) P: s8 C: 5551 (through) (size: 6)
Resistance: Retribution™ v1.13.2 2023-01-30 Vertices without position found: (00200017) P: s8 C: 5551 T: f (size: 16)
Resistance: Retribution™ v1.13.2 2023-01-30 Vertices without position found: (005e0004) P: s8 C: ? Morph: 8 (size: 24)
Resistance: Retribution™ v1.13.2 2023-01-30 VTYPE with morph used: THRU=0 TC=0 COL=1 POS=0 NRM=0 WT=0 NW=1 IDX=0 MC=8
Resistance: Retribution™ v1.13.2 2023-01-30 Vertices without position found: (00e0001b) P: s8 C: 4444 T: f (through) (size: 16)
Resistance: Retribution™ v1.13.2 2023-01-30 Drawing region rate add non-zero: 03fe, 04bf of 01df, 010f
Resistance: Retribution™ v1.13.2 2023-01-30 Unknown GE command : b67c594a
Resistance: Retribution™ v1.14.3-10-gb4571648d 2023-01-29 Unexpected mpeg first timestamp: 835cd090000 / 9027166208000
Resistance: Retribution™ v1.14.4-74-g5f10cabe5 2023-01-28 Unknown GetPointerWrite 2739d698 PC 08cd674c LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-01-28 Jump to invalid address: 03844a50
Resistance: Retribution™ v1.14.4 2023-01-28 Unexpected mpeg first timestamp: 8fd08090000 / 9882854555648
Resistance: Retribution™ v1.13.2 2023-01-31 Unknown GetPointerWrite 132539e8 PC 08cd674c LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-01-27 Unknown GetPointerWrite 25171f38 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-01-24 __KernelStopThread: thread 319 does not exist (ApctlThread deleted)
Resistance: Retribution™ v1.14.4 2023-01-24 __KernelStopThread: thread 359 does not exist (ApctlThread deleted)
Resistance: Retribution™ v1.14.4 2023-01-24 __KernelStopThread: thread 359 does not exist (ApctlThread stopped)
Resistance: Retribution™ v1.13.2 2023-01-24 Bad bounding box data: 111111
Resistance: Retribution™ v1.13.2 2023-01-24 Unknown GE command : 34191a17
Resistance: Retribution™ v1.14.4 2023-01-26 Unknown GetPointerWrite 268f68d8 PC 08b52814 LR 08cd6754
Resistance: Retribution™ v1.14.4 2023-01-24 Could not setup streams, unexpected stream count: 24660
Resistance: Retribution™ v1.14.4 2023-01-24 Unknown GetPointerWrite 26152b38 PC 08ca31e0 LR 08cd6754
Resistance: Retribution™ v1.11.3 2023-01-23 Unknown GE command : 291f4772
Resistance: Retribution™ v1.12.3 2023-01-22 sceDmacMemcpy(dest=04088000, src=09d95490, size=557056): overlapping read
Resistance: Retribution™ v1.12.3 2023-01-20 Unexpected mpeg first timestamp: 54c09090000 / 5824127238144
Resistance: Retribution™ v1.14.4 2023-01-19 Could not setup streams, unexpected stream count: 28885
Resistance: Retribution™ v1.14.4 2023-01-19 MIPSCompileOp: Invalid instruction 00210001
Resistance: Retribution™ v1.14.4 2023-01-19 MIPSCompileOp: Invalid instruction 00010001
Resistance: Retribution™ v1.14.4 2023-01-19 Unexpected mpeg first timestamp: 100000f4a6 / 68719539366
Resistance: Retribution™ v1.14.4 2023-01-19 Could not setup streams, unexpected stream count: 45480
Resistance: Retribution™ v1.14.4 2023-01-19 Unknown GetPointer 00000000 PC 00000000 LR 00000000
Resistance: Retribution™ v1.14.4 2023-01-19 Unknown GetPointerWrite 19200568 PC 08c891d8 LR 08cd6754
Resistance: Retribution™ v1.14.1 2023-01-19 Unknown GetPointerWrite 23ffdc08 PC 08b52814 LR 08cd6754
Resistance: Retribution™ v1.14.1 2023-01-19 UI scissor out of bounds in GameSettingsScreen: 465,0-597,1181 / 2340,1080
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d0aa54c
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d4c98ea
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d4ca98f
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d4e8864
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2c9d91
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d4e950b
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d0a8c84
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d4c9d2b
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2c9d2b
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d4ca58f
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction b635b634
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d6f90c7
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2c94e8
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2b94c8
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2ca14d
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction b23694e9
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2ba14d
Resistance: Retribution™ v1.13.2 2023-01-19 MIPSCompileOp: Invalid instruction 9d2b90c8