Recent logs - Toy Story 3

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
Toy Story 3 v1.15.4 2023-06-01 __KernelStopThread: thread 635 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-06-01 Truncating vertex count from 53196 to 21845
Toy Story 3 v1.15.4 2023-06-01 __KernelStopThread: thread 543 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-31 __KernelStopThread: thread 759 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-31 __KernelStopThread: thread 1031 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-29 __KernelStopThread: thread 765 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-29 __KernelStopThread: thread 589 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-27 sceKernelCreateThread(name=x002): unsupported attributes 00000006
Toy Story 3 v1.15.3 2023-05-27 sceKernelCreateThread(name=game): unsupported attributes 00000006
Toy Story 3 v1.15.4 2023-05-27 __KernelStopThread: thread 841 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-26 __KernelStopThread: thread 486 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-26 __KernelStopThread: thread 748 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-26 __KernelStopThread: thread 578 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-26 __KernelStopThread: thread 500 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-26 __KernelStopThread: thread 1646 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-26 __KernelStopThread: thread 1589 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-26 __KernelStopThread: thread 1465 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-26 __KernelStopThread: thread 1040 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-25 __KernelStopThread: thread 1421 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-05-25 MFIC instruction hit (70020024) at 08992870
Toy Story 3 v1.14.4 2023-05-25 __KernelStopThread: thread 1548 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-25 __KernelStopThread: thread 1484 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-25 __KernelStopThread: thread 1376 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-25 Unaligned icache invalidation of 0886dd07 (0886dd08 + -1) at PC=08876644
Toy Story 3 v1.15.3 2023-05-23 sceKernelLoadModule: unsupported options size=00000014, flags=08815af0, pos=0, access=1, data=2, text=2
Toy Story 3 v1.14.4 2023-05-23 __KernelStopThread: thread 1062 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-23 __KernelStopThread: thread 638 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-24 __KernelStopThread: thread 1302 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-22 __KernelStopThread: thread 1258 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-22 __KernelStopThread: thread 829 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-22 __KernelStopThread: thread 514 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-22 __KernelStopThread: thread 1240 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-25 __KernelStopThread: thread 1206 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-21 __KernelStopThread: thread 1130 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:40: 'gl_ClipDistance' : undeclared identifier ERROR: 0:40: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:40: 'assign' : l-value required (can't modify a const) 00000000:00010028 C TexProjPos UVMtx Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00010028 C TexProjPos UVMtx Cull in vec4 position; in highp float fog; in vec3 texcoord; in lowp vec4 color0; uniform lowp float u_rotation; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { v_texcoord = texcoord; v_color0 = color0; v_color1 = splat3(0.0); v_fogdepth = fog; vec4 pos = position; vec4 outPos = pos; 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 > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_ClipDistance[0] = projZ * outPos.w + outPos.w + 0.000001; if (u_cullRangeMin.w > 0.0 && u_depthRange.w != 0.0f) { gl_CullDistance[0] = projPos.z - u_cullRangeMin.z; gl_CullDistance[1] = u_cullRangeMax.z - projPos.z; } else { gl_CullDistance[0] = 0.0; gl_CullDistance[1] = 0.0; } gl_Position = outPos; }
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:40: 'gl_ClipDistance' : undeclared identifier ERROR: 0:40: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:40: 'assign' : l-value required (can't modify a const) 00000000:00000020 Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00000020 Cull in vec4 position; in highp float fog; in vec2 texcoord; in lowp vec4 color0; uniform lowp float u_rotation; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; v_color1 = splat3(0.0); v_fogdepth = fog; vec4 pos = position; vec4 outPos = pos; 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 > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_ClipDistance[0] = projZ * outPos.w + outPos.w + 0.000001; if (u_cullRangeMin.w > 0.0 && u_depthRange.w != 0.0f) { gl_CullDistance[0] = projPos.z - u_cullRangeMin.z; gl_CullDistance[1] = u_cullRangeMax.z - projPos.z; } else { gl_CullDistance[0] = 0.0; gl_CullDistance[1] = 0.0; } gl_Position = outPos; }
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:40: 'gl_ClipDistance' : undeclared identifier ERROR: 0:40: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:40: 'assign' : l-value required (can't modify a const) 00000000:00000028 C Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00000028 C Cull in vec4 position; in highp float fog; in vec2 texcoord; in lowp vec4 color0; uniform lowp float u_rotation; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; v_color1 = splat3(0.0); v_fogdepth = fog; vec4 pos = position; vec4 outPos = pos; 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 > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_ClipDistance[0] = projZ * outPos.w + outPos.w + 0.000001; if (u_cullRangeMin.w > 0.0 && u_depthRange.w != 0.0f) { gl_CullDistance[0] = projPos.z - u_cullRangeMin.z; gl_CullDistance[1] = u_cullRangeMax.z - projPos.z; } else { gl_CullDistance[0] = 0.0; gl_CullDistance[1] = 0.0; } gl_Position = outPos; }
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:54: 'gl_ClipDistance' : undeclared identifier ERROR: 0:54: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:54: 'assign' : l-value required (can't modify a const) 00000000:00000928 HWX C T Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00000928 HWX C T Cull 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_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out 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(0.0, 0.0, 1.0, 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; v_color0 = color0; v_color1 = splat3(0.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); if (u_fogcoef.x <= -65535.0 && u_fogcoef.y <= -65535.0) { v_fogdepth = 1.0; } else { 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 > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_ClipDistance[0] = projZ * outPos.w + outPos.w + 0.000001; if (u_cullRangeMin.w > 0.0 && u_depthRange.w != 0.0f) { gl_CullDistance[0] = projPos.z - u_cullRangeMin.z; gl_CullDistance[1] = u_cullRangeMax.z - projPos.z; } else { gl_CullDistance[0] = 0.0; gl_CullDistance[1] = 0.0; } gl_Position = outPos; }
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:266: 'gl_ClipDistance' : undeclared identifier ERROR: 0:266: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:266: 'assign' : l-value required (can't modify a const) 01000000:80050b28 HWX C T N TexProjUV UVMtx Light: LightUberShader Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80050b28 HWX C T N TexProjUV UVMtx Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform mediump mat4 u_texmtx; uniform vec4 u_uvscaleoffset; uniform uint u_lightControl; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump vec2 u_lightangle_spotCoef0; 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 mediump vec3 u_lightdir1; uniform mediump vec2 u_lightangle_spotCoef1; 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 vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform mediump vec3 u_lightdir3; uniform mediump vec2 u_lightangle_spotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; 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; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out 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_lightControl & (1u << 0x14u)) != 0x0u) ? color0 : u_matambientalpha; vec3 diffuseColor = ((u_lightControl & (1u << 0x15u)) != 0x0u) ? color0.rgb : u_matdiffuse; vec3 specularColor = ((u_lightControl & (1u << 0x16u)) != 0x0u) ? color0.rgb : 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; lowp float angle; uint comp; uint type; float attenuation; if ((u_lightControl & 0x1u) != 0x0u) { comp = (u_lightControl >> 0x04u) & 0x3u; type = (u_lightControl >> 0x06u) & 0x3u; toLight = u_lightpos0; if (type != 0x0u) { toLight -= worldpos; distance = length(toLight); toLight /= distance; attenuation = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); if (type == 0x01u) { lightScale = attenuation; } else { angle = dot(u_lightdir0, toLight); if (angle >= u_lightangle_spotCoef0.x) { lightScale = attenuation * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y)); } else { lightScale = 0.0; } } } else { lightScale = 1.0; } ldot = dot(toLight, worldnormal); if (comp == 0x2u) { ldot = u_matspecular.a > 0.0 ? pow(max(ldot, 0.0), u_matspecular.a) : 1.0; } diffus
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:264: 'gl_ClipDistance' : undeclared identifier ERROR: 0:264: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:264: 'assign' : l-value required (can't modify a const) 01000000:80000b20 HWX T N Light: LightUberShader Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80000b20 HWX T N Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform uint u_lightControl; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump vec2 u_lightangle_spotCoef0; 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 mediump vec3 u_lightdir1; uniform mediump vec2 u_lightangle_spotCoef1; 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 vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform mediump vec3 u_lightdir3; uniform mediump vec2 u_lightangle_spotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; 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; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out 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); lowp vec3 lightSum1 = splat3(0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; lowp float angle; uint comp; uint type; float attenuation; if ((u_lightControl & 0x1u) != 0x0u) { comp = (u_lightControl >> 0x04u) & 0x3u; type = (u_lightControl >> 0x06u) & 0x3u; toLight = u_lightpos0; if (type != 0x0u) { toLight -= worldpos; distance = length(toLight); toLight /= distance; attenuation = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); if (type == 0x01u) { lightScale = attenuation; } else { angle = dot(u_lightdir0, toLight); if (angle >= u_lightangle_spotCoef0.x) { lightScale = attenuation * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y)); } else { lightScale = 0.0; } } } else { lightScale = 1.0; } ldot = dot(toLight, worldnormal); if (comp == 0x2u) { ldot = u_matspecular.a > 0.0 ? pow(max(ldot, 0.0), u_matspecular.a) : 1.0; } diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); if (comp == 0x1u) { if (ldot >= 0.0) { if (u_matspecular.a > 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); ldot = pow(max(ldot, 0.0),
Toy Story 3 v1.15.3 2023-05-20 Error in shader compilation: info: ERROR: 0:265: 'gl_ClipDistance' : undeclared identifier ERROR: 0:265: 'expression' : left of '[' is not of type array, matrix, or vector ERROR: 0:265: 'assign' : l-value required (can't modify a const) 01000000:80000b28 HWX C T N Light: LightUberShader Cull #version 320 es #extension GL_EXT_clip_cull_distance : enable // Driver: ANGLE (Samsung Xclipse 920) on Vulkan 1.1.179 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80000b28 HWX C T N Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform uint u_lightControl; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump vec2 u_lightangle_spotCoef0; 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 mediump vec3 u_lightdir1; uniform mediump vec2 u_lightangle_spotCoef1; 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 vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform mediump vec3 u_lightdir3; uniform mediump vec2 u_lightangle_spotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; 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; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out 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_lightControl & (1u << 0x14u)) != 0x0u) ? color0 : u_matambientalpha; vec3 diffuseColor = ((u_lightControl & (1u << 0x15u)) != 0x0u) ? color0.rgb : u_matdiffuse; vec3 specularColor = ((u_lightControl & (1u << 0x16u)) != 0x0u) ? color0.rgb : 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; lowp float angle; uint comp; uint type; float attenuation; if ((u_lightControl & 0x1u) != 0x0u) { comp = (u_lightControl >> 0x04u) & 0x3u; type = (u_lightControl >> 0x06u) & 0x3u; toLight = u_lightpos0; if (type != 0x0u) { toLight -= worldpos; distance = length(toLight); toLight /= distance; attenuation = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); if (type == 0x01u) { lightScale = attenuation; } else { angle = dot(u_lightdir0, toLight); if (angle >= u_lightangle_spotCoef0.x) { lightScale = attenuation * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y)); } else { lightScale = 0.0; } } } else { lightScale = 1.0; } ldot = dot(toLight, worldnormal); if (comp == 0x2u) { ldot = u_matspecular.a > 0.0 ? pow(max(ldot, 0.0), u_matspecular.a) : 1.0; } diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); if (
Toy Story 3 v1.15.3 2023-05-20 __KernelStopThread: thread 1056 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-19 __KernelStopThread: thread 1010 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-18 __KernelStopThread: thread 699 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-18 __KernelStopThread: thread 620 does not exist (helper deleted)
Toy Story 3 v1.11.3-834-gbb38cf842 2023-05-18 __KernelStopThread: thread 708 does not exist
Toy Story 3 v1.15.3 2023-05-18 __KernelStopThread: thread 1718 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-18 __KernelStopThread: thread 1644 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-18 __KernelStopThread: thread 1583 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-17 __KernelStopThread: thread 1385 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-17 __KernelStopThread: thread 526 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-16 __KernelStopThread: thread 1300 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-16 __KernelStopThread: thread 1224 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-16 __KernelStopThread: thread 300 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-15 __KernelStopThread: thread 1091 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-15 __KernelStopThread: thread 1024 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-14 __KernelStopThread: thread 418 does not exist (helper deleted)
Toy Story 3 v1.13.2 2023-05-13 __KernelStopThread: thread 1445 does not exist
Toy Story 3 v1.13.2 2023-05-13 __KernelStopThread: thread 534 does not exist
Toy Story 3 v1.15.3 2023-05-13 __KernelStopThread: thread 831 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-13 __KernelStopThread: thread 694 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-13 __KernelStopThread: thread 587 does not exist (helper deleted)
Toy Story 3 v1.15.3 2023-05-12 __KernelStopThread: thread 776 does not exist (helper deleted)
Toy Story 3 v1.13.2 2023-05-12 __KernelStopThread: thread 1272 does not exist
Toy Story 3 v1.13.2 2023-05-12 __KernelStopThread: thread 1210 does not exist
Toy Story 3 v1.14.4 2023-05-19 __KernelStopThread: thread 873 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-11 WriteToHardware: Invalid address a1ba949d near PC 08000000 LR 08000000
Toy Story 3 v1.15.3 2023-05-11 sceUtilityMsgDialogInitStart: invalid status
Toy Story 3 v1.12.3-3403-g1c6f491db 2023-05-09 __KernelStopThread: thread 1170 does not exist (helper deleted)
Toy Story 3 v1.12.3-3403-g1c6f491db 2023-05-09 __KernelStopThread: thread 981 does not exist (helper deleted)
Toy Story 3 v1.15.4 2023-06-01 __KernelStopThread: thread 469 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-08 __KernelStopThread: thread 664 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-08 __KernelStopThread: thread 1029 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-07 __KernelStopThread: thread 910 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-06 __KernelStopThread: thread 944 does not exist (helper deleted)
Toy Story 3 v1.15.2 2023-05-05 __KernelStopThread: thread 704 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-05 __KernelStopThread: thread 447 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-05 80630006=sceAtracSetDataAndGetID(09902740, 00020000): invalid RIFF header
Toy Story 3 v1.14.4 2023-05-04 __KernelStopThread: thread 549 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-04 __KernelStopThread: thread 501 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-04 sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2
Toy Story 3 v1.14.4 2023-05-04 __KernelStopThread: thread 550 does not exist (helper deleted)
Toy Story 3 v1.15 2023-05-03 __KernelStopThread: thread 909 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-02 __KernelStopThread: thread 749 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-02 __KernelStopThread: thread 691 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-01 __KernelStopThread: thread 834 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-05-01 __KernelStopThread: thread 581 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-04-30 __KernelStopThread: thread 756 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-04-30 __KernelStopThread: thread 698 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-04-30 __KernelStopThread: thread 1454 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-04-30 __KernelStopThread: thread 1384 does not exist (helper deleted)
Toy Story 3 v1.12.3 2023-04-30 __KernelStopThread: thread 1464 does not exist
Toy Story 3 v1.14.4 2023-04-30 __KernelStopThread: thread 1149 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-04-29 __KernelStopThread: thread 706 does not exist (helper deleted)
Toy Story 3 v1.14.4 2023-04-27 __KernelStopThread: thread 308 does not exist (helper deleted)
Toy Story 3 v1.13.2 2023-04-27 Unknown GetPointerWrite 00000000 PC 08a8912c LR 08a89150
Toy Story 3 v1.13.2 2023-04-27 UNIMPL sceMpegAvcResourceGetAvcEsBuf(deadbeef)
Toy Story 3 v1.14.4 2023-04-27 Video out requested, not supported: mode=0 size=512,272
Toy Story 3 v1.14.4 2023-04-25 __KernelStopThread: thread 1633 does not exist (helper deleted)
Toy Story 3 v1.13.2 2023-04-24 __KernelStopThread: thread 1281 does not exist