Recent logs - Crash® of the Titans

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
Crash® of the Titans v1.16.6 2023-11-29 __KernelStopThread: thread 335 does not exist (helper deleted)
Crash® of the Titans v1.12.3 2023-11-28 GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 0417b000 offset: 0 (256x16 stride 256, CLUT16)
Crash® of the Titans v1.12.3 2023-11-28 80000107=sceDisplaySetFrameBuf(00000000, 512, 1, 0): must change latched framebuf first
Crash® of the Titans v1.16.6 2023-11-26 Branch in Jump delay slot at 09d633f0 in block starting at 09d63190
Crash® of the Titans v1.16.6 2023-11-26 Jump to invalid address: 07400000
Crash® of the Titans v1.16.6 2023-11-26 Jump to invalid address: 038e8000
Crash® of the Titans v1.16.6 2023-11-22 Branch in Jump delay slot at 09e9c9fc in block starting at 09e9c9e0
Crash® of the Titans v1.16.6 2023-11-22 Jump to invalid address: 07a73d20
Crash® of the Titans v1.16.6 2023-11-22 Jump to invalid address: 07a729e0
Crash® of the Titans v1.16.6 2023-11-18 Unknown GetPointerWrite 00023c6c PC 08b87438 LR 08b0d348
Crash® of the Titans v1.16.6 2023-11-07 Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4
Crash® of the Titans v1.16.6 2023-11-07 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
Crash® of the Titans v1.16.6 2023-10-21 Jump to invalid address: 06f63800
Crash® of the Titans v1.16.6 2023-10-21 MIPSCompileOp: Invalid instruction 429e9200
Crash® of the Titans v1.10.2 2023-10-13 sceDmacMemcpy(dest=04088000, src=092875c0, size=557056): overlapping read
Crash® of the Titans v1.15.4 2023-10-08 Unknown GetPointerWrite 00000000 PC 08ba266c LR 08b0d348
Crash® of the Titans v1.14 2023-10-04 UI scissor out of bounds in GameSettingsScreen: 278,0-989,800 / 1185,800
Crash® of the Titans v1.16.5 2023-09-30 Can't draw: No current render step. Step count: 0
Crash® of the Titans v1.16.3 2023-09-28 Unknown GetPointerWrite c02e8ff0 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.16.3 2023-09-27 Unknown GetPointerWrite 3f96c838 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.16.3 2023-09-25 Jump to invalid address: 072b1c00
Crash® of the Titans v1.12.3 2023-09-04 Unknown GetPointer 4317ee94 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.15.4 2023-08-22 MIPSCompileOp: Invalid instruction b0262c80
Crash® of the Titans v1.15.4 2023-08-22 Branch in branch delay slot at 00010010 with different target
Crash® of the Titans v1.15.4 2023-08-19 Unknown GetPointer 00002b9e PC 08b09d80 LR 08b0d348
Crash® of the Titans v1.15.4 2023-08-13 ReadFromHardware: Invalid address 00000038 near PC 088ea0b8 LR 088ea0ac
Crash® of the Titans v1.15.4 2023-08-13 ReadFromHardware: Invalid address 00000000 near PC 088ea0ac LR 088ea0ac
Crash® of the Titans v1.15.4 2023-08-09 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]. 01f00444:00000b21 HWX T N LM Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:0 Cull #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)) // 01f00444:00000b21 HWX T N LM Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:0 Cull 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 mediump vec3 u_lightatt0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform mediump vec3 u_lightatt1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform mediump vec3 u_lightatt2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform vec3 u_lightpos3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; 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); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; toLight = u_lightpos0 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale; 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); 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); lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse) * lightScale; toLight = u_lightpos3; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse); v_color0 = clamp(lightSum0, 0.0, 1.0); v_color1 = splat3(0.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; vec3 projPos = outPos.xyz / outPos.w; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x >
Crash® of the Titans v1.15.4 2023-08-03 Waiting thread for 20 that was already waiting for 20
Crash® of the Titans v1.15.4 2023-07-29 Rendering to framebuffer offset at 04162000 +384x0 (stride 512)
Crash® of the Titans v1.15.4 2023-07-19 sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=2, text=2
Crash® of the Titans v1.15.4 2023-07-19 sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=1, text=1
Crash® of the Titans v1.9.0 2023-07-17 Error in shader program link: info: Link Error: Fragment shader is missing. fs: thin3d #ifdef GL_ES precision mediump float; #endif #ifdef GL_ES precision lowp float; #endif #if __VERSION__ >= 130 #define varying in #define texture2D texture #define gl_FragColor fragColor0 out vec4 fragColor0; #endif varying vec4 oColor0; varying vec2 oTexCoord0; uniform sampler2D Sampler0; void main() { gl_FragColor = texture2D(Sampler0, oTexCoord0).zyxw * oColor0; } vs: thin3d #if __VERSION__ >= 130 #define attribute in #define varying out #endif attribute vec3 Position; attribute vec4 Color0; attribute vec2 TexCoord0; varying vec4 oColor0; varying vec2 oTexCoord0; uniform mat4 WorldViewProj; void main() { gl_Position = WorldViewProj * vec4(Position, 1.0); oColor0 = Color0; oTexCoord0 = TexCoord0; }
Crash® of the Titans v1.15.4 2023-07-15 Unknown GetPointerWrite a8cca950 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.15.4 2023-07-09 MIPSCompileOp: Invalid instruction b0f20300
Crash® of the Titans v1.15.4 2023-07-09 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a42b74
Crash® of the Titans v1.14.1 2023-07-08 UI scissor out of bounds in GameSettingsScreen: 238,0-1191,721 / 1440,720
Crash® of the Titans v1.14.1 2023-07-05 Vertices without position found: (000fc45a) P: ? N: s16 C: 4444 T: u16 W: u16 (8x) Morph: 4 (size: 128)
Crash® of the Titans v1.14.1 2023-07-05 VTYPE with morph used: THRU=0 TC=2 COL=6 POS=0 NRM=2 WT=2 NW=8 IDX=0 MC=4
Crash® of the Titans v1.14.1 2023-07-05 Unknown GetPointerWrite 433c71fc PC 08b87438 LR 08b0d348
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 00003ef5
Crash® of the Titans v1.15.4 2023-06-24 Jump to invalid address: 0fe40000
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 00003cfd
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 06060606
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 40a010c5
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 00b010c1
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 00c60001
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 01c60001
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction b4682118
Crash® of the Titans v1.15.4 2023-06-24 MIPSCompileOp: Invalid instruction 7c120001
Crash® of the Titans v1.15.4 2023-07-09 Branch in branch delay slot at 00010000 with different target
Crash® of the Titans v1.15.4 2023-06-24 ReadFromHardware: Invalid address 00001104 near PC 00001104 LR 08b568cc
Crash® of the Titans v1.15.4 2023-06-24 ReadFromHardware: Invalid address bf206e5a near PC bf206e5a LR 08b568cc
Crash® of the Titans v1.15.4 2023-06-24 ReadFromHardware: Invalid address ffffffff near PC ffffffff LR 08b56820
Crash® of the Titans v1.10.2 2023-06-23 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08a1d400, pos=0, access=1, data=1, text=1
Crash® of the Titans v1.10.2 2023-06-23 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144849144
Crash® of the Titans v1.10.2 2023-06-23 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144841164
Crash® of the Titans v1.15.4 2023-06-23 Unknown GetPointer 00000020 PC 08815fd0 LR 08815fdc
Crash® of the Titans v1.15.4 2023-06-23 Unknown GetPointerWrite 00000000 PC 088287f8 LR 08828808
Crash® of the Titans v1.15.4 2023-06-22 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16)
Crash® of the Titans v1.12.3 2023-06-17 Unknown GetPointer 3c1c3568 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.16.6 2023-11-16 Unknown GetPointerWrite 0001c534 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.15.4 2023-06-07 80630007=sceAtracSetData(2, 08d4b180, 00010200): atracID uses different codec type than data
Crash® of the Titans v1.15.4 2023-06-07 80630007=sceAtracSetData(2, 08d4b180, 00018700): atracID uses different codec type than data
Crash® of the Titans v1.15.4 2023-06-07 Rendering to framebuffer offset at 040cc000 +64x0 (stride 512)
Crash® of the Titans v1.16 2023-09-10 00000400=sceGeEdramSetAddrTranslation(00000800)
Crash® of the Titans v1.15.4 2023-05-26 __KernelStopThread: thread 338 does not exist (helper deleted)
Crash® of the Titans v1.15.3 2023-05-23 ReadFromHardware: Invalid address 000000c8 near PC 08b694d0 LR 08b694ac
Crash® of the Titans v1.14.4 2023-05-18 Truncating vertex count from 22092 to 21845
Crash® of the Titans v1.15.3 2023-05-14 sceKernelLoadModule: unsupported options size=00000014, flags=09fbebb8, pos=0, access=1, data=2, text=2
Crash® of the Titans v1.15.3 2023-05-12 Unknown GetPointerWrite c221bad0 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.9.3-80-g73bf6098e 2023-05-05 __KernelStopThread: thread 723 does not exist
Crash® of the Titans v1.10.3 2023-05-05 MIPSCompileOp: Invalid instruction 00a9a9a9
Crash® of the Titans v1.15.4 2023-06-24 Branch in RSZeroComp delay slot at 00010008 in block starting at 00010008
Crash® of the Titans v1.10.3 2023-05-05 Branch in RSRTComp delay slot at 00010000 in block starting at 00000008
Crash® of the Titans v1.10.3 2023-05-05 ReadFromHardware: Invalid address 00000008 near PC 00000008 LR 0881a748
Crash® of the Titans v1.10.3 2023-05-05 Branch in Jump delay slot at 088a79f4 in block starting at 088a79e8
Crash® of the Titans v1.15.4 2023-06-23 Unknown GetPointer 00000000 PC 0884a920 LR 0884a940
Crash® of the Titans v1.16.2 2023-09-22 Unknown GetPointerWrite 00000000 PC 08816150 LR 08816164
Crash® of the Titans v1.10.2 2023-05-02 sceKernelLoadModule: unsupported options size=00000014, flags=09fbe998, pos=0, access=1, data=2, text=2
Crash® of the Titans v1.14.4 2023-05-01 Unknown GetPointerWrite 43987ff8 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.14.4 2023-04-24 sceNetAdhocMatchingInit(32768) at 088e59c8
Crash® of the Titans v1.14.4 2023-04-23 Unknown GetPointerWrite 43693f84 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.14.4 2023-04-18 Branch in Jump delay slot at 09d51fc8 in block starting at 09d51d68
Crash® of the Titans v1.16.6 2023-11-26 Jump to invalid address: 06f8a520
Crash® of the Titans v1.14.4 2023-04-18 Jump to invalid address: 04949000
Crash® of the Titans v1.14.4 2023-04-17 Unknown GetPointerWrite a1b8f348 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.14.4 2023-04-17 Unknown GetPointerWrite bfc0845c PC 08b87438 LR 08b0d348
Crash® of the Titans v1.14.4 2023-04-16 Truncating vertex count from 24714 to 21845
Crash® of the Titans v1.14.4 2023-04-15 Truncating vertex count from 32559 to 21845
Crash® of the Titans v1.14.4 2023-04-14 Truncating vertex count from 40497 to 21845
Crash® of the Titans v1.5.4-998-g08f26439c 2023-04-09 MIPSCompileOp: Invalid instruction 04154450
Crash® of the Titans v1.5.4-998-g08f26439c 2023-04-09 Branch in RSRTComp delay slot at 00010000 in block starting at 00000000
Crash® of the Titans v1.5.4-998-g08f26439c 2023-04-09 sceKernelLoadModule: unsupported options size=1091f310, flags=1091f314, pos=0, access=1, data=278000408, text=278000412
Crash® of the Titans v1.11-2-gb539ce8c2 2023-04-07 Unknown GetPointer 43b96448 PC 08b0d338 LR 08b0d348
Crash® of the Titans v1.14.4 2023-04-07 Unknown GetPointerWrite beebf5fc PC 08b87438 LR 08b0d348
Crash® of the Titans v1.14.4 2023-04-05 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=1, text=1
Crash® of the Titans v1.14.4 2023-04-05 Truncating vertex count from 27783 to 21845
Crash® of the Titans v1.11-2-gb539ce8c2 2023-04-03 Unknown GetPointer bd392000 PC 08b87438 LR 08b0d348
Crash® of the Titans v1.16.1 2023-09-17 Vertices without position found: (00000000) P: ? (size: 3)